Cyber Resilience

CVE-2025-0344

MediumPublic PoC

Published: 09 January 2025

Published
09 January 2025
Modified
22 August 2025
KEV Added
Patch
CVSS Score v4 5.3 CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0008 23.9th percentile
Risk Priority 11 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-0344 is a medium-severity Injection (CWE-74) vulnerability in Leiyuxi Cy-Fast. Its CVSS base score is 5.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 23.9th 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-0344 is a SQL injection vulnerability affecting leiyuxi cy-fast version 1.0. The issue resides in the listData function within the /commpara/listData file, where manipulation of the 'order' argument enables injection. Classified as critical, it corresponds to CWE-74 and CWE-89, with a CVSS v3.1 base score of 6.3 (AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L).

The vulnerability can be exploited remotely by an authenticated attacker with low privileges (PR:L). Successful exploitation allows limited impacts on confidentiality, integrity, and availability, potentially enabling unauthorized data access, modification, or disruption through injected SQL payloads.

Advisories from VulDB (ctiid.290857, id.290857, submit.475747) document the issue, while a GitHub repository (d3do-23/cvelist/blob/main/cy-fast/sqli3.md) publicly discloses a proof-of-concept exploit. No specific patches or vendor mitigations are detailed in available references.

The exploit has been publicly disclosed and may be actively used, increasing the risk for deployments of the affected software.

EU & UK References

Vulnerability details

A vulnerability has been found in leiyuxi cy-fast 1.0 and classified as critical. Affected by this vulnerability is the function listData of the file /commpara/listData. The manipulation of the argument order leads to sql injection. The attack can be launched…

more

remotely. The exploit has been disclosed to the public and may be used.

CWE(s)

Related Threats

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.
T1505 Server Software Component Persistence
Adversaries may abuse legitimate extensible development features of servers to establish persistent access to systems.
Why these techniques?

SQL injection in public-facing web app /commpara/listData enables initial access via exploitation of public-facing application (T1190), abuse of server software component for SQL execution (T1505), and data collection from databases (T1213.006).

CVEs Like This One

CVE-2025-0345Same product: Leiyuxi Cy-Fast
CVE-2025-0333Same product: Leiyuxi Cy-Fast
CVE-2025-0334Same product: Leiyuxi Cy-Fast
CVE-2025-0410Shared CWE-74, CWE-89
CVE-2025-2034Shared CWE-74, CWE-89
CVE-2025-0486Shared CWE-74, CWE-89
CVE-2025-1185Shared CWE-74, CWE-89
CVE-2025-2389Shared CWE-74, CWE-89
CVE-2025-0558Shared CWE-74, CWE-89
CVE-2025-2391Shared CWE-74, CWE-89

Affected Assets

leiyuxi
cy-fast
1.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly prevents SQL injection by requiring validation and sanitization of the untrusted 'order' argument in the listData function before processing in SQL queries.

prevent

Requires identification, reporting, and correction of the specific SQL injection flaw in /commpara/listData to eliminate the vulnerability.

detect

Vulnerability scanning detects the SQL injection issue in the affected endpoint, enabling timely remediation.

References