CVE-2026-98061
Last modified
CVE-2026-98061 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: bpf: Reject tail calls directly from callback frames A tail call from a non-zero frame is modeled as a return from that frame. The verifier makes R0 unknown and calls prepare_func_exit() for the taken branch. When the current frame is a synchronous callback, prepare_func_exit() enforces the callback return-value contract and marks R0 precise. Since the tail-call path synthesized R0 rather than deriving it from an instruction, precision backtracking reaches the callback-calling instruction with R0 still requested and triggers the "callback unexpected regs" verifier bug. A CAP_BPF task can therefore cause a WARN and an -EFAULT BPF_PROG_LOAD. Tail calls reachable from callbacks are already rejected later by check_max_stack_depth().
Description
In the Linux kernel, the following vulnerability has been resolved: bpf: Reject tail calls directly from callback frames A tail call from a non-zero frame is modeled as a return from that frame. The verifier makes R0 unknown and calls prepare_func_exit() for the taken branch. When the current frame is a synchronous callback, prepare_func_exit() enforces the callback return-value contract and marks R0 precise. Since the tail-call path synthesized R0 rather than deriving it from an instruction, precision backtracking reaches the callback-calling instruction with R0 still requested and triggers the "callback unexpected regs" verifier bug. A CAP_BPF task can therefore cause a WARN and an -EFAULT BPF_PROG_LOAD. Tail calls reachable from callbacks are already rejected later by check_max_stack_depth(). Reject a tail call made directly by a callback before constructing the inconsistent return state, using the existing diagnostic. Tail calls from ordinary subprograms keep their current behavior.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= a6c22c91b6284e4713c0cf5b20ab3c9c71b77ae8, < 617c8266e49f45747f71e74177646a63f72b7025; >= e3245f8990431950d20631c72236d4e8cb2dcde8, < 96d31b28263c429a56e4de85bcf744a5c320b3a3; >= e3245f8990431950d20631c72236d4e8cb2dcde8, < 266aa4ad0b2e82397cd9045752c9bff03d98eddd; >= 6.18.2, < 6.18.53 |
| Linux | Linux | 6.19 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-98061?
How severe is CVE-2026-98061?
How do I fix CVE-2026-98061?
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-98056In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-98057In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98058In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98059In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9806A stored cross-site scripting (XSS) vulnerability exists in …6.3
- CVE-2026-98060In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98062In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98063In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98064In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98065In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98066In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98067In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-98061?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
