CVE-2026-72122: can: bcm: fix lockless bound/ifindex race and silent RX_SETUP failure

Published Aug 15, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

can: bcm: fix lockless bound/ifindex race and silent RXSETUP failure

bcmsendmsg() reads bo->ifindex and checks bo->bound before taking locksock(), while bcmnotify(), bcmconnect() and bcmrelease() all mutate both fields under that same lock. Because the lockless reads and the locked writes are unordered with respect to each other, a racing bcmnotify() (device unregister) or bcmconnect() (concurrent bind on another thread sharing the socket) can make bcmsendmsg() observe an inconsistent combination, e.g. a stale bound=1 together with the now-cleared ifindex=0, silently turning a socket bound to a specific CAN interface into one that also matches "any" interface.

Keep the lockless bo->bound check purely as a fast-path reject, and move the ifindex read (and a bo->bound re-check) into the locked section, where every writer already serializes. This removes the possibility of observing the two fields torn against each other, rather than trying to fix it with more READONCE()/WRITEONCE() pairs on two independently updated fields. Annotate the now-purely-lockless bo->bound accesses consistently across all its write sites.

Also fix bcmrxsetup() silently returning success when the target device disappears concurrently instead of reporting -ENODEV, so a broken RX op is no longer left registered as if it had succeeded.

Affected Software

1 affected component
Linux Kernel

Event History

Aug 15, 2026
CVE Published
via MITRE·05:53 AM
Data Sourced
via MITRE·05:53 AM
Description
Data Sourced
via NVD·06:21 AM
Description
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2026-72122?

CVE-2026-72122 is rated with a risk level of 27.

2

How do I fix CVE-2026-72122?

To fix CVE-2026-72122, ensure that your Linux kernel is updated to a version that contains the patch for this vulnerability.

3

What system versions are affected by CVE-2026-72122?

CVE-2026-72122 affects certain versions of the Linux kernel that are vulnerable to the lockless bound/ifindex race.

4

What are the consequences of CVE-2026-72122 if left unaddressed?

If left unaddressed, CVE-2026-72122 could lead to silent RX_SETUP failures and potential network instability.

5

What components of the Linux kernel does CVE-2026-72122 involve?

CVE-2026-72122 involves the CAN BCM module, specifically the bcm_sendmsg, bcm_notify, bcm_connect, and bcm_release functions.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203