CVE-2026-72436
Last modified
CVE-2026-72436 is a critical-severity vulnerability rated 9.8/10 on the CVSS scale. 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 test_bit() which is a relaxed atomic operation and provides no memory barrier guarantees. Use test_bit_acquire() instead where the operation may run parallel with add/del/gc, i.e. EPSS estimates a 0.21% chance of exploitation in the next 30 days.
Description
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 test_bit() which is a relaxed atomic operation and provides no memory barrier guarantees. Use test_bit_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
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 18f84d41d34fa35d0d64bbaea01fe664553ecc06, < c107233d2ff4fd7cef5d02f9124b99194957a710; >= 18f84d41d34fa35d0d64bbaea01fe664553ecc06, < 6329d3a9afe715fddda0460cfa46b496d61c2fe0; >= 18f84d41d34fa35d0d64bbaea01fe664553ecc06, < 7445fe965b7d8756070a40e80f8b73348ccda1d7; >= 18f84d41d34fa35d0d64bbaea01fe664553ecc06, < c4d257734e91bfcdc71d41843392dd6400b5bb1b; >= 18f84d41d34fa35d0d64bbaea01fe664553ecc06, < 3219d74e4536658c937fd878a327257b86ce80dd; >= 18f84d41d34fa35d0d64bbaea01fe664553ecc06, < e4b4984e28c16406ecb318444dea4a8bf47def3e |
| Linux | Linux | 4.2 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-72436?
How severe is CVE-2026-72436?
How do I fix CVE-2026-72436?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-72430In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72431In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72432In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72433In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72434In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72435In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72437In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72438In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-72439In the Linux kernel, the following vulnerability has been re…
- CVE-2026-7244A security flaw has been discovered in Totolink A8000RU 7.1c…9.8
- CVE-2026-72440In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-72441In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-72436?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
