CVE-2025-1903
Published: 04 March 2025
Description
Adversaries may leverage databases to mine valuable information.
Security Summary
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.
Details
- CWE(s)
Affected Products
MITRE ATT&CK Enterprise Techniques
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).