Projectworlds Life Insurance Management System SQL Injection Vulnerability

Vulnerability

A critical SQL injection vulnerability has been identified in Projectworlds Life Insurance Management System version 1.0. The issue resides in the file /editAgent.php, specifically within the agent_id parameter. This vulnerability allows remote attackers to inject malicious SQL queries, potentially leading to unauthorized database access, data manipulation, and leakage of sensitive information. The vulnerability arises from inadequate input validation, allowing attackers to exploit the application by injecting harmful SQL that is executed by the database.

Impact

Exploitation of this vulnerability allows for SQL injection, enabling attackers to manipulate database queries. This could result in unauthorized access to the database, modification or deletion of data, extraction of sensitive information, and in some cases, executing commands on the server, depending on the database and application configuration.

Reproduction

To reproduce this vulnerability, send a GET request to the /editAgent.php endpoint with the agent_id parameter. Inject a payload that exploits time-based blind SQL injection, such as one that uses a SQL injection technique to make the database pause (using the SLEEP function) for a few seconds. This demonstrates that the injection was successful by observing the delay in the response.

Remediation

To address this vulnerability, it is recommended to use prepared statements and parameter binding to prevent SQL injection. Additionally, implement strict input validation and filtering to ensure user input conforms to expected formats. Minimize database user permissions and conduct regular security audits to identify and fix potential vulnerabilities.

Added: Jun 9, 2025, 7:46 PM
Updated: Jun 9, 2025, 7:46 PM

Vulnerability Rating

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