PT-2026-51990 · Linux+2 · Linux Kernel+2

CVE-2026-53096

·

Published

2026-06-24

·

Updated

2026-09-07

CVSS v3.1

7.8

High

VectorAV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Name of the Vulnerable Software and Affected Versions Linux kernel (affected versions not specified)
Description An issue exists in the BPF subsystem where the DEVMAP HASH branch in the dev map redirect multi() function uses hlist for each entry safe() to iterate through hash buckets. This function is executed under Read-Copy-Update (RCU) protection, but hlist for each entry safe() performs plain pointer dereferences without using rcu dereference(). This omission lacks the necessary acquire barrier to pair with the rcu assign pointer() used by concurrent writers in dev map hash update elem() and dev map hash delete elem(). On weakly-ordered architectures such as ARM64 and POWER, this can lead to a reader observing a partially-constructed node. Additionally, this behavior bypasses CONFIG PROVE RCU lockdep validation and KCSAN data-race detection. A similar incorrect lockdep is held(&dtab->index lock) condition was also identified in the dev map enqueue multi() function.
Recommendations At the moment, there is no information about a newer version that contains a fix for this vulnerability.

Exploit

NULL Pointer Dereference

Found an issue in the description? Have something to add? Feel free to write us 👾

Weakness Enumeration

Related Identifiers

CVE-2026-53096
ECHO-28D6-3763-B248
USN-8566-1
USN-8567-1
USN-8568-1
USN-8569-1
USN-8574-1
USN-8574-2
USN-8574-3
USN-8575-1
USN-8575-2
USN-8575-3
USN-8576-1
USN-8576-2
USN-8593-1
USN-8595-1
USN-8595-2
USN-8595-3
USN-8596-1
USN-8603-1
USN-8606-1
USN-8607-1
USN-8608-1
USN-8609-1
USN-8610-1
USN-8618-1
USN-8619-1
USN-8620-1
USN-8620-2
USN-8620-3
USN-8620-4
USN-8663-1
USN-8664-1
USN-8665-1
USN-8668-1
USN-8728-1

Affected Products

Linuxmint
Linux Kernel
Ubuntu