Cyber Posture

CVE-2025-0204

MediumPublic PoC

Published: 04 January 2025

Published
04 January 2025
Modified
22 January 2025
KEV Added
Patch
CVSS Score 6.3 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L
EPSS Score 0.0004 12.5th percentile
Risk Priority 13 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 6.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 12.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 RA-5 (Vulnerability Monitoring and Scanning) and SI-10 (Information Input Validation).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190). What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

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.

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

NVD Description

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.

Deeper analysisAI

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.

Details

CWE(s)

Affected Products

code-projects
online shoe store
1.0

CVEs Like This One

CVE-2025-0208Same product: Code-Projects Online Shoe Store
CVE-2025-0205Same product: Code-Projects Online Shoe Store
CVE-2025-0207Same product: Code-Projects Online Shoe Store
CVE-2025-0206Same product: Code-Projects Online Shoe Store
CVE-2026-4908Same vendor: Code-Projects
CVE-2026-4784Same vendor: Code-Projects
CVE-2025-0299Same vendor: Code-Projects
CVE-2026-0546Same vendor: Code-Projects
CVE-2026-4581Same vendor: Code-Projects
CVE-2025-0340Same vendor: Code-Projects

References