PatchSiren cyber security CVE debrief
CVE-2026-64189 Linux CVE debrief
A use-after-free vulnerability was found in the Linux kernel's netfilter ipset subsystem. The vulnerability occurs when the dump path reads the array outside any RCU reader, allowing a concurrent ip_set_create() to grow the array, publish the new array, call synchronize_net(), and then kvfree() the old one. This can cause a use-after-free when the dump paths still index into the old array. The vulnerability has a CVSS score of 7.8 and is considered High severity.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- HIGH 7.8
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-07-20
- Original CVE updated
- 2026-07-27
- Advisory published
- 2026-07-20
- Advisory updated
- 2026-07-27
Who should care
Linux kernel users and administrators should be aware of this vulnerability and take steps to mitigate it. Affected operators, platforms, and security teams should review the official advisory and assess their exposure. Vulnerability management and security teams should prioritize patching or mitigating this vulnerability.
Technical summary
The vulnerability is caused by a race condition between the dump path and the ip_set_create() function. The dump path reads the array using ip_set_ref_netlink(), which is a plain rcu_dereference_raw() of the array pointer. This allows a concurrent ip_set_create() to grow the array, publish the new array, call synchronize_net(), and then kvfree() the old one. To fix this vulnerability, take rcu_read_lock() around the array load, matching ip_set_get_byname() and __ip_set_put_byindex().
Defensive priority
High
Recommended defensive actions
- Apply the patch to fix the vulnerability
- Use a supported Linux kernel version
- Monitor for suspicious activity
- Use a firewall to restrict access to the affected system
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
Evidence notes
The vulnerability was reported by an unknown vendor and has a CVSS score of 7.8. The NVD entry is currently Received. Linux kernel users and administrators should verify their systems for exposure and review the official advisory for affected scope and severity. Evidence is limited, and defenders should review context and track exceptions.
Official resources
-
CVE-2026-64189 CVE record
CVE.org
-
CVE-2026-64189 NVD detail
NVD
-
Source item URL
nvd_modified
-
Source reference
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
416baaa9-dc9f-4396-8d5f-8c081fb06d67
AI-assisted PatchSiren debrief based on the supplied source corpus. The CVE record was published on 2026-07-20T17:18:21.997Z and has not been modified since then. The NVD entry is currently Received.