Code-Projects Online Shoe Store SQL Injection Vulnerability in Admin Running File

Vulnerability

A critical SQL injection vulnerability has been identified in version 1.0 of the Code-Projects Online Shoe Store. The issue resides in the '/admin/admin_running.php' file, where the 'MULTIPART qty' parameter is manipulated, allowing attackers to inject malicious SQL queries. This vulnerability can be exploited remotely without authentication, posing a significant risk to database security and integrity.

Impact

Exploitation of this vulnerability allows unauthorized database access, manipulation of data, leakage of sensitive information, and potential disruption of services.

Reproduction

To reproduce this vulnerability, send a POST request to '/admin/admin_running.php' with the 'MULTIPART qty' parameter. Inject a payload that exploits time-based blind SQL injection, such as one that uses the SQL 'SLEEP' function to delay the response. This indicates that the injection was successful and the application is vulnerable to SQL injection attacks.

Remediation

It is recommended to use prepared statements and parameter binding to prevent SQL injection, validate and filter user input, minimize database user permissions, and conduct regular security audits.

Added: Jun 20, 2025, 7:21 AM
Updated: Jun 20, 2025, 7:21 AM

Vulnerability Rating

Custom Algorithm
spread
0.8
impact
3.1
exploitability
9.5
remediation
0.0
relevance
0.2
threat
6.4
urgency
2.9
incentive
10.0

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