CVE-2026-80980
Linux · Kernel
A race condition in the Linux kernel SMC subsystem allows unauthenticated attackers to trigger memory corruption via concurrent bitfield updates, potentially leading to remote code execution.
Executive summary
A critical race condition in the Linux kernel Shared Memory Communications (SMC) subsystem exposes systems to potential remote code execution by unauthenticated attackers.
Vulnerability
The vulnerability stems from improper bitfield management in the smc_connection structure, where three connection state flags share a single byte without adequate locking. An unauthenticated attacker can trigger concurrent read-modify-write operations across different execution contexts, leading to memory corruption.
Business impact
The CVSS score of 9.8 reflects the high potential for exploitation, as the vulnerability is accessible to unauthenticated network-based attackers. Successful exploitation could result in full system compromise, unauthorized data access, and significant service disruption, necessitating immediate patching of all affected Linux distributions.
Remediation
Immediate Action: Update the Linux kernel to version 6.18.50, 7.2.4, or later versions as provided by your distribution maintainer.
Proactive Monitoring: Monitor system logs for kernel panics or unexpected process crashes that may indicate memory corruption attempts targeting the SMC subsystem.
Compensating Controls: If patching is not immediately feasible, disable the SMC subsystem (smc module) if it is not required for your network operations to reduce the attack surface.
Exploitation status
Public Exploit Available: Unknown
Analyst recommendation
This vulnerability represents a severe risk to infrastructure stability and security due to its potential for remote exploitation. Security teams must prioritize the deployment of kernel updates across all production environments. Given the critical nature of kernel-level flaws, testing and deployment should be expedited to mitigate the risk of unauthenticated system compromise.
More Linux CVEs all →
History
CVE Brief tracked this CVE 2 days before it had a CVSS score.
- Disclosed CVE record published
- Collected by CVE Brief No CVSS score yet; tracked as early warning
- CVSS score assigned 9.8 (3.1)
- Analyst report written