CVE-2026-74608

Linux · Kernel

A use-after-free vulnerability exists in the Linux kernel SMB client due to improper handling of interface references during channel creation, potentially allowing memory corruption or crashes.

Executive summary

A critical use-after-free vulnerability in the Linux kernel SMB client could allow a remote attacker to trigger memory corruption, system crashes, or potentially arbitrary code execution.

Vulnerability

This is a use-after-free flaw occurring within the SMB client's channel management logic, specifically in the cifs_try_adding_channels function. An attacker can trigger this condition when a concurrent interface list refresh removes a reference while channel creation is in progress, leading to an access of freed memory. This vulnerability is exploitable by an unauthenticated network actor.

Business impact

The vulnerability carries a CVSS score of 9.8, indicating a critical severity level. Successful exploitation may result in a complete compromise of system availability through kernel panics, or potentially allow an attacker to gain elevated privileges or execute arbitrary code on the affected host. Such an event would cause significant operational disruption and data integrity risks for any enterprise relying on Linux-based SMB file sharing services.

Remediation

Immediate Action: Update the Linux kernel to the patched versions: 6.1.183, 6.6.152, 6.12.104, or 6.18.45 as appropriate for your distribution.

Proactive Monitoring: Monitor system logs for kernel oops or segmentation faults that correlate with SMB/CIFS mount activity, which may indicate attempted exploitation.

Compensating Controls: Restrict access to SMB services at the network level to trusted hosts only, and employ host-based intrusion detection systems to monitor for anomalous kernel behavior.

Exploitation status

Public Exploit Available: Unknown

Analyst recommendation

Given the critical CVSS score and the nature of the vulnerability within the kernel, the risk to infrastructure is substantial. Administrators must prioritize the application of kernel patches provided by their respective Linux distribution vendors to resolve this memory management flaw. Until updates are applied, minimize exposure by isolating SMB traffic within secured network segments.

More Linux CVEs

Sources