mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-30 18:56:19 +00:00
1010 B
1010 B
CVE-2025-38561
Description
In the Linux kernel, the following vulnerability has been resolved:ksmbd: fix Preauh_HashValue race conditionIf client send multiple session setup requests to ksmbd,Preauh_HashValue race condition could happen.There is no need to free sess->Preauh_HashValue at session setup phase.It can be freed together with session at connection termination phase.
POC
Reference
No PoCs from references.