CVE-2025-1956
Published: 04 March 2025
Description
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Security Summary
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.
Details
- CWE(s)
Affected Products
MITRE ATT&CK Enterprise Techniques
Why these techniques?
SQL injection in public-facing web app login (Admin/index.php) directly enables remote unauthenticated exploitation of the application.