Cyber Resilience

CVE-2025-25388

CriticalPublic PoC

Published: 13 February 2025

Published
13 February 2025
Modified
28 March 2025
KEV Added
Patch
CVSS Score v3.1 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0215 84.6th percentile
Risk Priority 21 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-25388 is a critical-severity SQL Injection (CWE-89) vulnerability in Phpgurukul Land Record System. Its CVSS base score is 9.8 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 15.4% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 RA-5 (Vulnerability Monitoring and Scanning) and SI-10 (Information Input Validation).

Deeper analysis

A SQL injection vulnerability exists in PHPGurukul Land Record System v1.0 within the /admin/edit-propertytype.php script. The flaw, tracked as CVE-2025-25388 and assigned CWE-89, permits unsanitized input from the editid GET parameter to be passed directly into SQL queries, enabling attackers to manipulate database operations. The issue carries a CVSS 3.1 score of 9.8, reflecting network-accessible exploitation with no required credentials or user interaction and full impact on confidentiality, integrity, and availability.

Remote, unauthenticated attackers can supply crafted editid values to execute arbitrary SQL commands against the underlying database. Successful exploitation can lead to data exfiltration, modification, or deletion, and under certain database configurations may extend to operating-system command execution as indicated by the advisory description.

The single available reference is a public technical write-up hosted on GitHub that demonstrates the injection vector; no vendor advisory or patch information is referenced in the provided data. EPSS scores remain low, with a recorded peak of 0.0305 and a current value of 0.0215.

EU & UK References

Vulnerability details

A SQL Injection vulnerability was found in /admin/edit-propertytype.php in PHPGurukul Land Record System v1.0, which allows remote attackers to execute arbitrary code via the editid GET request parameter.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

SQL injection vulnerability in public-facing web application (/admin/edit-propertytype.php) enables remote attackers to execute arbitrary code via editid parameter, directly facilitating exploitation of public-facing applications.

CVEs Like This One

CVE-2025-25354Same product: Phpgurukul Land Record System
CVE-2025-25357Same product: Phpgurukul Land Record System
CVE-2025-25352Same product: Phpgurukul Land Record System
CVE-2025-25387Same product: Phpgurukul Land Record System
CVE-2025-25389Same product: Phpgurukul Land Record System
CVE-2025-25355Same product: Phpgurukul Land Record System
CVE-2025-25356Same product: Phpgurukul Land Record System
CVE-2024-57687Same product: Phpgurukul Land Record System
CVE-2024-57686Same product: Phpgurukul Land Record System
CVE-2025-26156Same vendor: Phpgurukul

Affected Assets

phpgurukul
land record system
1.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly mandates validation of untrusted inputs like the editid GET parameter to block SQL injection payloads before they reach the database.

prevent

Requires timely remediation of identified flaws, such as patching the SQL injection vulnerability in /admin/edit-propertytype.php.

preventdetect

Implements vulnerability scanning that detects SQL injection issues like CVE-2025-25388 in web applications and drives their remediation.

References