CVE-2026-80684
Linux · Kernel
A NULL pointer dereference vulnerability in the Linux kernel KVM s390 PCI subsystem allows for potential system crashes or code execution due to improper error handling during AIBV allocation.
Executive summary
A critical NULL pointer dereference vulnerability in the Linux kernel KVM s390 subsystem poses a significant risk of system instability or unauthorized exploitation.
Vulnerability
The vulnerability exists within the KVM s390 PCI implementation, where the airq_iv_create function fails to return a checked pointer. This allows a local attacker to trigger a NULL pointer dereference when kvm_zpci_set_airq is called, potentially leading to a denial of service or further system compromise.
Business impact
The CVSS score of 9.3 highlights the severity of this flaw, which allows for full impact on confidentiality, integrity, and availability. Successful exploitation could result in total system compromise, leading to unauthorized access to sensitive data or complete operational downtime of affected infrastructure.
Remediation
Immediate Action: Apply the latest security patches for the Linux kernel provided by your distribution vendor, ensuring the kernel is updated to at least version 6.1.183, 6.6.151, 6.12.103, or 6.18.44.
Proactive Monitoring: Monitor system logs for kernel panic events or unusual KVM initialization errors that may indicate an attempt to trigger this vulnerability.
Compensating Controls: Restrict access to KVM management interfaces and ensure that only authorized processes have the necessary privileges to interact with the s390 PCI subsystem.
Exploitation status
Public Exploit Available: No
Analyst recommendation
Given the critical nature of this kernel-level vulnerability, organizations should prioritize patching affected Linux systems as part of their next maintenance cycle. Failure to address this flaw leaves systems susceptible to severe compromise, and applying the vendor-supplied kernel updates is the only definitive way to eliminate the risk.