CVE-2026-80615

8.2

Linux · Kernel

A memory handling flaw in the Linux kernel's dst_metadata implementation causes a false-positive buffer overflow warning during tunnel information cloning, potentially leading to system instability.

Executive summary

A memory management vulnerability in the Linux kernel could be triggered by network traffic, leading to potential denial of service conditions.

Vulnerability

The vulnerability exists in the tun_dst_unclone function, where incorrect handling of tunnel metadata options during memory allocation triggers a false-positive buffer overflow report when compiled with source fortification. This flaw allows an unauthenticated attacker to potentially trigger a kernel warning or system crash by sending specifically crafted network traffic.

Business impact

The vulnerability carries a CVSS score of 8.2, reflecting its potential to cause significant denial of service by crashing the kernel. Successful exploitation results in system downtime, which can disrupt critical business operations and services relying on the affected Linux infrastructure. The ability for an unauthenticated remote attacker to trigger this condition necessitates prompt attention to avoid service interruptions.

Remediation

Immediate Action: Update the Linux kernel to version 7.1.5 or later, or apply the specific stable branch patches referenced in the vendor advisory.

Proactive Monitoring: Monitor system logs for kernel warnings related to memory corruption or fortify reports, particularly those referencing dst_metadata or skb_tunnel_info_unclone.

Compensating Controls: Implement network-level filtering to restrict traffic to known-good sources, which may reduce the exposure of the networking stack to untrusted packets.

Exploitation status

Public Exploit Available: No.

Analyst recommendation

Given the potential for remote denial of service and the high CVSS severity rating, administrators should prioritize patching the Linux kernel across all affected environments. Testing the update in a staging environment is advised to ensure compatibility before deploying to production systems.

More Linux CVEs

Sources