Impact
A use‑after‑free bug was discovered in the Linux kernel’s ksmbd SMB server component, specifically when a deferred byte‑range lock is cancelled. The bug allows a freed file_lock structure to be dereferenced by an asynchronous cancellation callback, causing a breach of kernel memory safety. While the description does not explicitly state the resulting effects, such a flaw can lead to kernel memory corruption, possible crash (Denial of Service), or in the best‑case scenario, code execution if the attacker can reliably control the freed memory contents. The vulnerability is classified under CWE‑825.
Affected Systems
Any Linux installation that includes the ksmbd SMB server module is potentially affected. The CVE documentation does not list a specific kernel version range; therefore, any kernel build that contains the ksmbd code path may be vulnerable until the patch is applied.
Risk and Exploitability
The CVSS score of 8.8 points to a high severity issue. The EPSS score of less than 1% indicates a low probability that this vulnerability is being actively exploited in the wild. It is not currently listed in the CISA KEV catalog. The most likely attack vector is via an SMB client that requests a blocking byte‑range lock and then cancels it concurrently, which would trigger the race condition. This assessment is inferred from the description and has not been directly observed in the public threat landscape.
OpenCVE Enrichment
Debian DLA