CVE-2025-0204
Published: 04 January 2025
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
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
Directly prevents SQL injection attacks by validating the manipulated 'id' argument prior to processing in /details.php.
Remediates the root cause SQL injection flaw through identification, reporting, and patching of the vulnerable code in /details.php.
Detects the SQL injection vulnerability via automated scanning tools targeting input manipulation in web applications like /details.php.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Direct remote exploitation of a public-facing web application via SQL injection in details.php.
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)