Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-64189

7.8 · HIGH
Published Jul 20, 2026 linux CWE-362 EPSS 0.10% (1th pctl)

Overview

CVE-2026-64189 is a high-severity vulnerability affecting linux linux_kernel. It was published on July 20, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

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

netfilter: ipset: fix race between dump and ip_set_list resize

The release path of ip_set_dump_do() and ip_set_dump_done() read

inst->ip_set_list via ip_set_ref_netlink(), a plain rcu_dereference_raw()

of the array pointer. These run from netlink_recvmsg() without the nfnl

mutex and without an RCU read-side critical section.

A concurrent ip_set_create() can grow the array: it publishes the new

array, calls synchronize_net() and then kvfree()s the old one. Since the

dump paths read the array outside any RCU reader, synchronize_net() does

not wait for them and the old array can be freed while they still index

into it, causing a use-after-free.

The dumped set itself stays pinned via set->ref_netlink, so only the

array load needs protecting. Take rcu_read_lock() around it, matching

ip_set_get_byname() and __ip_set_put_byindex().

BUG: KASAN: slab-use-after-free in ip_set_dump_do (net/netfilter/ipset/ip_set_core.c:169

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 4.19.5, < 4.20 Affected

Frequently Asked Questions

What is CVE-2026-64189?

CVE-2026-64189 is a high-severity vulnerability affecting linux linux_kernel. It was published on July 20, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2026-64189?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2026-64189?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-64189?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-64189 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.