CVE-2025-0171
Published: 02 January 2025
Description
Adversaries may leverage databases to mine valuable information.
Security Summary
CVE-2025-0171 is a critical SQL injection vulnerability in code-projects Chat System 1.0, affecting an unknown function in the file /admin/deleteuser.php. The issue arises from manipulation of the 'id' argument, enabling SQL injection as classified under 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 6.3 (AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L) and was published on 2025-01-02.
The vulnerability can be exploited remotely by attackers with low privileges, such as authenticated users, requiring 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.
Advisories and references, including those from VulDB (ctiid.289938, id.289938, submit.473143) and a GitHub repository (Sinon2003/cve/blob/main/sql_inject1.md), document the issue but do not specify patches or mitigations. The exploit has been publicly disclosed and may be used, as noted on code-projects.org.
Exploitation details are available publicly, increasing the risk for unpatched instances of Chat System 1.0.
Details
- CWE(s)
Affected Products
MITRE ATT&CK Enterprise Techniques
Why these techniques?
SQL injection in public-facing web app (/admin/deleteuser.php) enables exploitation of public-facing applications (T1190), abuse of server software components (T1505 as per advisory), and data collection from databases (T1213.006) via query manipulation and extraction.