First published: Fri Dec 27 2024(Updated: )
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.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=6.4<6.6.64 | |
Linux Kernel | >=6.7<6.11.11 | |
Linux Kernel | >=6.12<6.12.2 | |
debian/linux | 5.10.223-1 5.10.226-1 6.1.123-1 6.1.128-1 6.12.12-1 6.12.15-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-53202 has a moderate severity level due to potential resource leaks that can impact system performance.
To fix CVE-2024-53202, update to the patched versions provided by your Linux distribution, such as linux 5.10.223-1 or later.
CVE-2024-53202 affects Linux kernel versions from 6.4 to 6.6.64, 6.7 to 6.11.11, and 6.12.x up to 6.12.2.
CVE-2024-53202 is not classified as a remote exploit vulnerability, but it can lead to resource leaks if exploited.
CVE-2024-53202 impacts the firmware loader component of the Linux kernel.