CVE Catalog

CVE-2025-37944

HighCVSS 8.8
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.25%

16th percentile - higher than 16% of all known CVEs

Summary

In the Linux kernel's ath12k Wi-Fi driver, a bug was found where the wrong function is used to fetch entries from the destination ring in ath12k_dp_mon_srng_process. A source ring function was used, leading to incorrect pointer arithmetic and ring management, potentially causing data corruption or system crashes.

Risk Assessment

The organization faces the risk of data corruption or system crashes during Wi-Fi monitoring, which could lead to network service disruptions and data integrity loss.

Recommendation

Immediately update the Linux kernel to a version containing the fix that replaces the call to ath12k_hal_srng_src_get_next_entry with ath12k_hal_srng_dst_get_next_entry.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: Fix invalid entry fetch in ath12k_dp_mon_srng_process Currently, ath12k_dp_mon_srng_process uses ath12k_hal_srng_src_get_next_entry to fetch the next entry from the destination ring. This is incorrect because ath12k_hal_srng_src_get_next_entry is intended for source rings, not destination rings. This leads to invalid entry fetches, causing potential data corruption or crashes due to accessing incorrect memory locations. This happens because the source ring and destination ring have different handling mechanisms and using the wrong function results in incorrect pointer arithmetic and ring management. To fix this issue, replace the call to ath12k_hal_srng_src_get_next_entry with ath12k_hal_srng_dst_get_next_entry in ath12k_dp_mon_srng_process. This ensures that the correct function is used for fetching entries from the destination ring, preventing invalid memory accesses. Tested-on: QCN9274 hw2.0 PCI WLAN.WBE.1.3.1-00173-QCAHKSWPL_SILICONZ-1 Tested-on: WCN7850 hw2.0 WLAN.HMT.1.0.c5-00481-QCAHMTSWPL_V1.0_V2.0_SILICONZ-3

Vulnerability data from NVD (NIST) · CISA KEV · EPSS