PHPGurukul Land Record System
cpe:2.3:a:phpgurukul:land_record_system:*:*:*:*:*:*:*
- 1.0
A critical SQL injection vulnerability has been identified in PHPGurukul Land Record System version 1.0. The issue resides in the file edit-property.php, where the editid parameter is manipulated to inject malicious SQL queries. This vulnerability can be exploited remotely, without any authentication, leading to unauthorized database access, data modification or deletion, and exposure of sensitive information.
Exploitation of this vulnerability allows for SQL injection, enabling attackers to interfere with the application's database queries. This could result in unauthorized data access, data manipulation, and in some cases, executing administrative operations on the database.
To reproduce this vulnerability, send a GET request to the edit-property.php file with a crafted editid parameter that includes SQL injection payloads. The injected SQL code will be executed by the application's database, demonstrating the SQL injection vulnerability.
It is recommended to validate and sanitize user inputs, particularly the editid parameter, to prevent SQL injection. Additionally, using prepared statements and parameterized queries can help mitigate this vulnerability.
Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.