CVE-2025-47364
Published: 02 February 2026
Summary
CVE-2025-47364 is a medium-severity Integer Overflow or Wraparound (CWE-190) vulnerability in Qualcomm Qam8255P Firmware. Its CVSS base score is 6.8 (Medium).
Operationally, ranked at the 0.7th 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-10 (Information Input Validation) and SI-16 (Memory Protection).
Deeper analysis
CVE-2025-47364 is a memory corruption vulnerability caused by an integer overflow (CWE-190) during the calculation of an offset from the partition start point. It affects components within Qualcomm products, as documented in the vendor's security bulletin.
The vulnerability carries a CVSS v3.1 base score of 6.8 (AV:P/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H). Attackers with physical access to an affected device can exploit it with low attack complexity, requiring no privileges or user interaction, potentially resulting in high impacts to confidentiality, integrity, and availability via memory corruption.
Mitigation details are provided in the Qualcomm February 2026 security bulletin, available at https://docs.qualcomm.com/product/publicresources/securitybulletin/february-2026-bulletin.html.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-206607
Vulnerability details
Memory corruption while calculating offset from partition start point.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Insufficient information to map techniques.CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly implements memory protections that block exploitation of the integer-overflow-induced memory corruption during partition offset calculation.
Requires validation of inputs used in offset calculations, preventing the integer overflow (CWE-190) that leads to memory corruption.
Maintains separate execution domains so memory corruption in the partition-handling component cannot freely affect other processes.