CVE-2026-74523
7.5Linux · Kernel
A deadlock vulnerability in the Linux kernel qede driver recovery path allows a local attacker to cause a system hang by triggering a TX timeout on a NIC with configured tunnel ports.
Executive summary
A high-severity deadlock vulnerability in the Linux kernel qede driver can lead to a complete system hang and denial of service.
Vulnerability
This is a deadlock vulnerability triggered when the qede driver recovery handler attempts to acquire a mutex that is already held by the same task during a TX timeout. This flaw is unauthenticated, as it can be triggered by system operations involving network interface hardware.
Business impact
Successful exploitation results in a denial of service (system hang), which disrupts all services running on the affected host. Given the CVSS score of 7.5, this poses a significant risk to system availability, particularly for critical infrastructure or production servers relying on qede network hardware.
Remediation
Immediate Action: Update your Linux kernel to version 6.6.151, 6.12.103, 6.18.44, or 7.1.8 depending on your distribution branch.
Proactive Monitoring: Monitor system logs for NETDEV WATCHDOG timeout messages and kernel stack traces indicating potential mutex deadlocks.
Compensating Controls: Ensure kernel hardening policies are in place to restrict access to hardware configuration interfaces where possible.
Exploitation status
Public Exploit Available: No
Analyst recommendation
This vulnerability represents a significant stability risk for systems utilizing qede NICs. IT administrators should prioritize patching the kernel to the recommended versions to prevent potential denial of service scenarios caused by routine driver recovery processes.