Security Advisory

CVE-2025-38575

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-04-18 07:01:33
Last updated 2026-05-11 21:30:48
Assigner Linux
State PUBLISHED

Description

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.