Cyber Resilience

CVE-2025-1903

MediumPublic PoC

Published: 04 March 2025

Published
04 March 2025
Modified
06 March 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.0006 18.7th percentile
Risk Priority 14 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-1903 is a medium-severity Injection (CWE-74) vulnerability in Codezips Online Shopping Website. 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 18.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 RA-5 (Vulnerability Monitoring and Scanning) and SI-10 (Information Input Validation).

Deeper analysis

CVE-2025-1903 is a critical SQL injection vulnerability in Codezips Online Shopping Website 1.0, affecting unknown processing in the /cart_add.php file. The flaw stems from manipulation of the 'id' argument, mapped to CWE-74 (Improper Neutralization of Special Elements used in an SQL Command) and CWE-89 (SQL Injection). 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-04T04:15:12.383.

Unauthenticated remote attackers can exploit this vulnerability by sending crafted requests to /cart_add.php with a manipulated 'id' parameter. Successful exploitation enables SQL injection, potentially resulting in low-level impacts on confidentiality (e.g., limited data exposure), integrity (e.g., minor data modification), and availability (e.g., minor service disruption).

Advisories and further details are documented on VulDB (https://vuldb.com/?ctiid.298421, https://vuldb.com/?id.298421, https://vuldb.com/?submit.506667) and a GitHub repository (https://github.com/takakie/CVE/blob/main/cve_3.md). The exploit has been publicly disclosed and may be used by attackers.

The public availability of the exploit underscores the need for immediate patching or input validation in affected deployments of Codezips Online Shopping Website 1.0. No real-world exploitation in the wild is reported in the available information.

EU & UK References

Vulnerability details

A vulnerability was found in Codezips Online Shopping Website 1.0. It has been rated as critical. This issue affects some unknown processing of the file /cart_add.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.

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.
T1213.006 Databases Collection
Adversaries may leverage databases to mine valuable information.
Why these techniques?

SQL injection vulnerability in public-facing web application (/cart_add.php) enables exploitation of public-facing application (T1190) and collection of data from databases via unauthorized SQL query manipulation (T1213.006).

CVEs Like This One

CVE-2025-1858Same product: Codezips Online Shopping Website
CVE-2025-0336Same vendor: Codezips
CVE-2025-0231Same vendor: Codezips
CVE-2025-0881Same vendor: Codezips
CVE-2025-1206Same vendor: Codezips
CVE-2025-1854Same vendor: Codezips
CVE-2025-2664Same vendor: Codezips
CVE-2025-0233Same vendor: Codezips
CVE-2025-1188Same vendor: Codezips
CVE-2025-0535Same vendor: Codezips

Affected Assets

codezips
online shopping website
1.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

SI-10 directly prevents SQL injection by requiring validation and sanitization of the manipulated 'id' parameter in /cart_add.php.

prevent

SI-2 mandates timely identification, reporting, and correction of the critical SQL injection flaw in Codezips Online Shopping Website 1.0.

detect

RA-5 requires vulnerability scanning to identify SQL injection issues like CVE-2025-1903 in web applications prior to exploitation.

References