Cyber Resilience

CVE-2025-0206

MediumPublic PoC

Published: 04 January 2025

Published
04 January 2025
Modified
22 January 2025
KEV Added
Patch
CVSS Score v4 6.9 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/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.0012 30.8th percentile
Risk Priority 14 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-0206 is a medium-severity Incorrect Privilege Assignment (CWE-266) vulnerability in Code-Projects Online Shoe Store. Its CVSS base score is 6.9 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 30.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 AC-14 (Permitted Actions Without Identification or Authentication) and AC-3 (Access Enforcement).

Deeper analysis

CVE-2025-0206 is a vulnerability classified as critical in code-projects Online Shoe Store 1.0, affecting an unknown functionality within the /admin/index.php file. It stems from improper access controls, mapped to CWE-266 and CWE-284, and was published on 2025-01-04T12:15:24.830 with a CVSS v3.1 base score of 5.3 (AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N).

The vulnerability enables remote exploitation without authentication or user interaction. Attackers can manipulate the affected functionality to bypass access controls, resulting in low-impact unauthorized disclosure of confidential information, with no impact on integrity or availability.

Advisories on VulDB (ctiid.290143, id.290143, submit.474033) document the issue, and a proof-of-concept exploit is publicly available via a GitHub Gist at https://gist.github.com/th4s1s/955b71b20235dddf30689d4b85b4d271. The project source is hosted at https://code-projects.org/. No patches or specific mitigations are detailed in the available references.

The exploit has been disclosed to the public and may be used in attacks.

EU & UK References

Vulnerability details

A vulnerability classified as critical was found in code-projects Online Shoe Store 1.0. Affected by this vulnerability is an unknown functionality of the file /admin/index.php. The manipulation leads to improper access controls. The attack can be launched remotely. The exploit…

more

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 unauthenticated access control bypass in a public-facing web application (/admin/index.php) enabling information disclosure.

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

CVEs Like This One

CVE-2025-0204Same product: Code-Projects Online Shoe Store
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-2026-4581Same vendor: Code-Projects
CVE-2026-4784Same vendor: Code-Projects
CVE-2025-0296Same vendor: Code-Projects
CVE-2025-0340Same vendor: Code-Projects
CVE-2026-0565Same vendor: Code-Projects
CVE-2025-7170Same vendor: Code-Projects

Affected Assets

code-projects
online shoe store
1.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly enforces approved authorizations for access to /admin/index.php, preventing unauthorized remote exploitation due to improper access controls.

prevent

Explicitly identifies and authorizes only permitted actions without identification or authentication, blocking unauthenticated access to sensitive admin functionality.

prevent

Enforces least privilege to restrict the scope of unauthorized access even if initial controls are bypassed, limiting confidential information disclosure.

References