CVE-2023-52936
CVSS 3.1 Score 5.5 of 10 (medium)
Details
Published Mar 27, 2025
Updated: Apr 15, 2025
CWE ID 401
Summary
CVE-2023-52936 is a vulnerability affecting the Linux kernel where a memory leak occurs when using debugfs_lookup() in kernel/irq/irqdomain.c. The issue arises when the result of debugfs_lookup() is not followed by a call to dput(). To mitigate this issue, it is recommended to use debugfs_lookup_and_remove() instead, which handles the logic of releasing the memory at once. This vulnerability could potentially lead to a denial of service or other unintended consequences if exploited. The Linux kernel team has released a patch to resolve this issue.
Prevent cyber attacks with Recorded Future by prioritizing and patching critical vulnerabilities being exploited by threat actors targeting your industry. Book your demo to learn more.