CVE-2026-98007
Last modified
CVE-2026-98007 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: bpf: Reject non-scalar bpf_loop iteration counts bpf_loop() declares its nr_loops argument as ARG_ANYTHING. Privileged programs may pass pointer values to such arguments, so check_func_arg() lets a pointer-valued R1 reach the helper-specific checks. Since commit bb124da69c47 ("bpf: keep track of max number of bpf_loop callback iterations"), the verifier marks R1 precise and reads its upper bound to limit callback simulation.
Description
In the Linux kernel, the following vulnerability has been resolved: bpf: Reject non-scalar bpf_loop iteration counts bpf_loop() declares its nr_loops argument as ARG_ANYTHING. Privileged programs may pass pointer values to such arguments, so check_func_arg() lets a pointer-valued R1 reach the helper-specific checks. Since commit bb124da69c47 ("bpf: keep track of max number of bpf_loop callback iterations"), the verifier marks R1 precise and reads its upper bound to limit callback simulation. Precision backtracking only accepts scalar registers, so passing a pointer instead triggers the "backtracking misuse" verifier warning. Kernels with panic_on_warn enabled subsequently panic. Introduce ARG_SCALAR for helper arguments that only accept scalar values and use it for bpf_loop() nr_loops. Generic helper argument validation then rejects pointers before loop inlining and precision processing.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= bb124da69c47dd98d69361ec13244ece50bec63e, < 656d40d1ca228ee21a9b3280432479fc9eae75ab; >= bb124da69c47dd98d69361ec13244ece50bec63e, < e2e1161e03fecff6d2229a81b024337144bfcd97; >= bb124da69c47dd98d69361ec13244ece50bec63e, < f8ae8275c721334ee50fafdd986fb83294eb941a; >= bb124da69c47dd98d69361ec13244ece50bec63e, < c3fd8e5fd100f122bad503bdc0e9277219533253; bfc5c19b4b48840627af0d0f1c8f4461b276e508; >= 6.6.15, < 6.7 |
| Linux | Linux | 6.7 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-98007?
How severe is CVE-2026-98007?
How do I fix CVE-2026-98007?
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-98001In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98002In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-98003In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98004In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98005In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98006In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98008In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98009In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9801A flaw was found in Keycloak. A remote attacker with high pr…4.9
- CVE-2026-98010In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98011In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98012In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-98007?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
