CVE-2026-74364

Source
https://cve.org/CVERecord?id=CVE-2026-74364
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74364.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-74364
Downstream
Published
2026-08-15T05:58:46.926Z
Modified
2026-08-18T03:56:57.230061496Z
Severity
  • 7.1 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N CVSS Calculator
Summary
bpf: Reject exclusive maps as inner maps in map-in-map
Details

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 exclproghash) is bound to a single program by hash: checkmapprogcompatibility() refuses to load any program whose digest does not match map->exclprogsha. That check only runs for maps a program references directly, i.e. its usedmaps. A map reached at runtime through a map-of-maps is never in usedmaps, and bpfmapmetaequal() does not consider exclprogsha, 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.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/74xxx/CVE-2026-74364.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
baefdbdf6812e120c9fba9cfb101d3656f478026
Fixed
3a0f73d27a8d379a8852a378b3c3208143e3b3b2
Fixed
7c58ace08f180f8e249e714d1623388362f9d807
Fixed
9a3c3c49c333760c8944dadacbe114c1884546ef

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74364.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.18.0
Fixed
6.18.40
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.5

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74364.json"