cve/2024/CVE-2024-53202.md
2025-09-29 16:08:36 +00:00

864 B

CVE-2024-53202

Description

In the Linux kernel, the following vulnerability has been resolved:firmware_loader: Fix possible resource leak in fw_log_firmware_info()The alg instance should be released under the exception path, otherwisethere may be resource leak here.To mitigate this, free the alg instance with crypto_free_shash when kmallocfails.

POC

Reference

No PoCs from references.

Github