First published: Fri Apr 18 2025(Updated: )
In the Linux kernel, the following vulnerability has been resolved: ksmbd: use aead_request_free to match aead_request_alloc Use aead_request_free() instead of kfree() to properly free memory allocated by aead_request_alloc(). This ensures sensitive crypto data is zeroed before being freed.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2025-38575 has been classified as a medium severity vulnerability in the Linux kernel.
To fix CVE-2025-38575, ensure you update your Linux kernel to a version that incorporates the fix for this vulnerability.
CVE-2025-38575 affects the Linux kernel specifically in its ksmbd implementation.
The impact of CVE-2025-38575 is that it may lead to improper handling of sensitive crypto data if memory is not correctly freed.
Yes, CVE-2025-38575 is a publicly disclosed vulnerability affecting the Linux kernel.