CVE-2026-64543

7.8

Linux · Kernel

A use-after-free vulnerability exists in the Linux kernel TIPC subsystem due to improper handling of the discoverer object during bearer cleanup, potentially leading to memory corruption or execution.

Executive summary

A use-after-free vulnerability in the Linux kernel TIPC component poses a significant risk of local privilege escalation or system instability.

Vulnerability

The vulnerability is a use-after-free flaw located in the TIPC (Transparent Inter-Process Communication) discovery mechanism. It occurs when a UDP bearer is disabled, as the discoverer object is freed prematurely while still being referenced by concurrent softirq processes, requiring low-privileged local access to trigger.

Business impact

Successful exploitation of this memory corruption vulnerability could allow a local attacker to achieve privilege escalation or cause a kernel panic, resulting in service disruption. While the attack requires local access, the CVSS score of 7.8 indicates a high severity level, as it provides a pathway for an unprivileged user to gain full control over the affected system.

Remediation

Immediate Action: Update the Linux kernel to the corrected versions (5.10.265, 5.15.216, 6.1.183, 6.6.145, or later) provided by your distribution vendor.

Proactive Monitoring: Monitor system logs for kernel oops or segmentation faults related to the TIPC subsystem or network interface drivers.

Compensating Controls: If patching is delayed, restrict access to the system to authorized personnel only and disable the TIPC module if it is not required for network operations to reduce the attack surface.

Exploitation status

Public Exploit Available: No (exploit_available: false)

Analyst recommendation

Given the potential for local privilege escalation and the critical nature of kernel-level vulnerabilities, organizations should prioritize testing and deploying the provided kernel patches. Ensure that all production environments are updated to a version containing the fix to neutralize this risk.

More Linux CVEs

Sources