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-64188

7.8 · HIGH
Published Jul 20, 2026 linux CWE-416 EPSS 0.12% (2th pctl)

Overview

CVE-2026-64188 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:

net: qualcomm: rmnet: fix endpoint use-after-free in rmnet_dellink()

rmnet_dellink() removes the endpoint from the hash table with

hlist_del_init_rcu() and then immediately frees it with kfree(). However,

RCU readers on the receive path (rmnet_rx_handler ->

__rmnet_map_ingress_handler) may still hold a reference to the endpoint and

dereference ep->egress_dev after the memory has been freed. The endpoint is

a kmalloc-32 object, and the stale read at offset 8 corresponds to the

egress_dev pointer.

BUG: unable to handle page fault for address: ffffffffde942eef

Oops: 0002 [#1] SMP NOPTI

CPU: 1 UID: 0 PID: 137 Comm: poc_write Not tainted 7.0.0+ #4 PREEMPTLAZY

RIP: 0010:rmnet_vnd_rx_fixup (rmnet_vnd.c:27)

Call Trace:

<TASK>

__rmnet_map_ingress_handler (rmnet_handlers.c:48 rmnet_handlers.c:101)

rmnet_rx_handler (rmnet_handlers.c:129 rmnet_handlers.c:235)

__netif_receive_skb_core.constprop.0 (net/core/

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.14, < 5.10.260 Affected

Frequently Asked Questions

What is CVE-2026-64188?

CVE-2026-64188 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-64188?

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-64188?

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-64188?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-64188 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.