NONE · 0

CVE-2025-39991

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: fix NULL dereference in ath11k_qmi_m3_load() If ab->fw.m3_data points to data, then fw pointer remains null. Further...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: fix NULL dereference in ath11k_qmi_m3_load() If ab->fw.m3_data points to data, then fw pointer remains null. Further, if m3_mem is not allocated, then fw is dereferenced to be passed to ath11k_err function. Replace fw->size by m3_len. Found by Linux Verification Center (linuxtesting.org) with SVACE.

References

FAQ

What is CVE-2025-39991?

CVE-2025-39991 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: fix NULL dereference in ath11k_qmi_m3_load() If ab->fw.m3_data points to data, then fw pointer remains null. Further...

How severe is CVE-2025-39991?

CVSS scoring is not yet available for CVE-2025-39991. Check NVD for updates.

Is there a patch for CVE-2025-39991?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.