CVE-2023-53721
Unknown Unknown - Not Provided

BaseFortify

Vulnerability report for CVE-2023-53721, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2025-10-22

Last updated on: 2025-10-22

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: Fix a NULL pointer dereference in ath12k_mac_op_hw_scan() In ath12k_mac_op_hw_scan(), the return value of kzalloc() is directly used in memcpy(), which may lead to a NULL pointer dereference on failure of kzalloc(). Fix this bug by adding a check of arg.extraie.ptr. Tested-on: WCN7850 hw2.0 PCI WLAN.HMT.1.0-03427-QCAHMTSWPL_V1.0_V2.0_SILICONZ-1.15378.4

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2025-10-22
Last Modified
2025-10-22
Generated
2026-07-06
AI Q&A
2025-10-22
EPSS Evaluated
2026-07-05
NVD

Affected Vendors & Products

Showing 3 associated CPEs
Vendor Product Version / Range
qualcomm ath12k *
qualcomm wcn7850 *
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a NULL pointer dereference in the Linux kernel's ath12k driver, specifically in the function ath12k_mac_op_hw_scan(). The issue occurs because the return value of kzalloc(), a memory allocation function, is used directly in memcpy() without checking if kzalloc() failed and returned NULL. This can cause the system to dereference a NULL pointer, leading to a crash or instability.

Impact Analysis

This vulnerability can cause the affected system to crash or become unstable due to a NULL pointer dereference in the WiFi driver. This may result in denial of service or loss of network connectivity.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2023-53721. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart