CVE-2026-98132
Last modified
CVE-2026-98132 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: bpf: don't downgrade half-dead scalar zero spills to STACK_ZERO states.c:__clean_func_state() can downgrade scalar zero spill to STACK_ZERO in the following case: *(u64 *)(r10 - 8) = 0; ... checkpoint ... r1 = *(u32 *)(r10 - 4); ...
Description
In the Linux kernel, the following vulnerability has been resolved: bpf: don't downgrade half-dead scalar zero spills to STACK_ZERO states.c:__clean_func_state() can downgrade scalar zero spill to STACK_ZERO in the following case: *(u64 *)(r10 - 8) = 0; ... checkpoint ... r1 = *(u32 *)(r10 - 4); ... no reads from r10-8 ... Here 4 bytes at r10-8 are dead and verifier changes scalar spill to a combination: 0000pppp (p stands for poison). Such a change breaks precision propagation chains. All places that produce STACK_ZERO should call bpf_mark_chain_precision() for the zero source. This patch fixes the bug in a simplest way possible: avoids converting stack spills of zero to STACK_ZERO. Two smarter approaches are possible: - do bpf_mark_chain_precision() from __clean_func_state() - check slot liveness information in check_stack_write_fixed_off() I investigated both and the changes required are a bit tricky, hence go with a simple fix for the time being.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= be23266b4a08540aa43d8503a2ea10247c8daebe, < 436fa689630b741a77ef8c4a6f426479affd5bac; >= be23266b4a08540aa43d8503a2ea10247c8daebe, < 2f3536bff8823d3c5fdbbe15e17bfca696cc2b2e |
| Linux | Linux | 7.1 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-98132?
How severe is CVE-2026-98132?
How do I fix CVE-2026-98132?
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-98127In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98128In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98129In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9813FlowIntel up to version 3.3.0 contains a server-side request…9.9
- CVE-2026-98130In the Linux kernel, the following vulnerability has been re…8.1
- CVE-2026-98131In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98133In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98134In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98135In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98136In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98137In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98138In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-98132?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
