Linux Kernel Vulnerability in Vsock Handling
CVE-2026-53365

7.8HIGH

Key Information:

Vendor

Linux

Status
Vendor
CVE Published:
13 July 2026

Badges

πŸ“ˆ Score: 359πŸ‘Ύ Exploit Exists🟑 Public PoC

What is CVE-2026-53365?

CVE-2026-53365 is a vulnerability identified in the Linux kernel's handling of Virtual Socket (vsock) operations. The primary purpose of vsock is to facilitate communication between virtual machines and the host operating system. This vulnerability arises from inadequate management of memory associated with large messages segmented into multiple socket buffers (skbs). When such messages are sent, only the last segment correctly handles memory allocation for zero-copy operations, leaving earlier segments without proper completion tracking. As a result, this oversight can lead to leaked pinned user pages, creating a scenario where the kernel fails to notify the user-space environment when these pages are no longer in use. This can severely disrupt memory management in an affected system, exposing organizations to potential exploitation risks.

Potential impact of CVE-2026-53365

  1. Memory Leakage: The vulnerability may result in pinned user pages not being released appropriately, leading to memory leaks. This can degrade system performance and stability, especially in environments where memory resources are critical.

  2. Denial of Service: By overwhelming the kernel's resources through the manipulation of this vulnerability, an attacker could induce a denial-of-service condition on the host system, preventing legitimate operations and affecting overall system availability.

  3. Increased Attack Surface: With the potential for exploitation due to the mishandling of memory, adversaries might gain unauthorized access or privilege escalation opportunities, increasing the likelihood of further attacks on sensitive system components or data.

Affected Version(s)

Linux 581512a6dc939ef122e49336626ae159f3b8a345 < 293fe8f2d1b5ac464ca16a8eba09571bbbb34ba9

Linux 581512a6dc939ef122e49336626ae159f3b8a345 < 76b995bc57bd90cb6e954e1966fbd8786da47f0d

Linux 581512a6dc939ef122e49336626ae159f3b8a345

Exploit Proof of Concept (PoC)

PoC code is written by security researchers to demonstrate the vulnerability can be exploited. PoC code is also a key component for weaponization which could lead to ransomware.

References

CVSS V3.1

Score:
7.8
Severity:
HIGH
Confidentiality:
High
Integrity:
High
Availability:
High
Attack Vector:
Local
Attack Complexity:
Low
Privileges Required:
Low
User Interaction:
None
Scope:
Unchanged

Timeline

  • 🟑

    Public PoC available

  • πŸ‘Ύ

    Exploit known to exist

  • Vulnerability published

  • Vulnerability Reserved

.