CVE-2026-92520
N/A
N/A
Summary
In the Linux kernel, the following vulnerability has been resolved:
bpf: Zero queue and stack outputs on lock failure
Queue and stack pop/peek helpers accept an uninitialized output buffer because the verifier expects the helper to initialize it. The empty-map error path clears the buffer, but a failed lock acquisition returns -EBUSY without writing it.
Clear the output before returning -EBUSY so BPF programs cannot observe uninitialized stack contents after a failed helper call.
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| Linux | Linux | a34a9f1a19afe9c60ca0ea61dfeee63a1c2baac8 < 1534c4bff3aaca19c4c9a82f93e9b81f7c983de3 | affected |
| Linux | Linux | a34a9f1a19afe9c60ca0ea61dfeee63a1c2baac8 < e2396b8a562073787e627a5f483f1bc5c452fa6a | affected |
| Linux | Linux | a34a9f1a19afe9c60ca0ea61dfeee63a1c2baac8 < 7ac6e1ae41a09f1dd4baeeff1d028ae49ee01232 | affected |
| Linux | Linux | 40e34ea01748e5b8afdd40a172868be1e1ab0ede | affected |
| Linux | Linux | 388c9d3eefaea99828ee5000c693128a5b41ee7c | affected |
| Linux | Linux | acabf5df49aa3a4f9c96200102d893351b511a88 | affected |
| Linux | Linux | e388671635acf470f0986d874389148fd234620b | affected |
| Linux | Linux | 232f0ba4d69263af5912e279fcc32fef2882b1dc | affected |
| Linux | Linux | 5.4.258 < 5.5 | affected |
| Linux | Linux | 5.10.198 < 5.11 | affected |
| Linux | Linux | 5.15.134 < 5.16 | affected |
| Linux | Linux | 6.1.56 < 6.2 | affected |
| Linux | Linux | 6.5.6 < 6.6 | affected |
| Linux | Linux | 6.6 | affected |
| Linux | Linux | 0 < 6.6 | 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/1534c4bff3aaca19c4c9a82f93e9b81f7c983de3
- https://git.kernel.org/stable/c/e2396b8a562073787e627a5f483f1bc5c452fa6a
- https://git.kernel.org/stable/c/7ac6e1ae41a09f1dd4baeeff1d028ae49ee01232
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.