mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-28 18:48:49 +00:00
864 B
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.