Cyber Resilience

CVE-2025-0205

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

Summary

CVE-2025-0205 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 26.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 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2025-0205 is a SQL injection vulnerability (CWE-74, CWE-89) classified as critical in the code-projects Online Shoe Store 1.0 application. The flaw resides in an unknown function within the /details2.php file, where manipulation of the 'id' argument enables SQL injection. 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) and was published on 2025-01-04.

The vulnerability is exploitable remotely by an attacker possessing low privileges. Successful exploitation can result in low-level impacts to confidentiality, integrity, and availability.

Advisories from VulDB (ctiid.290142, id.290142, submit.474032) provide further details, including a public exploit disclosed via a GitHub Gist. The project site at code-projects.org hosts the affected software, but no specific patch or mitigation steps are outlined in the CVE description.

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

EU & UK References

Vulnerability details

A vulnerability classified as critical has been found in code-projects Online Shoe Store 1.0. Affected is an unknown function of the file /details2.php. The manipulation of the argument id leads to sql injection. It is possible to launch the attack…

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.
T1505 Server Software Component Persistence
Adversaries may abuse legitimate extensible development features of servers to establish persistent access to systems.
T1213.006 Databases Collection
Adversaries may leverage databases to mine valuable information.
Why these techniques?

SQL injection in public-facing web app (/details2.php) enables exploitation of public-facing application (T1190), abuse of server software component for potential RCE (T1505 as assigned by VulDB), and data collection from databases (T1213.006) via unauthorized DB queries.

CVEs Like This One

CVE-2025-0207Same product: Code-Projects Online Shoe Store
CVE-2025-0208Same product: Code-Projects Online Shoe Store
CVE-2025-0204Same product: Code-Projects Online Shoe Store
CVE-2025-0206Same product: Code-Projects Online Shoe Store
CVE-2025-2039Same vendor: Code-Projects
CVE-2025-2033Same vendor: Code-Projects
CVE-2025-7185Same vendor: Code-Projects
CVE-2025-7191Same vendor: Code-Projects
CVE-2025-0203Same vendor: Code-Projects
CVE-2025-1379Same 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 by validating the format, syntax, and semantics of the 'id' argument in /details2.php before processing.

prevent

Requires timely remediation of the specific SQL injection flaw in the Online Shoe Store 1.0 application to eliminate the vulnerability.

prevent

Restricts the 'id' argument to approved types, lengths, and formats, blocking malicious SQL injection payloads remotely.

References