CVE-2026-98039

Source
https://cve.org/CVERecord?id=CVE-2026-98039
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-98039.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-98039
Downstream
Published
2026-09-25T10:23:52Z
Modified
2026-09-26T03:48:37Z
Summary
bpf: Require MEM_PERCPU for percpu kptr stores
Details

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

bpf: Require MEM_PERCPU for percpu kptr stores

map_kptr_match_type() treats perm_flags as the set of register type flags that a kptr field permits. Adding MEM_PERCPU to that set for BPF_KPTR_PERCPU does not require the source register to carry it, however. The subset test consequently accepts both a plain bpf_obj_new() allocation and a referenced kernel pointer into a __percpu_kptr map field.

Loads from the field are always marked MEM_PERCPU. Consumers then treat the stored value as the cookie returned by bpf_percpu_obj_new(): per-CPU pointer helpers relocate it, and map teardown selects the per-CPU free path. A plain allocation can therefore provide an arbitrary kernel read/write, while a kernel pointer can be relocated into an invalid address or sent through a missing destructor.

Require the source MEM_PERCPU flag to match the destination field kind. This preserves valid bpf_percpu_obj_new() stores and rejects both the program-BTF and kernel-BTF variants.

Database specific
{
    "cna_assigner":  "Linux",
    "osv_generated_from":  "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/98xxx/CVE-2026-98039.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
36d8bdf75a93190e5669b9d1d95994e13e15ba1d
Fixed
aaa9cf7707d1c5c0d2ca9d40c8b71652ac1c3c3f
Fixed
0bdd6121c8dd5f1764efe701ce26bb8e15acb172
Fixed
ad4ebae5dbc2d47b544aa54f03c12490065be08a
Fixed
048029ba1c793f8cabc4ad5eea765da01903f8f1

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.7.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-98039.json"