CVE-2026-72118
Last modified
CVE-2026-72118 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: can: bcm: fix CAN frame rx/tx statistics KCSAN detected a data race within the bcm_rx_handler() when two CAN frames have been simultaneously received and processed in a single rx op by two different CPUs. Use atomic operations with (signed) long data types to access the statistics in the hot path to fix the KCSAN complaint. Additionally simplify the update and check of statistics overflow by using the atomic operations in separate bcm_update_[rx|tx]_stats() functions. The rx variant runs under bcm_rx_update_lock to prevent races when resetting the two rx counters; the tx variant runs under bcm_tx_lock and only needs to guard its own counter's overflow. As the rx path resets its values already at LONG_MAX / 100, there is no conflict between the two locking domains (bcm_rx_update_lock vs. bcm_tx_lock) even for ops that use both paths. The rx statistics update and the frames_filtered update in bcm_rx_changed() were previously performed in two separate bcm_rx_update_lock sections. EPSS estimates a 0.20% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: can: bcm: fix CAN frame rx/tx statistics KCSAN detected a data race within the bcm_rx_handler() when two CAN frames have been simultaneously received and processed in a single rx op by two different CPUs. Use atomic operations with (signed) long data types to access the statistics in the hot path to fix the KCSAN complaint. Additionally simplify the update and check of statistics overflow by using the atomic operations in separate bcm_update_[rx|tx]_stats() functions. The rx variant runs under bcm_rx_update_lock to prevent races when resetting the two rx counters; the tx variant runs under bcm_tx_lock and only needs to guard its own counter's overflow. As the rx path resets its values already at LONG_MAX / 100, there is no conflict between the two locking domains (bcm_rx_update_lock vs. bcm_tx_lock) even for ops that use both paths. The rx statistics update and the frames_filtered update in bcm_rx_changed() were previously performed in two separate bcm_rx_update_lock sections. For an rx op subscribed on all interfaces (ifindex == 0), bcm_rx_handler() can run concurrently on different CPUs, so a counter reset by one CPU between these two sections could leave frames_filtered larger than frames_abs on another CPU, producing a bogus (even negative) reduction percentage in procfs. Update the statistics in the same critical section as bcm_rx_changed() to close this gap, which also removes the now unneeded extra lock/unlock pair around the traffic_flags calculation.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= ffd980f976e7fd666c2e61bf8ab35107efd11828, < 640acf3566fc897065127001be875ebc5401c218; >= ffd980f976e7fd666c2e61bf8ab35107efd11828, < 47fca0d1620f2d4fab0677564989ef2b9c225c66; >= ffd980f976e7fd666c2e61bf8ab35107efd11828, < fd75884eae40a7be47867cbfc9fc84a80bb8ddb4; >= ffd980f976e7fd666c2e61bf8ab35107efd11828, < 8b2783172d92edd650de6006ebd1c800937021ab; >= ffd980f976e7fd666c2e61bf8ab35107efd11828, < 970caff5c1a63702c80e08d920256bcb5f88ecc5; >= ffd980f976e7fd666c2e61bf8ab35107efd11828, < 8104bcdb2612fdda95169ddc3b49747b2ff98d24; >= ffd980f976e7fd666c2e61bf8ab35107efd11828, < df47f07cdc801a6afe05a486b5a343c3e532a93c; >= ffd980f976e7fd666c2e61bf8ab35107efd11828, < e6c24ba95fc3f1b5e1dcd28b1c6e59ef61a9daa5 |
| Linux | Linux | 2.6.25 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-72118?
How severe is CVE-2026-72118?
How do I fix CVE-2026-72118?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-72112In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72113In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72114In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72115In the Linux kernel, the following vulnerability has been re…8.1
- CVE-2026-72116In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-72117In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72119In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-7212A security vulnerability has been detected in edvardlindelof…7.3
- CVE-2026-72120In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72121In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-72122In the Linux kernel, the following vulnerability has been re…7.3
- CVE-2026-72123In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-72118?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
