PHPGurukul Nipah Virus Testing Management System
cpe:2.3:a:phpgurukul:nipah_virus_testing_management_system:*:*:*:*:*:*:*
- 1.0
A critical SQL injection vulnerability has been identified in version 1.0 of the PHPGurukul Nipah Virus Testing Management System. The issue resides in the '/patient-report.php' file, where the 'searchdata' parameter is manipulated, allowing attackers to inject malicious SQL queries. This vulnerability can be exploited remotely, with public knowledge of the exploit available.
Exploitation of this vulnerability allows unauthorized access to the application's database, where attackers can leak, modify, or delete data. Additionally, it could lead to complete control over the application or the server it runs on, disrupting services and causing significant operational issues.
To reproduce this vulnerability, send a POST request to '/nipah-tms/patient-report.php' with the 'searchdata' parameter. The injection can be crafted using boolean-based or time-based blind SQL injection techniques, taking advantage of the application's SQL query handling.
It is recommended to use prepared statements and parameter binding to prevent SQL injection. Additionally, input validation and filtering should be implemented to ensure that user input meets expected formats, blocking malicious data. Finally, database user permissions should be minimized, granting only the necessary rights for operations.
Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.