CVE-2025-57529
Published: 03 February 2026
Summary
CVE-2025-57529 is a critical-severity SQL Injection (CWE-89) vulnerability in Youdatasum Cpas Audit Management System. Its CVSS base score is 9.8 (Critical).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 42.0th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
Deeper analysis
CVE-2025-57529 is a SQL injection vulnerability in the YouDataSum CPAS Audit Management System versions up to and including 4.9. The flaw resides in the /cpasList/findArchiveReportByDah endpoint due to insufficient input validation, enabling attackers to inject and execute arbitrary SQL commands through crafted input to the affected parameter. Published on 2026-02-03, it carries a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H) and is classified under CWE-89.
Remote unauthenticated attackers can exploit this vulnerability over the network with low complexity and no user interaction required. By supplying malicious input, they can execute arbitrary SQL queries, potentially leading to unauthorized data access, modification, or other impacts depending on the database privileges and configuration.
Mitigation guidance and additional details are available in the referenced advisories at https://github.com/songqb-xx/CPAS-bug and https://github.com/songqb-xx/CVE-2025-57529/blob/main/README.md.
OWASP Top 10 for Web (2025)
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-206692
Vulnerability details
YouDataSum CPAS Audit Management System <=v4.9 is vulnerable to SQL Injection in /cpasList/findArchiveReportByDah due to insufficient input validation. This allows remote unauthenticated attackers to execute arbitrary SQL commands via crafted input to the parameter. Successful exploitation could lead to unauthorized…
more
data access
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
SQL injection in public-facing web endpoint enables exploitation of public-facing application (T1190) and arbitrary data collection from databases (T1213.006).
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly requires validation of user inputs to the affected parameter in /cpasList/findArchiveReportByDah endpoint to prevent SQL injection exploitation.
Mandates timely identification, reporting, and correction of the specific SQL injection flaw in YouDataSum CPAS <=v4.9.
Boundary protection with web application firewalls can monitor and block crafted SQL injection inputs targeting the vulnerable endpoint.