CVE Catalog

CVE-2025-37776

HighCVSS 8.8
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.31%

23th percentile - higher than 23% of all known CVEs

Summary

In the ksmbd SMB server in the Linux kernel, a use-after-free vulnerability exists in smb_break_all_levII_oplock() due to unlocking in the middle of a loop.

Risk Assessment

An attacker with access to an SMB share can remotely cause system crashes or potentially execute arbitrary code.

Recommendation

Update the Linux kernel to a version that uses a read lock to protect the entire loop.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free in smb_break_all_levII_oplock() There is a room in smb_break_all_levII_oplock that can cause racy issues when unlocking in the middle of the loop. This patch use read lock to protect whole loop.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS