CVE-2026-80693
Linux · Kernel
A buffer overflow vulnerability in the Linux kernel idpf driver allows an attacker to trigger a slab out of bounds write via a malicious VIRTCHNL2_OP_ALLOC_VECTORS reply.
Executive summary
A critical out of bounds write vulnerability in the Linux kernel idpf driver could lead to local privilege escalation or system compromise.
Vulnerability
The idpf driver incorrectly calculates the bounds of the interrupt vector register array, failing to reconcile the sum of per-chunk vectors against the total allocated vector count. This flaw allows a malicious control plane or hypervisor to trigger a slab out of bounds write by providing a specifically crafted VIRTCHNL2_OP_ALLOC_VECTORS reply.
Business impact
Successful exploitation of this vulnerability results in memory corruption within the kernel, which carries a high risk of system instability, denial of service, or full system compromise. Given the CVSS score of 9.3, this flaw is categorized as critical because it allows for high impact to confidentiality, integrity, and availability, despite requiring local access to trigger the malicious response.
Remediation
Immediate Action: Update the Linux kernel to version 7.1.8 or later, as specified in the upstream fix commits.
Proactive Monitoring: Monitor system logs for kernel panics or slab corruption warnings that may indicate an attempted exploitation of memory management routines.
Compensating Controls: Ensure strict hardware and hypervisor configuration management to restrict the ability of unauthorized entities to act as the control plane for the idpf driver.
Exploitation status
Public Exploit Available: Unknown
Analyst recommendation
This vulnerability represents a significant risk to the integrity of the host operating system. Administrators should prioritize the deployment of the patched kernel version 7.1.8 across all affected Linux environments to mitigate the possibility of memory corruption and subsequent escalation of privileges.