CVE-2026-64027
Last modified
CVE-2026-64027 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: net: shaper: rework the VALID marking (again) Recent commit changed the semantics from NOT_VALID to VALID. I didn't realize that the flags are not stored atomically with the entry in XArray. There's still a race of reader observing a VALID mark for a slot, getting interrupted, writer replacing the entry with a different one, reader continuing, fetching the entry which is now a different pointer than the pointer for which VALID was meant. The biggest consequence of this is that we may see a UAF since net_shaper_rollback() assumed that entries without VALID can be freed without observing RCU. Looks like the XArray marks are buying us nothing at this point. EPSS estimates a 0.13% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: net: shaper: rework the VALID marking (again) Recent commit changed the semantics from NOT_VALID to VALID. I didn't realize that the flags are not stored atomically with the entry in XArray. There's still a race of reader observing a VALID mark for a slot, getting interrupted, writer replacing the entry with a different one, reader continuing, fetching the entry which is now a different pointer than the pointer for which VALID was meant. The biggest consequence of this is that we may see a UAF since net_shaper_rollback() assumed that entries without VALID can be freed without observing RCU. Looks like the XArray marks are buying us nothing at this point. Let's convert the code to an explicit valid field. The smp_load_acquire() / smp_store_release() barriers are marginally cleaner.
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 | >= 93954b40f6a4fc43226c01a15b02732f884500f1, < 2417df5e7bb4184b9d3a2988036bf2c46e594545; >= 93954b40f6a4fc43226c01a15b02732f884500f1, < 96ea960dd40fd55302e0fd755176f26a95e6a50c; >= 93954b40f6a4fc43226c01a15b02732f884500f1, < b8d7519352ba8c6df83259295d4a3bad093cae90 |
| Linux | Linux | 6.13 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-64027?
How severe is CVE-2026-64027?
How do I fix CVE-2026-64027?
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-64021In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64022In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64023In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64024In the Linux kernel, the following vulnerability has been re…9.4
- CVE-2026-64025In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-64026In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64028In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64029In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-6403The Quick Playground plugin for WordPress is vulnerable to P…7.5
- CVE-2026-64030In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-64031In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64032In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-64027?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
