CVE-2025-57529
Published: 03 February 2026
Description
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
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.
Security SummaryAI
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.
Details
- CWE(s)
Affected Products
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).