CVE-2026-92515
N/A
Summary
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
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| Linux | Linux | 64e8ee814819f21beeeda00d4119221443d77992 < cec97102d4147e18568c93946014c4c8ebf86fcf | affected |
| Linux | Linux | 64e8ee814819f21beeeda00d4119221443d77992 < 28d5f20ed022ade0fb0bfbf50b78fec782083175 | affected |
| Linux | Linux | 64e8ee814819f21beeeda00d4119221443d77992 < 373a1e9366e711b89bc5e45bd6edf33ef62402cd | affected |
| Linux | Linux | 64e8ee814819f21beeeda00d4119221443d77992 < f08619f060468076e4acbdc10e0713af20d60e65 | affected |
| Linux | Linux | 6.11 | affected |
| Linux | Linux | 0 < 6.11 | unaffected |
| Linux | Linux | 6.12.110 <= 6.12.* | unaffected |
| Linux | Linux | 6.18.52 <= 6.18.* | unaffected |
| Linux | Linux | 7.2.6 <= 7.2.* | unaffected |
| Linux | Linux | 7.3-rc1 <= * | unaffected |
Weaknesses
References
- https://git.kernel.org/stable/c/cec97102d4147e18568c93946014c4c8ebf86fcf
- https://git.kernel.org/stable/c/28d5f20ed022ade0fb0bfbf50b78fec782083175
- https://git.kernel.org/stable/c/373a1e9366e711b89bc5e45bd6edf33ef62402cd
- https://git.kernel.org/stable/c/f08619f060468076e4acbdc10e0713af20d60e65
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.