PHPGurukul Land Record System SQL Injection Vulnerability in edit-property.php

Vulnerability

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.

Impact

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.

Reproduction

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.

Remediation

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.

Added: Jul 17, 2025, 9:21 PM
Updated: Jul 17, 2025, 9:21 PM

Vulnerability Rating

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