CVE-2026-72436

Source
https://cve.org/CVERecord?id=CVE-2026-72436
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72436.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-72436
Downstream
Published
2026-08-15T05:56:50.051Z
Modified
2026-08-16T03:48:53.821172288Z
Summary
netfilter: ipset: Don't use test_bit() in lockless RCU readers in hash types
Details

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

netfilter: ipset: Don't use test_bit() in lockless RCU readers in hash types

Sashiko pointed out that there are a few lockless RCU readers using testbit() which is a relaxed atomic operation and provides no memory barrier guarantees. Use testbit_acquire() instead where the operation may run parallel with add/del/gc, i.e. is not one from the next cases

  • protected by region lock
  • in a set destroy phase
  • in a new/temporary set creation phase
Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/72xxx/CVE-2026-72436.json",
    "cna_assigner": "Linux"
}
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
18f84d41d34fa35d0d64bbaea01fe664553ecc06
Fixed
c107233d2ff4fd7cef5d02f9124b99194957a710
Fixed
6329d3a9afe715fddda0460cfa46b496d61c2fe0
Fixed
7445fe965b7d8756070a40e80f8b73348ccda1d7
Fixed
c4d257734e91bfcdc71d41843392dd6400b5bb1b
Fixed
3219d74e4536658c937fd878a327257b86ce80dd
Fixed
e4b4984e28c16406ecb318444dea4a8bf47def3e

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
4.2.0
Fixed
6.1.178
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.145
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.97
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.40
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.5

Database specific

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