CVE-2026-92515
Last modified
CVE-2026-92515 is a vulnerability of currently unknown severity. 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.
Description
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.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 64e8ee814819f21beeeda00d4119221443d77992, < cec97102d4147e18568c93946014c4c8ebf86fcf; >= 64e8ee814819f21beeeda00d4119221443d77992, < 28d5f20ed022ade0fb0bfbf50b78fec782083175; >= 64e8ee814819f21beeeda00d4119221443d77992, < 373a1e9366e711b89bc5e45bd6edf33ef62402cd; >= 64e8ee814819f21beeeda00d4119221443d77992, < f08619f060468076e4acbdc10e0713af20d60e65 |
| Linux | Linux | 6.11 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-92515?
How severe is CVE-2026-92515?
How do I fix CVE-2026-92515?
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-9251Missing authorization in the entry status management feature…5.4
- CVE-2026-92510In the Linux kernel, the following vulnerability has been re…
- CVE-2026-92511In the Linux kernel, the following vulnerability has been re…
- CVE-2026-92512In the Linux kernel, the following vulnerability has been re…
- CVE-2026-92513In the Linux kernel, the following vulnerability has been re…
- CVE-2026-92514In the Linux kernel, the following vulnerability has been re…
- CVE-2026-92516In the Linux kernel, the following vulnerability has been re…
- CVE-2026-92517In the Linux kernel, the following vulnerability has been re…
- CVE-2026-92518In the Linux kernel, the following vulnerability has been re…
- CVE-2026-92519In the Linux kernel, the following vulnerability has been re…
- CVE-2026-92520In the Linux kernel, the following vulnerability has been re…
- CVE-2026-92521In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-92515?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
