Cyber Resilience

CVE-2025-0333

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.0010 26.5th percentile
Risk Priority 11 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-0333 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 26.5th 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-0333 is a critical SQL injection vulnerability in leiyuxi cy-fast version 1.0, affecting the listData function in the /sys/role/listData file. The issue arises from manipulation of the 'order' argument, enabling attackers to inject malicious SQL payloads. It has 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) and is associated with CWE-74 and CWE-89. The vulnerability was published on 2025-01-09.

The attack is remotely exploitable over the network with low complexity and requires low privileges (PR:L), such as an authenticated user account, but no user interaction. Successful exploitation allows limited impacts on confidentiality, integrity, and availability, potentially enabling data exfiltration, modification, or disruption through SQL injection. An exploit has been publicly disclosed and may be used by attackers.

Advisories and additional details are available in referenced sources, including VulDB entries (vuldb.com/?ctiid.290820, vuldb.com/?id.290820, vuldb.com/?submit.475297) and a GitHub repository containing exploit information (github.com/d3do-23/cvelist/blob/main/cy-fast/sqli1.md). No specific patch or mitigation details are provided in the CVE description.

EU & UK References

Vulnerability details

A vulnerability, which was classified as critical, was found in leiyuxi cy-fast 1.0. Affected is the function listData of the file /sys/role/listData. The manipulation of the argument order leads to sql injection. It is possible to launch the attack remotely.…

more

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.
Why these techniques?

SQL injection in a remotely accessible web application endpoint directly enables initial access via exploitation of a public-facing (or network-reachable) app.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2025-0345Same product: Leiyuxi Cy-Fast
CVE-2025-0334Same product: Leiyuxi Cy-Fast
CVE-2025-0344Same product: Leiyuxi Cy-Fast
CVE-2026-3150Shared CWE-74, CWE-89
CVE-2026-3746Shared CWE-74, CWE-89
CVE-2025-2683Shared CWE-74, CWE-89
CVE-2026-5238Shared CWE-74, CWE-89
CVE-2026-4288Shared CWE-74, CWE-89
CVE-2026-2220Shared CWE-74, CWE-89
CVE-2025-1535Shared CWE-74, CWE-89

Affected Assets

leiyuxi
cy-fast
1.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly mitigates SQL injection by requiring validation and sanitization of the manipulable 'order' argument before database query execution.

prevent

Addresses the known flaw in cy-fast 1.0's listData function through timely identification, reporting, and correction via patches or code fixes.

prevent

Enforces restrictions on the 'order' parameter to limit input types and prevent injection payloads from being processed.

References