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

5.5 · MEDIUM
Published Feb 4, 2026 linux EPSS 0.14% (4th pctl)

Overview

CVE-2026-23086 is a medium-severity vulnerability affecting linux linux_kernel. It was published on February 4, 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: cap TX credit to local buffer size

The virtio transports derives its TX credit directly from peer_buf_alloc,

which is set from the remote endpoint's SO_VM_SOCKETS_BUFFER_SIZE value.

On the host side this means that the amount of data we are willing to

queue for a connection is scaled by a guest-chosen buffer size, rather

than the host's own vsock configuration. A malicious guest can advertise

a large buffer and read slowly, causing the host to allocate a

correspondingly large amount of sk_buff memory.

The same thing would happen in the guest with a malicious host, since

virtio transports share the same code base.

Introduce a small helper, virtio_transport_tx_buf_size(), that

returns min(peer_buf_alloc, buf_alloc), and use it wherever we consume

peer_buf_alloc.

This ensures the effective TX window is bounded by both the peer's

advertised buffer and our own buf_alloc (already clamped to

buffer_max_size

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.8, < 6.1.162 Affected

Frequently Asked Questions

What is CVE-2026-23086?

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

How severe is CVE-2026-23086?

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

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

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