Cyber Resilience

CVE-2025-0204

MediumPublic PoC

Published: 04 January 2025

Published
04 January 2025
Modified
22 January 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.0006 17.8th percentile
Risk Priority 11 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-0204 is a medium-severity Injection (CWE-74) vulnerability in Code-Projects Online Shoe Store. 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 17.8th 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 RA-5 (Vulnerability Monitoring and Scanning) and SI-10 (Information Input Validation).

Deeper analysis

CVE-2025-0204 is a SQL injection vulnerability in code-projects Online Shoe Store 1.0, rated as critical. The issue affects unknown processing in the /details.php file, where manipulation of the 'id' argument enables SQL injection (CWE-74, CWE-89). It carries 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 was published on 2025-01-04T08:15:06.923.

The vulnerability can be exploited remotely by attackers with low privileges, requiring low attack complexity and no user interaction. Exploitation allows limited impacts on confidentiality, integrity, and availability, such as unauthorized data access, modification, or minor service disruption via injected SQL payloads.

Advisories and details are documented on VulDB (ctiid.290141, id.290141, submit.474031) and the project site at code-projects.org. A public exploit is available in a GitHub Gist at gist.github.com/th4s1s/6f0b3fcf85455238b4316d0fda7d489e and may be used by attackers. No specific patch or mitigation details are provided in the references.

EU & UK References

Vulnerability details

A vulnerability was found in code-projects Online Shoe Store 1.0. It has been rated as critical. This issue affects some unknown processing of the file /details.php. The manipulation of the argument id leads to sql injection. The attack may be…

more

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

Direct remote exploitation of a public-facing web application via SQL injection in details.php.

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

CVEs Like This One

CVE-2025-0208Same product: Code-Projects Online Shoe Store
CVE-2025-0207Same product: Code-Projects Online Shoe Store
CVE-2025-0205Same product: Code-Projects Online Shoe Store
CVE-2025-0206Same product: Code-Projects Online Shoe Store
CVE-2025-7168Same vendor: Code-Projects
CVE-2026-5256Same vendor: Code-Projects
CVE-2026-0567Same vendor: Code-Projects
CVE-2026-0565Same vendor: Code-Projects
CVE-2025-1956Same vendor: Code-Projects
CVE-2026-2083Same vendor: Code-Projects

Affected Assets

code-projects
online shoe store
1.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly prevents SQL injection attacks by validating the manipulated 'id' argument prior to processing in /details.php.

prevent

Remediates the root cause SQL injection flaw through identification, reporting, and patching of the vulnerable code in /details.php.

detect

Detects the SQL injection vulnerability via automated scanning tools targeting input manipulation in web applications like /details.php.

References