CVE-2026-64353
Last modified
CVE-2026-64353 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: bpf: Keep dynamic inner array lookups nullable An ARRAY_OF_MAPS can use an array created with BPF_F_INNER_MAP as its inner map template. A concrete inner array with a different max_entries value can then replace the template. After a successful outer map lookup, the verifier represents the resulting map pointer using the inner map template. EPSS estimates a 0.17% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: bpf: Keep dynamic inner array lookups nullable An ARRAY_OF_MAPS can use an array created with BPF_F_INNER_MAP as its inner map template. A concrete inner array with a different max_entries value can then replace the template. After a successful outer map lookup, the verifier represents the resulting map pointer using the inner map template. Const-key lookup nullness elision consequently uses the template max_entries even though the runtime helper uses the concrete inner map max_entries. Do not elide lookup result nullness for maps marked with BPF_F_INNER_MAP, because the template max_entries does not prove that the key is in bounds for the concrete runtime map.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= d2102f2f5d75a84dbab6ff890359f0bd4a18ca22, < 0b92ad64d6e4bde85e6b9888404f9a7a2b65d269; >= d2102f2f5d75a84dbab6ff890359f0bd4a18ca22, < d57db0d975053e01410c54e708a85b6d32ef2ebd; >= d2102f2f5d75a84dbab6ff890359f0bd4a18ca22, < 53040a81ae57cdca8af8ac36fe4e661730cf7c6b |
| Linux | Linux | 6.14 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-64353?
How severe is CVE-2026-64353?
How do I fix CVE-2026-64353?
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-64347In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64348In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64349In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64350In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64351In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64352In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64354In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64355In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-64356In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64357In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64358In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64359In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-64353?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
