CVE-2026-72126
Last modified
CVE-2026-72126 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: can: isotp: use unconditional synchronize_rcu() in isotp_release() isotp_notify() unregisters the (RCU) CAN filters via can_rx_unregister() and clears so->bound without waiting for a grace period. isotp_release() uses so->bound to decide whether it needs to call synchronize_rcu() before cancelling so->rxtimer, so when NETDEV_UNREGISTER runs first it skips that synchronize_rcu() and can cancel the timer while an in-flight isotp_rcv() is still executing and about to re-arm it via isotp_send_fc(), leading to a use-after-free timer callback on the freed socket. sakisho-bot remarked a problem with rtnl_lock held in isotp_notify(), therefore make isotp_release() always call synchronize_rcu() before cancelling the timers, regardless of so->bound. EPSS estimates a 0.21% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: can: isotp: use unconditional synchronize_rcu() in isotp_release() isotp_notify() unregisters the (RCU) CAN filters via can_rx_unregister() and clears so->bound without waiting for a grace period. isotp_release() uses so->bound to decide whether it needs to call synchronize_rcu() before cancelling so->rxtimer, so when NETDEV_UNREGISTER runs first it skips that synchronize_rcu() and can cancel the timer while an in-flight isotp_rcv() is still executing and about to re-arm it via isotp_send_fc(), leading to a use-after-free timer callback on the freed socket. sakisho-bot remarked a problem with rtnl_lock held in isotp_notify(), therefore make isotp_release() always call synchronize_rcu() before cancelling the timers, regardless of so->bound. This still closes the original race (isotp_notify() clearing so->bound without waiting for in-flight isotp_rcv() callers before isotp_release() cancels the RX timer) without adding any RCU wait to the netdevice notifier path.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 22bfa94db2ef6900c790884fa9461486516626e9, < 945d9894502cd9124f5d676181c542ed2000f7c0; >= 14a4696bc3118ba49da28f79280e1d55603aa737, < 59672aa4bcd8d32172c1ff6a179583981d6acabc; >= 14a4696bc3118ba49da28f79280e1d55603aa737, < 15413a082df69175c2f96aeab4c26fe1ff7cff03; >= 14a4696bc3118ba49da28f79280e1d55603aa737, < 6280eda96e0707264849fa7d036fed873c1f8a6d; >= 14a4696bc3118ba49da28f79280e1d55603aa737, < cb6abc584a1bfab107ac003d64948a4aef1730aa; >= 14a4696bc3118ba49da28f79280e1d55603aa737, < b88a511308779c225005d7994b8744561bdbafbc; >= 14a4696bc3118ba49da28f79280e1d55603aa737, < b8278ff605187ef3fa0f2705e93251cce4c4f8ee; >= 14a4696bc3118ba49da28f79280e1d55603aa737, < 9b1a02e0d980ac6b0e36a90378f847062f81d7e4; 80c6ddf771df2ef786f28c1ca5919b3f1080091b; ebf91625b3e404bd2b4b694c7ee71c1e8f8bd08f; >= 5.10.50, < 5.10.261; >= 5.12.17, < 5.13; >= 5.13.2, < 5.14 |
| Linux | Linux | 5.14 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-72126?
How severe is CVE-2026-72126?
How do I fix CVE-2026-72126?
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-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
- CVE-2026-72124In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-72125In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72127In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72128In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72129In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-7213A vulnerability was detected in ef10007 MLOps_MCP 1.0.0. Thi…7.3
- CVE-2026-72130In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-72131In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-72126?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
