phpgurukul Nipah Virus Testing Management System SQL Injection Vulnerability

Vulnerability

A SQL injection vulnerability has been identified in version 1.0 of the phpgurukul Nipah virus Testing Management System. The issue resides in the '/new-user-testing.php' file, where the 'govtissuedid' parameter is not properly validated, allowing attackers to inject malicious SQL queries. This vulnerability can be exploited without any login or authorization.

Impact

Exploitation of this vulnerability allows unauthorized access to the database, where attackers can leak, modify, or delete data. Additionally, it could lead to complete control over the system and disruption of services.

Reproduction

The vulnerability can be reproduced by sending a POST request to '/nipah-tms/new-user-testing.php' with a crafted 'govtissuedid' parameter that includes a SQL injection payload. This payload can be designed to exploit time-based blind SQL injection, such as using a SQL query that causes a delay in the response, indicating successful injection.

Remediation

To address this vulnerability, it is recommended to use prepared statements and parameter binding to prevent SQL injection, validate and filter user input to ensure it meets expected formats, and minimize database user permissions to the least required for operations.

Added: Jul 29, 2025, 7:18 PM
Updated: Jul 29, 2025, 8:36 PM

Vulnerability Rating

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