Cyber Posture

CVE-2025-57529

CriticalPublic PoC

Published: 03 February 2026

Published
03 February 2026
Modified
10 February 2026
KEV Added
Patch
CVSS Score 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0019 40.8th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

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

prevent

Directly requires validation of user inputs to the affected parameter in /cpasList/findArchiveReportByDah endpoint to prevent SQL injection exploitation.

prevent

Mandates timely identification, reporting, and correction of the specific SQL injection flaw in YouDataSum CPAS <=v4.9.

prevent

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

youdatasum
cpas audit management system
≤ 4.9

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1213.006 Databases Collection
Adversaries may leverage databases to mine valuable information.
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).

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

References