Use-After-Free Vulnerability in Linux Kernel TCP/IP Stack
CVE-2026-64543

7.8HIGH

Key Information:

Vendor

Linux

Status
Vendor
CVE Published:
27 July 2026

What is CVE-2026-64543?

A use-after-free vulnerability exists in the Linux kernel's TIPC (Transparent Inter-Process Communication) implementation. Specifically, the problem arises in the 'tipc_disc_rcv' function where the discoverer structure can be dereferenced after being freed. This is particularly dangerous as it allows unprivileged users to exploit it due to insufficient permission checks in the TIPC's UDP bearer commands. The defect results from the 'bearer_disable' function freeing resources without ensuring there are no ongoing references to those resources, leading to potential memory access violations. Even though L2 bearers remain safe using proper cleanup mechanisms, the UDP bearer relies on a workqueue which delays cleanup, making it susceptible to attacks. It's crucial to ensure that the RCU (Read-Copy-Update) mechanisms are correctly implemented, including the addition of an 'rcu_head' in the structure to facilitate safe memory management.

Affected Version(s)

Linux 25b0b9c4e835ffaa65b61c3efe2e28acf84d0259 < 5e215bf1c47fdddf8203a0fe80a0ed594065f101

Linux 25b0b9c4e835ffaa65b61c3efe2e28acf84d0259

Linux 25b0b9c4e835ffaa65b61c3efe2e28acf84d0259

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

  • Vulnerability published

  • Vulnerability Reserved

.