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.
No PoCs from references.
- https://github.com/fkie-cad/nvd-json-data-feeds