mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-30 18:56:19 +00:00
1.4 KiB
1.4 KiB
CVE-2024-50120
Description
In the Linux kernel, the following vulnerability has been resolved:smb: client: Handle kstrdup failures for passwordsIn smb3_reconfigure(), after duplicating ctx->password andctx->password2 with kstrdup(), we need to check for allocationfailures.If ses->password allocation fails, return -ENOMEM.If ses->password2 allocation fails, free ses->password, set itto NULL, and return -ENOMEM.
POC
Reference
No PoCs from references.