PHPGurukul Old Age Home Management System
cpe:2.3:a:phpgurukul:old_age_home_management_system:*:*:*:*:*:*:*
- 1.0
A critical SQL injection vulnerability has been identified in PHPGurukul Old Age Home Management System version 1.0. The issue resides in the file '/admin/profile.php', where improper input sanitization of the 'adminname' and 'contactnumber' parameters allows for SQL injection attacks. This vulnerability can be exploited remotely, leading to unauthorized database access, data leakage, and data manipulation.
Exploitation of this vulnerability allows for SQL injection, which could result in unauthorized database access, data leakage, and data manipulation.
To reproduce this vulnerability, send a POST request to '/admin/profile.php' with the 'adminname' parameter containing a crafted SQL payload that exploits the SQL injection flaw. Include 'username', 'contactnumber', 'email', and 'submit' parameters in the request.
To address this vulnerability, use prepared statements and parameter binding to prevent SQL injection. Validate and filter user input to ensure it meets expected formats. Minimize database user permissions and conduct regular security audits.
Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.