CVE-2026-98062
Last modified
CVE-2026-98062 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: bpf: Mark signal tracepoint siginfo arguments as scalar The signal_generate and signal_deliver tracepoints declare their info argument as a struct kernel_siginfo pointer. btf_ctx_access() therefore treats it as a trusted pointer for tp_btf programs. Signal delivery also uses SEND_SIG_NOINFO and SEND_SIG_PRIV as special values for this argument.
Description
In the Linux kernel, the following vulnerability has been resolved: bpf: Mark signal tracepoint siginfo arguments as scalar The signal_generate and signal_deliver tracepoints declare their info argument as a struct kernel_siginfo pointer. btf_ctx_access() therefore treats it as a trusted pointer for tp_btf programs. Signal delivery also uses SEND_SIG_NOINFO and SEND_SIG_PRIV as special values for this argument. Those values are zero and one respectively, and are not pointers. A tp_btf program can currently dereference either value and fault the kernel. In particular, signal_generate can run from timer interrupt context, turning the fault into a kernel panic. Record both tracepoints in raw_tp_null_args[] and mark argument one as a non-pointer. This preserves scalar access to the cookie while rejecting direct and helper-mediated pointer use. Merely marking it nullable would not suffice because SEND_SIG_PRIV is nonzero.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 838a10bd2ebfe11a60dd67687533a7cfc220cc86, < 0e78cb242a57e481061fcb542fed4d51afba25c4; >= 838a10bd2ebfe11a60dd67687533a7cfc220cc86, < d2eaea3599bcce659ce91862254dc91bcbdb6351; >= 838a10bd2ebfe11a60dd67687533a7cfc220cc86, < 77515ab12e4983e6416f8c35039a3f0c0822ac70; b2fc4b17fc13810ef440fb323fad3981cd174985; >= 6.12.6, < 6.13 |
| Linux | Linux | 6.13 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-98062?
How severe is CVE-2026-98062?
How do I fix CVE-2026-98062?
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-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-98061In 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…
- CVE-2026-98068In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-98062?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
