Cyber Resilience

CVE-2025-1956

MediumPublic PoC

Published: 04 March 2025

Published
04 March 2025
Modified
03 April 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: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.0018 39.7th percentile
Risk Priority 14 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-1956 is a medium-severity Injection (CWE-74) vulnerability in Code-Projects Shopping Portal. 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 39.7th 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-1956 is a critical SQL injection vulnerability in code-projects Shopping Portal 1.0, affecting an unknown part of the file /Shopping/Admin/index.php within the Login component. The issue arises from manipulation of the password argument, enabling SQL injection as classified under CWE-74 and CWE-89. It carries a CVSS v3.1 base score of 7.3 (AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L) and was published on 2025-03-04.

Remote attackers can exploit this vulnerability without authentication privileges, requiring low complexity and no user interaction. Successful exploitation allows limited impacts on confidentiality, integrity, and availability, potentially enabling unauthorized data access, modification, or disruption via injected SQL payloads in the login process.

Advisories referenced in VulDB entries (ctiid.298557, id.298557, submit.510696) and a Notion page from hexotion detail the vulnerability, while the original project site is at code-projects.org. No specific patches or mitigations are outlined in the available descriptions.

The exploit has been publicly disclosed and may be actively used by attackers targeting exposed instances of Shopping Portal 1.0.

EU & UK References

Vulnerability details

A vulnerability classified as critical has been found in code-projects Shopping Portal 1.0. This affects an unknown part of the file /Shopping/Admin/index.php of the component Login. The manipulation of the argument password leads to sql injection. It is possible to…

more

initiate the attack 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?

SQL injection in public-facing web app login (Admin/index.php) directly enables remote unauthenticated exploitation of the application.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2025-7168Same vendor: Code-Projects
CVE-2026-5256Same vendor: Code-Projects
CVE-2025-0208Same vendor: Code-Projects
CVE-2026-0567Same vendor: Code-Projects
CVE-2026-0565Same vendor: Code-Projects
CVE-2026-2083Same vendor: Code-Projects
CVE-2026-5257Same vendor: Code-Projects
CVE-2025-7169Same vendor: Code-Projects
CVE-2025-0299Same vendor: Code-Projects
CVE-2026-4784Same vendor: Code-Projects

Affected Assets

code-projects
shopping portal
1.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly prevents SQL injection by requiring validation and sanitization of the password input in the login component.

prevent

Requires identification, reporting, and correction of the SQL injection flaw in /Shopping/Admin/index.php.

preventdetect

Boundary protection with web application firewalls inspects and blocks SQL injection payloads targeting the unauthenticated login endpoint.

References