itsourcecode Online Frozen Foods Ordering System SQL Injection Vulnerability in admin_edit_employee.php

Vulnerability

A SQL injection vulnerability has been identified in the Online Frozen Foods Ordering System version 1.0. The issue resides in the admin/admin_edit_employee.php file, where the First_Name parameter is not properly validated, allowing attackers to inject malicious SQL queries. This vulnerability can be exploited remotely, leading to unauthorized database access, data manipulation, and potential leakage of sensitive information.

Impact

Exploitation of this vulnerability allows for SQL injection, with attackers able to execute arbitrary SQL commands. This could result in unauthorized access to the database, manipulation or deletion of data, and in some cases, executing commands on the server under the database user's privileges.

Reproduction

The vulnerability can be reproduced by sending a crafted HTTP request to the admin/admin_edit_employee.php file with an injected SQL payload in the First_Name parameter. This can be done using tools like sqlmap, which automates the process of finding and exploiting SQL injection vulnerabilities.

Remediation

To address this vulnerability, it is recommended to implement input validation and sanitization for the First_Name parameter, use prepared statements to prevent SQL injection, and conduct regular security audits to identify and fix potential vulnerabilities.

Added: Mar 20, 2026, 5:18 AM
Updated: Mar 20, 2026, 5:18 AM

Vulnerability Rating

Custom Algorithm
spread
0.0
impact
3.1
exploitability
8.7
remediation
0.0
relevance
4.2
threat
6.4
urgency
2.9
incentive
4.2

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