CVE-2026-98036

Source
https://cve.org/CVERecord?id=CVE-2026-98036
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-98036.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-98036
Downstream
Published
2026-09-25T10:23:50Z
Modified
2026-09-26T03:48:31Z
Summary
bpf: Preserve special fields in recycled rhtab elements
Details

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

bpf: Preserve special fields in recycled rhtab elements

rhtab_map_update_elem() initializes special fields after obtaining an element from bpf_mem_cache_alloc(). The allocator can return a fresh, zeroed unit, or recycle one from its RCU-pending lists before the registered destructor has run.

A BPF program can retain a map-value pointer after deleting its element and initialize and arm a timer through that pointer. If the deleted unit is recycled, check_and_init_map_value() clears the only pointer to the timer. Neither a later deletion nor rhtab_mem_dtor() can then cancel it, and the callback can run with its key and value pointing into freed memory.

Do not reinitialize special fields on insertion. Fresh allocator units are already zeroed. For recycled units, the special fields are ownership state that must remain visible to the eventual destructor. copy_map_value() already skips those fields, matching the non-preallocated hash-map path and the lifecycle established by commit 275c30bcee66 ("bpf: Don't reinit map value in prealloc_lru_pop").

[ kkd: Split out the fix and rewrote the commit log ]

Database specific
{
    "cna_assigner":  "Linux",
    "osv_generated_from":  "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/98xxx/CVE-2026-98036.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
6905f8601298ecd2d1932a4b4849bf265201118e
Fixed
6a5266b8288216b86602ff687d528abfb066dfd8
Fixed
5df46ddcb7b36878c1b691e9057a0509042a2567

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
7.2.0
Fixed
7.2.7

Database specific

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