CVE-2026-74364
Last modified
CVE-2026-74364 is a high-severity vulnerability rated 7.1/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: bpf: Reject exclusive maps as inner maps in map-in-map An exclusive map (created with excl_prog_hash) is bound to a single program by hash: check_map_prog_compatibility() refuses to load any program whose digest does not match map->excl_prog_sha. That check only runs for maps a program references directly, i.e. EPSS estimates a 0.18% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: bpf: Reject exclusive maps as inner maps in map-in-map An exclusive map (created with excl_prog_hash) is bound to a single program by hash: check_map_prog_compatibility() refuses to load any program whose digest does not match map->excl_prog_sha. That check only runs for maps a program references directly, i.e. its used_maps. A map reached at runtime through a map-of-maps is never in used_maps, and bpf_map_meta_equal() does not consider excl_prog_sha, so an exclusive map can be inserted into a non-exclusive outer map and then looked up and mutated by an unrelated program, bypassing the exclusivity guarantee. For the signed loader this defeats the metadata map exclusivity check added in the signed loader: the cached map->sha[] is validated against the signed hash while another program on a hostile host rewrites the frozen map's contents through the outer map.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= baefdbdf6812e120c9fba9cfb101d3656f478026, < 3a0f73d27a8d379a8852a378b3c3208143e3b3b2; >= baefdbdf6812e120c9fba9cfb101d3656f478026, < 7c58ace08f180f8e249e714d1623388362f9d807; >= baefdbdf6812e120c9fba9cfb101d3656f478026, < 9a3c3c49c333760c8944dadacbe114c1884546ef |
| Linux | Linux | 6.18 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-74364?
How severe is CVE-2026-74364?
How do I fix CVE-2026-74364?
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-74359In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-7436The WPC Badge Management for WooCommerce plugin for WordPres…6.4
- CVE-2026-74360In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74361In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-74362In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74363In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74365In the Linux kernel, the following vulnerability has been re…7.3
- CVE-2026-74366In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74367In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74368In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74369In the Linux kernel, the following vulnerability has been re…
- CVE-2026-7437The AzonPost plugin for WordPress is vulnerable to Reflected…6.1
Are you affected by CVE-2026-74364?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
