CVE-2026-92515

Source
https://cve.org/CVERecord?id=CVE-2026-92515
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-92515.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-92515
Downstream
Published
2026-09-17T16:10:24Z
Modified
2026-09-18T03:48:41Z
Summary
bpf: Preserve unique-field state across nested structs
Details

In the Linux kernel, the following vulnerability has been resolved:

bpf: Preserve unique-field state across nested structs

btf_find_struct_field() initializes a fresh seen mask for every recursive descent. Unique special fields in different levels of the same aggregate therefore do not see one another. The duplicate fields can reach btf_parse_fields(), where they trigger an invariant WARN_ON_ONCE(). A crafted user BTF can consequently trigger the warning before map creation checks capabilities.

Initialize the seen mask once in btf_find_field() and pass the same pointer through struct, datasec, and nested-struct walks. This gives the entire field traversal one shared uniqueness state.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/92xxx/CVE-2026-92515.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
64e8ee814819f21beeeda00d4119221443d77992
Fixed
cec97102d4147e18568c93946014c4c8ebf86fcf
Fixed
28d5f20ed022ade0fb0bfbf50b78fec782083175
Fixed
373a1e9366e711b89bc5e45bd6edf33ef62402cd
Fixed
f08619f060468076e4acbdc10e0713af20d60e65

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.11.0
Fixed
6.12.110
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.52
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.6

Database specific

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