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

5.5 · MEDIUM
Published Jun 25, 2026 linux CWE-401 EPSS 0.12% (2th pctl)

Overview

CVE-2026-53181 is a medium-severity vulnerability affecting linux linux_kernel. It was published on June 25, 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/vmci: fix sk_ack_backlog leak on failed handshake

When vmci_transport_recv_connecting_server() returns an error,

vmci_transport_recv_listen() calls vsock_remove_pending() but never

calls sk_acceptq_removed(). This leaves sk_ack_backlog incremented

permanently.

Repeated handshake failures (malformed packets, queue pair alloc

failure, event subscribe failure) cause sk_ack_backlog to climb

toward sk_max_ack_backlog. Once it reaches the limit the listener

permanently refuses all new connections with -ECONNREFUSED, a

silent denial of service requiring a process restart to recover.

The two existing sk_acceptq_removed() calls in af_vsock.c do not

cover this path: line 764 checks vsock_is_pending() which returns

false after vsock_remove_pending(), and line 1889 is only reached

on successful accept().

Fix by balancing sk_acceptq_added() with sk_acceptq_removed() on

the error path.

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.9, < 5.10.259 Affected

Frequently Asked Questions

What is CVE-2026-53181?

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

How severe is CVE-2026-53181?

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

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

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