Tracker / CVE-2024-50120
CVE-2024-50120
Medium 5.5
In the Linux kernel, the following vulnerability has been resolved: smb: client: Handle kstrdup failures for passwords In smb3_reconfigure(), after duplicating ctx->password and ctx->password2 with kstrdup(), we need to check for allocation failures. If ses->password allocation fails, return -ENOMEM. If ses->password2 allocation fails, free ses->password, set it to NULL, and return -ENOMEM.
Affected products and versions
| linux | linux_kernel |
|---|---|
| linux | linux_kernel · 6.6.24 → 6.6.59 |
| linux | linux_kernel · 6.7.12 → 6.8 |
| linux | linux_kernel · 6.8.3 → 6.11.6 |
Analysis
This page is not indexable yet.Until it carries original analysis — what it actually exposes, how to check in two minutes whether a system was touched, what to do if it was — the page stays noindex. The database decides that, not the template.