Code-Projects Simple Food Order System SQL Injection Vulnerability

Vulnerability

A SQL injection vulnerability has been identified in Code-Projects Simple Food Order System version 1.0. The issue resides in the 'cancel-order.php' file within the 'food/routers' directory. This vulnerability allows attackers to manipulate SQL queries, potentially leading to unauthorized data access or modification.

Impact

Exploitation of this vulnerability allows for SQL injection, where an attacker can interfere with the application's database queries. This could lead to unauthorized data access, data manipulation, or in some cases, executing administrative operations on the database.

Reproduction

To reproduce this vulnerability, send a POST request to '/food/routers/cancel-order.php' with the 'status' parameter set to '1' and the 'id' parameter manipulated to include a SQL injection payload, such as '1 and updatexml(1,concat(0x7e,database()),3)#'. This payload exploits the SQL injection vulnerability by injecting a command that is executed by the database, in this case, leaking the name of the database.

Added: Mar 2, 2026, 8:20 PM
Updated: Mar 2, 2026, 8:38 PM

Vulnerability Rating

Custom Algorithm
spread
0.0
impact
3.1
exploitability
6.6
remediation
0.0
relevance
3.4
threat
6.4
urgency
2.9
incentive
0.0

Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.