CVE-2026-80548
8.8Linux · Kernel
A race condition in the Linux kernel s390 vfio_ccw driver allows local attackers with low privileges to potentially achieve full system compromise via improper mutex handling.
Executive summary
A vulnerability in the Linux kernel s390 vfio_ccw driver allows local attackers to gain elevated privileges and compromise system integrity due to improper mutex synchronization.
Vulnerability
This is a race condition (CWE-362) within the vfio_ccw driver related to the io_mutex mechanism. An attacker with low privileges can exploit this concurrency flaw to perform unauthorized actions, as the lock scope was previously insufficient to prevent race windows during I/O operations.
Business impact
The CVSS score of 8.8 reflects the high severity of this flaw, as it allows for a complete compromise of confidentiality, integrity, and availability. Successful exploitation by a local user could result in full system takeover, unauthorized access to sensitive data, or complete denial of service.
Remediation
Immediate Action: Update the Linux kernel to version 6.6.153, 6.12.105, 6.18.46, 7.1.10, or later as appropriate for your distribution.
Proactive Monitoring: Monitor system logs for kernel panics or unexpected vfio_ccw driver errors that may indicate exploitation attempts.
Compensating Controls: Restrict access to the local system to only essential personnel, as this vulnerability requires local low-privileged access to trigger.
Exploitation status
Public Exploit Available: No
Analyst recommendation
Given the high CVSS score and the potential for full system compromise, this vulnerability poses a significant risk to affected environments. Administrators should prioritize patching the kernel to one of the identified fixed versions to eliminate the race condition and ensure system stability.