CVE-2026-98046

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

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

bpf: Mark bpf_btf_find_by_name_kind() as sleepable

When bpf_btf_find_by_name_kind() finds a type in module BTF, it returns a new BTF object fd through __btf_new_fd(). This reaches anon_inode_getfd(), which can sleep while allocating or expanding the current task fd table.

The helper prototype does not set might_sleep, so the verifier allows the helper in non-sleepable contexts such as BPF timer callbacks. The fd allocation can then sleep in softirq context and install the fd into the interrupted task.

Mark the helper as sleepable. This preserves calls from the main body of a sleepable syscall program while rejecting calls from its non-sleepable regions.

Database specific
{
    "cna_assigner":  "Linux",
    "osv_generated_from":  "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/98xxx/CVE-2026-98046.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
3d78417b60fba249cc555468cb72d96f5cde2964
Fixed
29e40175617216fbd4544529f6bfb51d1ab95ba1
Fixed
4d8784226bd3c6a707975081f986078f40456cec
Fixed
17f54a8f2b9714529d56edbbe12d448ccdbbf469
Fixed
620614bf7672130c43b3cff375525a2202f61979

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.14.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-98046.json"