CVE-2026-98058
Last modified
CVE-2026-98058 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: bpf: Mark syscall helpers as sleepable bpf_sys_bpf() executes the bpf(2) syscall body, which can take mutexes, allocate with GFP_KERNEL, and wait for an RCU grace period. bpf_sys_close() reaches close_fd() and filp_close(), which can sleep as well. Both helpers are limited to BPF_PROG_TYPE_SYSCALL, whose main program is sleepable. That does not make every callback sleepable: a syscall program can register a bpf_timer callback, and the verifier checks that callback in a non-sleepable context while retaining the syscall helper set. Without .might_sleep on the prototypes, such a callback can invoke bpf_sys_bpf() from hrtimer softirq context and trigger a scheduling-while-atomic failure.
Description
In the Linux kernel, the following vulnerability has been resolved: bpf: Mark syscall helpers as sleepable bpf_sys_bpf() executes the bpf(2) syscall body, which can take mutexes, allocate with GFP_KERNEL, and wait for an RCU grace period. bpf_sys_close() reaches close_fd() and filp_close(), which can sleep as well. Both helpers are limited to BPF_PROG_TYPE_SYSCALL, whose main program is sleepable. That does not make every callback sleepable: a syscall program can register a bpf_timer callback, and the verifier checks that callback in a non-sleepable context while retaining the syscall helper set. Without .might_sleep on the prototypes, such a callback can invoke bpf_sys_bpf() from hrtimer softirq context and trigger a scheduling-while-atomic failure. bpf_sys_close() is exposed through the same missing context check. Set .might_sleep on both prototypes so the existing helper-context check rejects them from timer callbacks and other atomic regions. Calls from the sleepable main body remain valid.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 79a7f8bdb159d9914b58740f3d31d602a6e4aca8, < 3408e98f06ce06ea6a58ca6c39da9c23f0029c06; >= 79a7f8bdb159d9914b58740f3d31d602a6e4aca8, < d05524794240b52fdc3b6c1220dd05505715824d |
| Linux | Linux | 5.14 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-98058?
How severe is CVE-2026-98058?
How do I fix CVE-2026-98058?
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-98052In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-98053In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98054In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98055In the Linux kernel, the following vulnerability has been re…
- 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-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-98063In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-98058?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
