CVE-2026-98045

Source
https://cve.org/CVERecord?id=CVE-2026-98045
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-98045.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-98045
Downstream
Published
2026-09-25T10:23:56Z
Modified
2026-09-26T03:48:31Z
Summary
bpf: Mark faultable stack helpers as sleepable
Details

In the Linux kernel, the following vulnerability has been resolved:

bpf: Mark faultable stack helpers as sleepable

The faultable variants of bpf_get_stack() and bpf_get_task_stack() pass may_fault=true into the common stack collection code. Resolving user-space build IDs may then call build_id_parse_file() and block on filesystem reads.

Neither helper prototype sets might_sleep. Since prototype selection uses the sleepability of the whole program, the verifier can still allow these helpers from a non-sleepable region within that program, such as an explicit RCU or preemption-disabled region. The task-stack helper can also be called from a non-sleepable timer callback of a sleepable program.

Mark both faultable prototypes as sleepable. The existing helper context check then rejects these calls while continuing to allow them in genuinely sleepable contexts.

Database specific
{
    "cna_assigner":  "Linux",
    "osv_generated_from":  "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/98xxx/CVE-2026-98045.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
d4dd9775ec242425576af93daadb80a34083a53c
Fixed
44b8d370f2725bad215da3e67668e98ba96671bd
Fixed
3014e8a8bdad55075d89836ad9c10710a9a69837
Fixed
19e8d5a98afd071d8c1c5adeccf92b3c42eddc70
Fixed
9d02927fdf4e930893c92e35fed01a2704496900

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-98045.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.12.0
Fixed
6.12.111
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.53
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.7

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-98045.json"