Cyber Resilience

CVE-2024-43061

High

Published: 03 March 2025

Published
03 March 2025
Modified
06 March 2025
KEV Added
Patch
CVSS Score v3.1 7.8 CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0011 29.8th percentile
Risk Priority 16 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-43061 is a high-severity Use After Free (CWE-416) vulnerability in Qualcomm Fastconnect 6900 Firmware. Its CVSS base score is 7.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked at the 29.8th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-16 (Memory Protection) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2024-43061 is a memory corruption vulnerability stemming from a use-after-free condition (CWE-416) that occurs during voice activation in Qualcomm components. Specifically, it arises when sound model parameters are loaded from the High-Level Operating System (HLOS), and the received sound model list is empty in the HLOS driver. The vulnerability carries a CVSS v3.1 base score of 7.8 (AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H), indicating high severity with potential for significant impact on confidentiality, integrity, and availability.

A local attacker with low privileges can exploit this vulnerability with low complexity and no user interaction required. Successful exploitation could allow the attacker to trigger memory corruption, potentially leading to arbitrary code execution, data tampering, or denial of service within the affected component.

Qualcomm's March 2025 security bulletin details the affected products, exploitation status, and available patches or mitigations at https://docs.qualcomm.com/product/publicresources/securitybulletin/march-2025-bulletin.html. Security practitioners should consult this advisory for vendor-specific remediation guidance.

EU & UK References

Vulnerability details

Memory corruption during voice activation, when sound model parameters are loaded from HLOS, and the received sound model list is empty in HLOS drive.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
Why these techniques?

Local use-after-free memory corruption in Qualcomm driver enables arbitrary code execution from low-privileged context, directly mapping to exploitation for privilege escalation.

Confidence: MEDIUM · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2024-33055Same product: Qualcomm Fastconnect 6900
CVE-2024-43062Same product: Qualcomm Fastconnect 6900
CVE-2024-43059Same product: Qualcomm Fastconnect 6900
CVE-2024-45580Same product: Qualcomm Fastconnect 6900
CVE-2024-43060Same product: Qualcomm Fastconnect 6900
CVE-2024-53023Same product: Qualcomm Fastconnect 6900
CVE-2025-47381Same product: Qualcomm Qca6574Au
CVE-2026-21380Same product: Qualcomm Fastconnect 6900
CVE-2024-43057Same product: Qualcomm Fastconnect 6900
CVE-2025-47377Same product: Qualcomm Fastconnect 6900

Affected Assets

qualcomm
fastconnect 6900 firmware
all versions
qualcomm
fastconnect 7800 firmware
all versions
qualcomm
qam8295p firmware
all versions
qualcomm
qca6574au firmware
all versions
qualcomm
qca6696 firmware
all versions
qualcomm
qca9367 firmware
all versions
qualcomm
qca9377 firmware
all versions
qualcomm
qcs8550 firmware
all versions
qualcomm
sa6145p firmware
all versions
qualcomm
sa6150p firmware
all versions
+20 more product configuration(s) — see NVD for full list

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Implements security safeguards to protect system memory from unauthorized code execution, directly preventing exploitation of the use-after-free memory corruption during voice activation.

prevent

Requires identification, reporting, and correction of the specific use-after-free flaw in Qualcomm components via vendor patches from the March 2025 security bulletin.

prevent

Validates information inputs such as sound model lists from HLOS to prevent processing empty lists that trigger memory corruption.

References