CVE-2026-74708
7.8Linux · Kernel
The Linux kernel xsk subsystem fails to validate launch-time metadata size, potentially allowing local users to trigger memory inconsistencies via crafted metadata requests.
Executive summary
A vulnerability in the Linux kernel xsk subsystem allows an authenticated local user to potentially cause memory corruption, posing a high risk to system integrity and availability.
Vulnerability
The vulnerability exists due to insufficient validation of launch-time metadata size within the xsk (AF_XDP) subsystem. An authenticated local user with low privileges can trigger this flaw by providing a metadata area that does not contain the expected field size, leading to inconsistent processing of transmit flags.
Business impact
Successful exploitation allows a local user to compromise the integrity and availability of the system. Given the CVSS score of 7.8, this flaw is considered high severity because it enables local privilege escalation or system instability. If exploited, an attacker could potentially crash the system or manipulate kernel memory structures to gain unauthorized control over system resources.
Remediation
Immediate Action: Apply the vendor-provided patches or update the Linux kernel to version 6.18.45, 7.1.9, or 7.2 and later as appropriate for your distribution.
Proactive Monitoring: Monitor system logs for kernel-related crashes or unexpected behavior in applications utilizing AF_XDP sockets.
Compensating Controls: Limit access to the system to trusted users only, as the attack vector requires local access and low-level privileges to interact with the xsk subsystem.
Exploitation status
Public Exploit Available: Unknown.
Analyst recommendation
This vulnerability represents a significant risk to the stability of the Linux kernel. System administrators should prioritize testing and deploying the stable kernel updates provided by their distribution maintainers to ensure protection against potential exploitation of this memory handling flaw.