CVE-2026-98063
Last modified
CVE-2026-98063 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: bpf: Fix NULL-ptr-deref in btf_var_show() btf_var_show() calls btf_type_id_resolve() unconditionally, which dereferences btf->resolved_ids. That is NULL for a base BTF - e.g.
Description
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix NULL-ptr-deref in btf_var_show() btf_var_show() calls btf_type_id_resolve() unconditionally, which dereferences btf->resolved_ids. That is NULL for a base BTF - e.g. the vmlinux BTF that bpf_snprintf_btf() renders against - since base BTF is not resolved during parsing. btf_modifier_show() guards this with 'if (btf->resolved_ids)', but btf_var_show() does not. A BPF program that passes the type_id of a BTF_KIND_VAR from the vmlinux BTF to bpf_snprintf_btf() thus NULL-derefs: KASAN: probably user-memory-access in range [0x46638-0x4663f] RIP: 0010:btf_var_show (kernel/bpf/btf.c:2929) Call Trace: <TASK> btf_type_show (kernel/bpf/btf.c:8259) btf_type_snprintf_show (kernel/bpf/btf.c:8329) bpf_snprintf_btf (kernel/trace/bpf_trace.c:1047) bpf_prog_test_run_raw_tp (net/bpf/test_run.c:829) __sys_bpf (kernel/bpf/syscall.c:4804) do_syscall_64 (arch/x86/entry/syscall_64.c:84) entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:121) </TASK> Resolve the var's type directly with btf_type_skip_modifiers() when resolved_ids is NULL, mirroring btf_modifier_show().
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= c4d0bfb45068d853a478b9067a95969b1886a30f, < e472ae0d97865e2021ee668a13eab64013aebf23; >= c4d0bfb45068d853a478b9067a95969b1886a30f, < ca086264e98108b44fdf53971033811a48defe2b; >= c4d0bfb45068d853a478b9067a95969b1886a30f, < ea383b3ea56979ce54c8aa88e6ec67164986c401; >= c4d0bfb45068d853a478b9067a95969b1886a30f, < 5403a383f52fc0905703b488f7c3db4b2447dc58 |
| Linux | Linux | 5.10 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-98063?
How severe is CVE-2026-98063?
How do I fix CVE-2026-98063?
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-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-98062In 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…
- CVE-2026-98069In the Linux kernel, the following vulnerability has been re…8.1
Are you affected by CVE-2026-98063?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
