mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-30 18:56:19 +00:00
943 B
943 B
CVE-2025-21944
Description
In the Linux kernel, the following vulnerability has been resolved:ksmbd: fix bug on trap in smb2_lockIf lock count is greater than 1, flags could be old value.It should be checked with flags of smb_lock, not flags.It will cause bug-on trap from locks_free_lock in error handlingroutine.
POC
Reference
No PoCs from references.