CVE-2026-72451
Last modified
CVE-2026-72451 is a critical-severity vulnerability rated 9.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: xfrm: Fix xfrm state cache insertion race The xfrm input state cache insertion code checks the validity of the state before acquiring the global xfrm_state_lock. Thus it's possible for someone else to kill the state after it passed the validity check, and then the insertion will add the dead state to the cache. Fix this by moving the validity check inside the lock. This entire function is called on the input path, where BH must be off (e.g., the caller of this function xfrm_input acquires its spinlocks without disabling BH). So there is no need to disable BH here or take the RCU read lock. Remove both and replace them with an assertion that trips if BH is accidentally enabled on some future calling path.. EPSS estimates a 0.21% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: xfrm: Fix xfrm state cache insertion race The xfrm input state cache insertion code checks the validity of the state before acquiring the global xfrm_state_lock. Thus it's possible for someone else to kill the state after it passed the validity check, and then the insertion will add the dead state to the cache. Fix this by moving the validity check inside the lock. This entire function is called on the input path, where BH must be off (e.g., the caller of this function xfrm_input acquires its spinlocks without disabling BH). So there is no need to disable BH here or take the RCU read lock. Remove both and replace them with an assertion that trips if BH is accidentally enabled on some future calling path.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/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 | >= 5e4334dc39443645415450163ff5ff1ee7e79784, < 6dab4dec9a49121d079981ac913569f232c06b06; >= 81a331a0e72ddc2f75092603d9577bd1a0ca23ad, < a1a3360a0c44b8b5c134db2a9d0667b61c9cf523; >= 81a331a0e72ddc2f75092603d9577bd1a0ca23ad, < 041859fd55c81ea55e76d051e39b7b79975b8c7d; >= 81a331a0e72ddc2f75092603d9577bd1a0ca23ad, < ddd3d0132920319ac426e12456013eadbae67e15; >= 6.12.13, < 6.12.97 |
| Linux | Linux | 6.13 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-72451?
How severe is CVE-2026-72451?
How do I fix CVE-2026-72451?
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-72445In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72446In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72447In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72448In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72449In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72450In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72452In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72453In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72454In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72455In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-72456In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72457In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-72451?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
