Code-Projects Lost and Found Thing Management SQL Injection Vulnerability

Vulnerability

A SQL injection vulnerability exists in the 'Lost and Found Thing Management' project, version 1.0, specifically within the '/catageory.php' file. The issue arises from inadequate validation of the 'cat' parameter, allowing attackers to inject malicious SQL queries. This vulnerability can be exploited remotely, without any authentication, leading to unauthorized database access, data manipulation, and potential leakage of sensitive information.

Impact

Exploitation of this vulnerability allows for unauthorized access to the database, manipulation or deletion of data, and access to sensitive information. Such actions can disrupt services and pose a significant threat to overall system security and business operations.

Reproduction

The vulnerability can be reproduced by sending a POST request to the '/catageory.php' file with a crafted 'cat' parameter that includes malicious SQL code. This injected SQL code can then be executed by the database, potentially leading to unauthorized data access or manipulation.

Remediation

To address this vulnerability, it is recommended to use prepared statements and parameter binding to prevent SQL injection. Additionally, input validation and filtering should be implemented to ensure user input conforms to expected formats. Minimizing database user permissions and conducting regular security audits can also help enhance overall system security.

Added: Apr 13, 2026, 6:18 AM
Updated: Apr 13, 2026, 6:18 AM

Vulnerability Rating

Custom Algorithm
spread
0.0
impact
7.5
exploitability
8.7
remediation
0.0
relevance
5.8
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.