CVE-2026-80982

Linux · Kernel

A use-after-free vulnerability in the Linux kernel net/smc component allows a local authenticated attacker to trigger memory corruption or system crashes via race conditions in socket state handling.

Executive summary

A use-after-free vulnerability in the Linux kernel Shared Memory Communications (SMC) implementation poses a high risk of local privilege escalation or system instability.

Vulnerability

The vulnerability exists in the smc_rx_pipe_buf_release function, where a race condition between socket closure and receive buffer management leads to a use-after-free scenario. An authenticated local attacker can exploit this by triggering concurrent operations that cause the kernel to dereference freed memory associated with the link group pool.

Business impact

Successful exploitation allows a local attacker to execute arbitrary code with kernel-level privileges or cause a complete system crash (Denial of Service). Given the CVSS score of 7.8, this vulnerability represents a significant threat to system integrity and availability, particularly in multi-tenant environments or systems where local user access is permitted.

Remediation

Immediate Action: Administrators must update the Linux kernel to the latest stable release, specifically ensuring the inclusion of the identified fixed versions (e.g., 6.12.109 or later).

Proactive Monitoring: Security teams should monitor system logs for kernel panic events or segmentation faults that may indicate attempted exploitation of memory management flaws.

Compensating Controls: Restrict local user access to the system and minimize the use of specialized network protocols like SMC if they are not strictly required for business operations.

Exploitation status

Public Exploit Available: Unknown

Analyst recommendation

This vulnerability highlights the ongoing risks associated with complex kernel-level networking subsystems. Given the severity of potential kernel memory corruption, organizations should prioritize patching their Linux distributions as soon as upstream stable kernels become available through their respective package management channels.

More Linux CVEs all →

History

CVE Brief tracked this CVE 2 days before it had a CVSS score.

  1. Disclosed CVE record published
  2. Collected by CVE Brief No CVSS score yet; tracked as early warning
  3. CVSS score assigned 7.8 (3.1)
  4. Analyst report written

Sources