Code-Projects Online Job Search Engine SQL Injection Vulnerability

Vulnerability

A SQL injection vulnerability has been identified in Code-Projects Online Job Search Engine version 1.0. The issue resides in the login.php file, specifically within the username parameter. The vulnerability allows remote attackers to manipulate SQL queries, potentially leading to unauthorized data access, authentication bypass, or denial-of-service conditions. This vulnerability arises from inadequate input sanitization, as the application relies on outdated PHP MySQL functions and an insufficient escaping method that fails to fully protect against SQL injection attacks.

Impact

Exploitation of this vulnerability allows for arbitrary SQL command execution, which could result in data exfiltration, bypassing authentication mechanisms, or causing a denial-of-service condition on the application.

Reproduction

To reproduce this vulnerability, navigate to the login page and enter a crafted payload in the username field that exploits the SQL injection flaw, such as 'admin' AND SLEEP(5)-- -'. After submitting the form, the server response will be delayed by 5 seconds, indicating successful exploitation.

Added: Nov 10, 2025, 4:19 AM
Updated: Nov 10, 2025, 4:19 AM

Vulnerability Rating

Custom Algorithm
spread
0.0
impact
7.5
exploitability
8.7
remediation
0.0
relevance
1.0
threat
6.4
urgency
2.9
incentive
5.8

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