CVE-2026-72340
net: microchip: vcap: fix races on the shared Super VCAP block
Description
In the Linux kernel, the following vulnerability has been resolved: net: microchip: vcap: fix races on the shared Super VCAP block The VCAP instances on a chip are not independent, yet they are locked independently. On sparx5 and lan969x the IS0 and IS2 instances are backed by the same Super VCAP hardware block and share its cache and command registers: every access drives the shared VCAP_SUPER_CTRL register and moves data through the shared cache registers. Accessing one instance therefore races with accessing another. The per-instance admin->lock cannot prevent this, as each instance takes a different lock. The locking issue is mostly disguised by the fact that the core usage of the vcap api runs under rtnl. However, the full rule dump in debugfs decodes rules straight from hardware (a READ command followed by a cache read) and runs outside rtnl, so it races a concurrent tc-flower rule write to another Super VCAP instance. Besides corrupting the dump, the read repopulates the shared cache between the writers cache fill and its write command, so the writer commits the wrong data and corrupts the hardware entry. Introduce vcap_lock() and vcap_unlock() helpers and route every rule lock site in the VCAP API and its debugfs code through them. Replace the per-instance admin->lock with a single mutex in struct vcap_control that serializes access to all instances. The helpers reach it through a new admin->vctrl back-pointer, and the clients initialise and destroy the control lock instead of a per-instance one. No path holds more than one instance lock, so collapsing them onto a single mutex cannot self-deadlock.
INFO
Published Date :
Aug. 15, 2026, 6:22 a.m.
Last Modified :
Aug. 17, 2026, 6:18 a.m.
Remotely Exploit :
No
Source :
416baaa9-dc9f-4396-8d5f-8c081fb06d67
CVSS Scores
| Score | Version | Severity | Vector | Exploitability Score | Impact Score | Source |
|---|---|---|---|---|---|---|
| CVSS 3.1 | HIGH | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 |
Solution
- Introduce a global mutex for VCAP control.
- Route all rule access sites through the new mutex.
- Replace per-instance locks with the global mutex.
- Update clients to initialize and destroy the control lock.
References to Advisories, Solutions, and Tools
Here, you will find a curated list of external links that provide in-depth
information, practical solutions, and valuable tools related to
CVE-2026-72340.
CWE - Common Weakness Enumeration
While CVE identifies
specific instances of vulnerabilities, CWE categorizes the common flaws or
weaknesses that can lead to vulnerabilities. CVE-2026-72340 is
associated with the following CWEs:
Common Attack Pattern Enumeration and Classification (CAPEC)
Common Attack Pattern Enumeration and Classification
(CAPEC)
stores attack patterns, which are descriptions of the common attributes and
approaches employed by adversaries to exploit the CVE-2026-72340
weaknesses.
We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).
Results are limited to the first 15 repositories due to potential performance issues.
The following list is the news that have been mention
CVE-2026-72340 vulnerability anywhere in the article.
The following table lists the changes that have been made to the
CVE-2026-72340 vulnerability over time.
Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.
-
CVE Modified by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Aug. 17, 2026
Action Type Old Value New Value Added CVSS V3.1 AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H Changed Affected [{'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '71c9de995260222e739020104d477af4775a6d26', 'lessThan': '786456d0a244bbd405dfc60e4de51f8b348b9cb1', 'versionType': 'git'}, {'status': 'affected', 'version': '71c9de995260222e739020104d477af4775a6d26', 'lessThan': '49806bef9572a2e012610517bc14ed0a4db0d1fc', 'versionType': 'git'}, {'status': 'affected', 'version': '71c9de995260222e739020104d477af4775a6d26', 'lessThan': '1e71a40d101547380590db582213c1f1dce1f041', 'versionType': 'git'}, {'status': 'affected', 'version': '71c9de995260222e739020104d477af4775a6d26', 'lessThan': '952928564cc5fdb06f92d7e25c6cd2e1d816362b', 'versionType': 'git'}, {'status': 'affected', 'version': '71c9de995260222e739020104d477af4775a6d26', 'lessThan': 'd7a8d500d7e42837bd8dce40cb52c97c6e8706a9', 'versionType': 'git'}], 'programFiles': ['drivers/net/ethernet/microchip/lan966x/lan966x_vcap_impl.c', 'drivers/net/ethernet/microchip/sparx5/sparx5_vcap_impl.c', 'drivers/net/ethernet/microchip/vcap/vcap_api.c', 'drivers/net/ethernet/microchip/vcap/vcap_api.h', 'drivers/net/ethernet/microchip/vcap/vcap_api_debugfs.c', 'drivers/net/ethernet/microchip/vcap/vcap_api_debugfs_kunit.c', 'drivers/net/ethernet/microchip/vcap/vcap_api_kunit.c', 'drivers/net/ethernet/microchip/vcap/vcap_api_private.h'], 'defaultStatus': 'unaffected'}, {'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '6.2'}, {'status': 'unaffected', 'version': '0', 'lessThan': '6.2', 'versionType': 'semver'}, {'status': 'unaffected', 'version': '6.6.145', 'versionType': 'semver', 'lessThanOrEqual': '6.6.*'}, {'status': 'unaffected', 'version': '6.12.97', 'versionType': 'semver', 'lessThanOrEqual': '6.12.*'}, {'status': 'unaffected', 'version': '6.18.40', 'versionType': 'semver', 'lessThanOrEqual': '6.18.*'}, {'status': 'unaffected', 'version': '7.1.5', 'versionType': 'semver', 'lessThanOrEqual': '7.1.*'}, {'status': 'unaffected', 'version': '7.2-rc3', 'versionType': 'original_commit_for_fix', 'lessThanOrEqual': '*'}], 'programFiles': ['drivers/net/ethernet/microchip/lan966x/lan966x_vcap_impl.c', 'drivers/net/ethernet/microchip/sparx5/sparx5_vcap_impl.c', 'drivers/net/ethernet/microchip/vcap/vcap_api.c', 'drivers/net/ethernet/microchip/vcap/vcap_api.h', 'drivers/net/ethernet/microchip/vcap/vcap_api_debugfs.c', 'drivers/net/ethernet/microchip/vcap/vcap_api_debugfs_kunit.c', 'drivers/net/ethernet/microchip/vcap/vcap_api_kunit.c', 'drivers/net/ethernet/microchip/vcap/vcap_api_private.h'], 'defaultStatus': 'affected'}] [{'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '71c9de995260222e739020104d477af4775a6d26', 'lessThan': '786456d0a244bbd405dfc60e4de51f8b348b9cb1', 'versionType': 'git'}, {'status': 'affected', 'version': '71c9de995260222e739020104d477af4775a6d26', 'lessThan': '49806bef9572a2e012610517bc14ed0a4db0d1fc', 'versionType': 'git'}, {'status': 'affected', 'version': '71c9de995260222e739020104d477af4775a6d26', 'lessThan': '1e71a40d101547380590db582213c1f1dce1f041', 'versionType': 'git'}, {'status': 'affected', 'version': '71c9de995260222e739020104d477af4775a6d26', 'lessThan': '952928564cc5fdb06f92d7e25c6cd2e1d816362b', 'versionType': 'git'}, {'status': 'affected', 'version': '71c9de995260222e739020104d477af4775a6d26', 'lessThan': 'd7a8d500d7e42837bd8dce40cb52c97c6e8706a9', 'versionType': 'git'}], 'programFiles': ['drivers/net/ethernet/microchip/lan966x/lan966x_vcap_impl.c', 'drivers/net/ethernet/microchip/sparx5/sparx5_vcap_impl.c', 'drivers/net/ethernet/microchip/vcap/vcap_api.c', 'drivers/net/ethernet/microchip/vcap/vcap_api.h', 'drivers/net/ethernet/microchip/vcap/vcap_api_debugfs.c', 'drivers/net/ethernet/microchip/vcap/vcap_api_debugfs_kunit.c', 'drivers/net/ethernet/microchip/vcap/vcap_api_kunit.c', 'drivers/net/ethernet/microchip/vcap/vcap_api_private.h'], 'defaultStatus': 'unaffected'}, {'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '6.2'}, {'status': 'unaffected', 'version': '0', 'lessThan': '6.2', 'versionType': 'semver'}, {'status': 'unaffected', 'version': '6.6.145', 'versionType': 'semver', 'lessThanOrEqual': '6.6.*'}, {'status': 'unaffected', 'version': '6.12.97', 'versionType': 'semver', 'lessThanOrEqual': '6.12.*'}, {'status': 'unaffected', 'version': '6.18.40', 'versionType': 'semver', 'lessThanOrEqual': '6.18.*'}, {'status': 'unaffected', 'version': '7.1.5', 'versionType': 'semver', 'lessThanOrEqual': '7.1.*'}, {'status': 'unaffected', 'version': '7.2', 'versionType': 'original_commit_for_fix', 'lessThanOrEqual': '*'}], 'programFiles': ['drivers/net/ethernet/microchip/lan966x/lan966x_vcap_impl.c', 'drivers/net/ethernet/microchip/sparx5/sparx5_vcap_impl.c', 'drivers/net/ethernet/microchip/vcap/vcap_api.c', 'drivers/net/ethernet/microchip/vcap/vcap_api.h', 'drivers/net/ethernet/microchip/vcap/vcap_api_debugfs.c', 'drivers/net/ethernet/microchip/vcap/vcap_api_debugfs_kunit.c', 'drivers/net/ethernet/microchip/vcap/vcap_api_kunit.c', 'drivers/net/ethernet/microchip/vcap/vcap_api_private.h'], 'defaultStatus': 'affected'}] -
New CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Aug. 15, 2026
Action Type Old Value New Value Added Affected [{'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '71c9de995260222e739020104d477af4775a6d26', 'lessThan': '786456d0a244bbd405dfc60e4de51f8b348b9cb1', 'versionType': 'git'}, {'status': 'affected', 'version': '71c9de995260222e739020104d477af4775a6d26', 'lessThan': '49806bef9572a2e012610517bc14ed0a4db0d1fc', 'versionType': 'git'}, {'status': 'affected', 'version': '71c9de995260222e739020104d477af4775a6d26', 'lessThan': '1e71a40d101547380590db582213c1f1dce1f041', 'versionType': 'git'}, {'status': 'affected', 'version': '71c9de995260222e739020104d477af4775a6d26', 'lessThan': '952928564cc5fdb06f92d7e25c6cd2e1d816362b', 'versionType': 'git'}, {'status': 'affected', 'version': '71c9de995260222e739020104d477af4775a6d26', 'lessThan': 'd7a8d500d7e42837bd8dce40cb52c97c6e8706a9', 'versionType': 'git'}], 'programFiles': ['drivers/net/ethernet/microchip/lan966x/lan966x_vcap_impl.c', 'drivers/net/ethernet/microchip/sparx5/sparx5_vcap_impl.c', 'drivers/net/ethernet/microchip/vcap/vcap_api.c', 'drivers/net/ethernet/microchip/vcap/vcap_api.h', 'drivers/net/ethernet/microchip/vcap/vcap_api_debugfs.c', 'drivers/net/ethernet/microchip/vcap/vcap_api_debugfs_kunit.c', 'drivers/net/ethernet/microchip/vcap/vcap_api_kunit.c', 'drivers/net/ethernet/microchip/vcap/vcap_api_private.h'], 'defaultStatus': 'unaffected'}, {'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '6.2'}, {'status': 'unaffected', 'version': '0', 'lessThan': '6.2', 'versionType': 'semver'}, {'status': 'unaffected', 'version': '6.6.145', 'versionType': 'semver', 'lessThanOrEqual': '6.6.*'}, {'status': 'unaffected', 'version': '6.12.97', 'versionType': 'semver', 'lessThanOrEqual': '6.12.*'}, {'status': 'unaffected', 'version': '6.18.40', 'versionType': 'semver', 'lessThanOrEqual': '6.18.*'}, {'status': 'unaffected', 'version': '7.1.5', 'versionType': 'semver', 'lessThanOrEqual': '7.1.*'}, {'status': 'unaffected', 'version': '7.2-rc3', 'versionType': 'original_commit_for_fix', 'lessThanOrEqual': '*'}], 'programFiles': ['drivers/net/ethernet/microchip/lan966x/lan966x_vcap_impl.c', 'drivers/net/ethernet/microchip/sparx5/sparx5_vcap_impl.c', 'drivers/net/ethernet/microchip/vcap/vcap_api.c', 'drivers/net/ethernet/microchip/vcap/vcap_api.h', 'drivers/net/ethernet/microchip/vcap/vcap_api_debugfs.c', 'drivers/net/ethernet/microchip/vcap/vcap_api_debugfs_kunit.c', 'drivers/net/ethernet/microchip/vcap/vcap_api_kunit.c', 'drivers/net/ethernet/microchip/vcap/vcap_api_private.h'], 'defaultStatus': 'affected'}] Added Description In the Linux kernel, the following vulnerability has been resolved: net: microchip: vcap: fix races on the shared Super VCAP block The VCAP instances on a chip are not independent, yet they are locked independently. On sparx5 and lan969x the IS0 and IS2 instances are backed by the same Super VCAP hardware block and share its cache and command registers: every access drives the shared VCAP_SUPER_CTRL register and moves data through the shared cache registers. Accessing one instance therefore races with accessing another. The per-instance admin->lock cannot prevent this, as each instance takes a different lock. The locking issue is mostly disguised by the fact that the core usage of the vcap api runs under rtnl. However, the full rule dump in debugfs decodes rules straight from hardware (a READ command followed by a cache read) and runs outside rtnl, so it races a concurrent tc-flower rule write to another Super VCAP instance. Besides corrupting the dump, the read repopulates the shared cache between the writers cache fill and its write command, so the writer commits the wrong data and corrupts the hardware entry. Introduce vcap_lock() and vcap_unlock() helpers and route every rule lock site in the VCAP API and its debugfs code through them. Replace the per-instance admin->lock with a single mutex in struct vcap_control that serializes access to all instances. The helpers reach it through a new admin->vctrl back-pointer, and the clients initialise and destroy the control lock instead of a per-instance one. No path holds more than one instance lock, so collapsing them onto a single mutex cannot self-deadlock. Added Reference https://git.kernel.org/stable/c/1e71a40d101547380590db582213c1f1dce1f041 Added Reference https://git.kernel.org/stable/c/49806bef9572a2e012610517bc14ed0a4db0d1fc Added Reference https://git.kernel.org/stable/c/786456d0a244bbd405dfc60e4de51f8b348b9cb1 Added Reference https://git.kernel.org/stable/c/952928564cc5fdb06f92d7e25c6cd2e1d816362b Added Reference https://git.kernel.org/stable/c/d7a8d500d7e42837bd8dce40cb52c97c6e8706a9