Cyber Resilience

CVE-2025-0176

MediumPublic PoC

Published: 03 January 2025

Published
03 January 2025
Modified
03 April 2025
KEV Added
Patch
CVSS Score v4 5.3 CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0020 42.3th percentile
Risk Priority 11 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-0176 is a medium-severity Injection (CWE-74) vulnerability in Code-Projects Point Of Sales And Inventory Management System. Its CVSS base score is 5.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 42.3th 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).

Deeper analysis

CVE-2025-0176 is a SQL injection vulnerability in the Point of Sales and Inventory Management System 1.0 developed by code-projects. The issue resides in the processing of the file /user/add_cart.php, where manipulation of the id/qty arguments enables injection attacks. Rated as critical with 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), it is associated with CWE-74 (Improper Neutralization of Special Elements used in an SQL Command) and CWE-89 (SQL Injection). The vulnerability was published on January 3, 2025.

Remote attackers with low privileges can exploit this vulnerability by manipulating the id/qty parameters in requests to /user/add_cart.php, leading to SQL injection. Successful exploitation allows limited impacts on confidentiality, integrity, and availability, potentially enabling unauthorized data access, modification, or disruption within the application's database.

Advisories and details are documented on VulDB (ctiid.290105, id.290105, submit.473347), with a public proof-of-concept exploit available at a GitHub Gist. The original software source is hosted at code-projects.org. No specific patches or mitigations are detailed in the available references.

EU & UK References

Vulnerability details

A vulnerability was found in code-projects Point of Sales and Inventory Management System 1.0. It has been rated as critical. This issue affects some unknown processing of the file /user/add_cart.php. The manipulation of the argument id/qty leads to sql injection.…

more

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

CWE(s)

Related Threats

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 application (/user/add_cart.php) enables exploitation of public-facing application (T1190), abuse of server software component for SQL command execution (T1505 as noted in advisory), and collection of data from databases (T1213.006) via arbitrary SQL queries.

CVEs Like This One

CVE-2025-2039Same vendor: Code-Projects
CVE-2025-2033Same vendor: Code-Projects
CVE-2025-7185Same vendor: Code-Projects
CVE-2025-7191Same vendor: Code-Projects
CVE-2025-0203Same vendor: Code-Projects
CVE-2025-0207Same vendor: Code-Projects
CVE-2025-0205Same vendor: Code-Projects
CVE-2025-1379Same vendor: Code-Projects
CVE-2025-2044Same vendor: Code-Projects
CVE-2025-0171Same vendor: Code-Projects

Affected Assets

code-projects
point of sales and inventory management system
1.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

SI-10 enforces input validation and error handling that directly prevents SQL injection by neutralizing special elements in id/qty parameters processed by /user/add_cart.php.

prevent

SI-2 requires identification, reporting, and correction of system flaws such as the SQL injection vulnerability in the Point of Sales application.

prevent

SI-9 enforces input restrictions at the application level to block invalid or malicious data like SQL injection payloads in id/qty arguments.

References