← Back to CVE List

CVE-2024-53202

Published: 2024-12-27T14:15Z
Last Modified: 2025-01-14T16:23Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
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, otherwise there may be resource leak here. To mitigate this, free the alg instance with crypto_free_shash when kmalloc fails. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt