Impact
A null pointer dereference occurs in the ksmbd proc_show_files() function within the Linux kernel when a durable SMB2 handle is closed and subsequently read from /proc/fs/ksmbd/files. This dereference can crash the kernel, which is a high severity impact that leads to denial of service. The vulnerability is classified as CWE-476.
Affected Systems
Linux kernel versions released before the patch that fixes the null pointer dereference in proc_show_files(). The issue applies to all kernel distributions that include the ksmbd SMB server component.
Risk and Exploitability
The CVSS score of 7.5 signifies a high severity flaw. The EPSS score is reported as < 1%, indicating that the likelihood of exploitation is presently very low, and the vulnerability is not listed in the CISA KEV catalog. Nonetheless, an attacker can trigger the crash by establishing an SMB2 session with durable handles enabled, logging off, and then attempting to read the /proc/fs/ksmbd/files entry. The requirement for durable handles suggests that the vulnerability is most relevant to environments where remote SMB clients maintain persistent connections, making it a potential threat for networked file servers that do not restrict durable handle usage.
OpenCVE Enrichment
Ubuntu USN