Cyber Posture

CVE-2025-0171

MediumPublic PoC

Published: 02 January 2025

Published
02 January 2025
Modified
03 April 2025
KEV Added
Patch
CVSS Score 6.3 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L
EPSS Score 0.0012 30.1th percentile
Risk Priority 13 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-0171 is a medium-severity Injection (CWE-74) vulnerability in Code-Projects Chat System. Its CVSS base score is 6.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 30.1th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 2 other techniques. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Directly mitigates SQL injection by requiring validation and error handling for inputs like the 'id' parameter in /admin/deleteuser.php.

prevent

Requires identification, reporting, testing, and correction of the specific SQL injection flaw in the Chat System.

detectrespond

Enables scanning to detect SQL injection vulnerabilities like CVE-2025-0171 and subsequent remediation.

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1505 Server Software Component Persistence
Adversaries may abuse legitimate extensible development features of servers to establish persistent access to systems.
T1213.006 Databases Collection
Adversaries may leverage databases to mine valuable information.
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.

NVD Description

A vulnerability, which was classified as critical, was found in code-projects Chat System 1.0. Affected is an unknown function of the file /admin/deleteuser.php. The manipulation of the argument id leads to sql injection. It is possible to launch the attack…

more

remotely. The exploit has been disclosed to the public and may be used.

Deeper analysisAI

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

code-projects
chat system
1.0

CVEs Like This One

CVE-2025-0172Same product: Code-Projects Chat System
CVE-2025-1379Same vendor: Code-Projects
CVE-2025-7185Same vendor: Code-Projects
CVE-2025-2037Same vendor: Code-Projects
CVE-2025-0203Same vendor: Code-Projects
CVE-2025-2039Same vendor: Code-Projects
CVE-2025-2044Same vendor: Code-Projects
CVE-2025-0298Same vendor: Code-Projects
CVE-2025-0205Same vendor: Code-Projects
CVE-2025-0207Same vendor: Code-Projects

References