CVE-2025-38015

Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
18/06/2025
Last modified:
18/06/2025

Description

In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> dmaengine: idxd: fix memory leak in error handling path of idxd_alloc<br /> <br /> Memory allocated for idxd is not freed if an error occurs during<br /> idxd_alloc(). To fix it, free the allocated memory in the reverse order<br /> of allocation before exiting the function in case of an error.

Impact