CVE-2025-2663
Published: 23 March 2025
Description
Adversaries may abuse legitimate extensible development features of servers to establish persistent access to systems.
Security Summary
CVE-2025-2663 is a critical SQL injection vulnerability in PHPGurukul Bank Locker Management System version 1.0. The issue affects an unknown functionality within the file /search-locker-details.php, where manipulation of the 'searchinput' argument enables SQL injection. Classified under CWE-74 (Improper Neutralization of Special Elements used in an SQL Command) and CWE-89 (SQL Injection), it carries a CVSS v3.1 base score of 7.3 (AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L) and was published on 2025-03-23.
The vulnerability can be exploited remotely by unauthenticated attackers (PR:N) over the network (AV:N) with low attack complexity (AC:L) and no user interaction required (UI:N). Successful exploitation allows limited impacts on confidentiality, integrity, and availability (C:L/I:L/A:L), potentially enabling data exfiltration, modification, or disruption within the application's database.
Advisories and details are available through references including a GitHub issue at https://github.com/ARPANET-cyber/CVE/issues/2, the vendor site at https://phpgurukul.com/, and VulDB entries at https://vuldb.com/?ctiid.300685, https://vuldb.com/?id.300685, and https://vuldb.com/?submit.520436. The exploit has been publicly disclosed and may be in use.
Details
- CWE(s)
Affected Products
MITRE ATT&CK Enterprise Techniques
Why these techniques?
SQL injection vulnerability allows remote unauthenticated exploitation of a public-facing web application (T1190), enables adversary-controlled SQL execution via server software component (T1505), and facilitates unauthorized data collection from databases (T1213.006).