Actively Exploited in the Wild

This vulnerability is being actively exploited in the wild.

Code-Projects Job Diary SQL Injection Vulnerability in Admin Inbox File

Vulnerability

A critical SQL injection vulnerability has been identified in version 1.0 of Code-Projects Job Diary. The issue resides in the '/admin-inbox.php' file, where insufficient validation of the 'id' parameter allows attackers to inject malicious SQL queries. This vulnerability can be exploited remotely, without any authentication, potentially leading to unauthorized database access, data manipulation, and exposure 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 pose a significant threat to system security and data integrity.

Reproduction

The vulnerability can be reproduced by sending a crafted HTTP request to 'admin-inbox.php' with an injected SQL payload in the 'id' 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 prepared statements and parameter binding to prevent SQL injection. Additionally, input validation and filtering should be applied to ensure user input conforms to expected formats. Minimizing database user permissions and conducting regular security audits can also help enhance overall security.

Added: Aug 13, 2025, 8:41 PM
Updated: Aug 13, 2025, 8:41 PM

Vulnerability Rating

Custom Algorithm
spread
0.0
impact
5.0
exploitability
9.1
remediation
0.0
relevance
0.3
threat
8.0
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.