CVE-2026-72436
Linux · Kernel
The Linux kernel netfilter ipset implementation contains a memory access vulnerability in lockless RCU readers, which may allow for unauthorized memory interactions.
Executive summary
A critical memory synchronization flaw in the Linux kernel netfilter ipset subsystem could allow an unauthenticated attacker to compromise system integrity and availability.
Vulnerability
The vulnerability resides in the netfilter ipset component, where incorrect use of test_bit() within lockless RCU readers fails to provide necessary memory barrier guarantees. An unauthenticated attacker could potentially exploit this race condition during concurrent add, delete, or garbage collection operations to achieve undefined behavior.
Business impact
The flaw carries a CVSS score of 9.8, reflecting its potential for complete system compromise. Successful exploitation could lead to unauthorized data access, corruption of kernel memory, and system crashes, resulting in significant operational downtime and potential loss of sensitive data. Given that this vulnerability exists within the networking stack, it presents a substantial risk to any public facing infrastructure.
Remediation
Immediate Action: Update the Linux kernel to version 6.1.178, 6.6.145, 6.12.97, 6.18.40, or a newer stable release provided by your distribution vendor.
Proactive Monitoring: Monitor system logs for kernel panic events, unexpected service restarts, or abnormal network traffic patterns that might indicate exploitation attempts against the netfilter subsystem.
Compensating Controls: Ensure that security updates are applied as part of a regular patching cadence and utilize kernel hardening features like Control Flow Integrity (CFI) if available to mitigate the impact of memory corruption.
Exploitation status
Public Exploit Available: No
Analyst recommendation
The severity of this vulnerability, combined with its location in the core kernel networking stack, requires immediate attention. System administrators should verify their current kernel versions and apply the recommended patches as soon as they are made available by their respective Linux distribution maintainers to ensure ongoing system stability and security.