CVE-2024-53188

CVSS 3.1 Score 5.5 of 10 (medium)

Details

Published Dec 27, 2024
Updated: Jan 15, 2025
CWE ID 476

Summary

CVE-2024-53188: A vulnerability in the Linux kernel wifi driver, ath12k, has been identified and resolved. During the initialization process, if there is an error leading to the call of ath12k_dp_cc_cleanup to release resources, these resources are unexpectedly released again upon device unbind (ath12k_pci). Consequently, a NULL pointer dereference occurs, leading to a kernel panic. Reproducibility of this issue is guaranteed in virtual machine environments due to failed MSI addressing initialization. To mitigate the issue, the released structure in ath12k_dp_cc_cleanup needs to be set to NULL at the end.

Ligh bulbPrevent 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.

Share