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

5.5 · MEDIUM
Published May 28, 2026 linux CWE-401 EPSS 0.13% (3th pctl)

Overview

CVE-2026-46207 is a medium-severity vulnerability affecting linux linux_kernel. It was published on May 28, 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:

vsock/virtio: fix empty payload in tap skb for non-linear buffers

For non-linear skbs, virtio_transport_build_skb() goes through

virtio_transport_copy_nonlinear_skb() to copy the original payload

in the new skb to be delivered to the vsockmon tap device.

This manually initializes an iov_iter but does not set iov_iter.count.

Since the iov_iter is zero-initialized, the copy length is zero and no

payload is actually copied to the monitor interface, leaving data

un-initialized.

Fix this by removing the linear vs non-linear split and using

skb_copy_datagram_iter() with iov_iter_kvec() for all cases, as

vhost-vsock already does. This handles both linear and non-linear skbs,

properly initializes the iov_iter, and removes the now unused

virtio_transport_copy_nonlinear_skb().

While touching this code, let's also check the return value of

skb_copy_datagram_iter(), even though it's unlikely to fail.

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 >= 6.7, < 6.12.90 Affected

Frequently Asked Questions

What is CVE-2026-46207?

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

How severe is CVE-2026-46207?

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

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

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