CVE-2025-0882
Published: 30 January 2025
Description
Adversaries may leverage databases to mine valuable information.
Security Summary
CVE-2025-0882 is a critical SQL injection vulnerability affecting the code-projects Chat System up to version 1.0. The issue resides in an unknown functionality of the file /user/addnewmember.php, where manipulation of the "user" argument enables SQL injection. Associated with 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-30.
The vulnerability can be exploited remotely by an attacker with low privileges over the network with low complexity and no user interaction required. Successful exploitation allows limited impacts on confidentiality, integrity, and availability, potentially enabling unauthorized data access, modification, or disruption via SQL injection techniques.
Advisories and additional details are available through references such as VulDB entries (vuldb.com/?ctiid.294127, vuldb.com/?id.294127, vuldb.com/?submit.491463), the project site (code-projects.org), and a GitHub disclosure (github.com/LamentXU123/cve/blob/main/sql_injection3.md).
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 in public-facing web app (/user/addnewmember.php) enables initial access via exploitation of public-facing application (T1190), execution of arbitrary SQL commands abusing server software component (T1505 as cited in advisory), and collection of data from backend databases (T1213.006).