CVE-2025-2051
Published: 07 March 2025
Summary
CVE-2025-2051 is a medium-severity Injection (CWE-74) vulnerability in Phpgurukul Apartment Visitors Management System. Its CVSS base score is 6.3 (Medium).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 18.6th percentile by exploit likelihood (below the median); 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 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
Directly prevents SQL injection by validating the 'searchdata' input parameter in /search-visitor.php against expected formats and syntax.
Requires identification, reporting, and correction of the specific SQL injection flaw in the Apartment Visitors Management System.
Enforces restrictions on the 'searchdata' argument such as allowable characters and length to block SQL injection payloads.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
SQL injection in /search-visitor.php enables exploitation of a public-facing web application (T1190), abuse of server software components (T1505 per advisory), and arbitrary data collection from databases (T1213.006).
NVD Description
A vulnerability has been found in PHPGurukul Apartment Visitors Management System 1.0 and classified as critical. This vulnerability affects unknown code of the file /search-visitor.php. The manipulation of the argument searchdata leads to sql injection. The attack can be initiated…
more
remotely. The exploit has been disclosed to the public and may be used.
Deeper analysisAI
CVE-2025-2051 is a critical SQL injection vulnerability affecting PHPGurukul Apartment Visitors Management System version 1.0. The flaw exists in unknown code within the file /search-visitor.php, where manipulation of the 'searchdata' argument enables SQL injection. Published on 2025-03-07, it is associated with CWEs-74 and CWE-89, and carries a CVSS v3.1 base score of 6.3 (AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L).
A remote attacker with low privileges can exploit this vulnerability due to its network accessibility, low complexity, and lack of required user interaction. Successful exploitation allows limited impacts on confidentiality, integrity, and availability, potentially enabling unauthorized data access, modification, or disruption via injected SQL payloads.
Advisories and further details are available via VulDB entries (https://vuldb.com/?ctiid.298804, https://vuldb.com/?id.298804, https://vuldb.com/?submit.514191), a GitHub issue (https://github.com/guttlefish/vul/issues/9), and the vendor site (https://phpgurukul.com/). The exploit has been publicly disclosed and may be used.
Details
- CWE(s)