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

5.5 · MEDIUM
Published Jul 20, 2026 linux CWE-476 EPSS 0.14% (4th pctl)

Overview

CVE-2026-64190 is a medium-severity vulnerability affecting linux linux_kernel. It was published on July 20, 2026 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. 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: team: fix NULL pointer dereference in team_xmit during mode change

__team_change_mode() clears team->ops with memset() before restoring

safe dummy handlers via team_adjust_ops(). A concurrent team_xmit()

running under RCU on another CPU can read team->ops.transmit during

this window and call a NULL function pointer, crashing the kernel.

The race requires a mode change (CAP_NET_ADMIN) concurrent with

transmit on the team device.

BUG: kernel NULL pointer dereference, address: 0000000000000000

Oops: 0010 [#1] SMP KASAN NOPTI

RIP: 0010:0x0

Call Trace:

team_xmit (drivers/net/team/team_core.c:1853)

dev_hard_start_xmit (net/core/dev.c:3904)

__dev_queue_xmit (net/core/dev.c:4871)

packet_sendmsg (net/packet/af_packet.c:3109)

__sys_sendto (net/socket.c:2265)

The original code assumed that no ports means no traffic, so mode

changes could freely memset()/memcpy() the ops. AF_PACKET with

forced carrier brea

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 >= 3.3, < 6.18.35 Affected

Frequently Asked Questions

What is CVE-2026-64190?

CVE-2026-64190 is a medium-severity vulnerability affecting linux linux_kernel. It was published on July 20, 2026 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2026-64190?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. 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-64190?

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

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