CVE-2025-0347
Published: 09 January 2025
Description
Adversaries may leverage databases to mine valuable information.
Security Summary
CVE-2025-0347 is a critical SQL injection vulnerability (CWE-74, CWE-89) in code-projects Admission Management System 1.0. The flaw affects unknown code in the index.php file of the Login component, where manipulation of the u_id argument enables SQL code injection. Published on 2025-01-09, 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).
Remote attackers require no privileges or user interaction to exploit this vulnerability. By injecting malicious SQL via the u_id parameter, they can achieve low-level impacts on confidentiality, integrity, and availability, such as limited data exposure, modification, or disruption.
Advisories and further details are documented on VulDB (https://vuldb.com/?id.290860, https://vuldb.com/?ctiid.290860, https://vuldb.com/?submit.476898), a GitHub issue (https://github.com/Curious-L/-/issues/3), and the project site (https://code-projects.org/).
The exploit has been publicly disclosed and may be used by attackers.
Details
- CWE(s)
Affected Products
MITRE ATT&CK Enterprise Techniques
Why these techniques?
SQL injection vulnerability in unauthenticated public-facing web login (index.php u_id parameter) enables remote exploitation for initial access (T1190), credential access via database dumps (T1212), and collection from databases (T1213.006).