CVE-2025-2682
Published: 24 March 2025
Summary
CVE-2025-2682 is a high-severity Injection (CWE-74) vulnerability in Phpgurukul Bank Locker Management System. Its CVSS base score is 7.3 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 17.9th 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 RA-5 (Vulnerability Monitoring and Scanning) and SI-10 (Information Input Validation).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
Directly requires validation of the mobilenumber parameter in /edit-subadmin.php to prevent SQL injection exploitation.
Mandates identification, reporting, and correction of the specific SQL injection flaw in PHPGurukul Bank Locker Management System 1.0.
Requires vulnerability scanning of web applications to detect and remediate SQL injection vulnerabilities like CVE-2025-2682.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
SQL injection vulnerability in a public-facing web application directly enables remote exploitation of public-facing applications (T1190) via unauthenticated manipulation of input parameters.
NVD Description
A vulnerability classified as critical has been found in PHPGurukul Bank Locker Management System 1.0. This affects an unknown part of the file /edit-subadmin.php?said=3. The manipulation of the argument mobilenumber leads to sql injection. It is possible to initiate the…
more
attack remotely. The exploit has been disclosed to the public and may be used.
Deeper analysisAI
CVE-2025-2682 is a critical SQL injection vulnerability (CWE-74, CWE-89) in PHPGurukul Bank Locker Management System 1.0. The issue affects an unknown part of the file /edit-subadmin.php?said=3, where manipulation of the mobilenumber argument triggers the injection. The vulnerability was published on 2025-03-24T04:15:14.643 and 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).
An unauthenticated remote attacker can exploit this vulnerability by manipulating the mobilenumber parameter in requests to the affected endpoint. Exploitation requires low complexity and no user interaction, potentially allowing limited impacts on confidentiality, integrity, and availability, such as unauthorized data access, modification, or disruption.
Advisories detailing the vulnerability are available at https://github.com/ARPANET-cyber/CVE/issues/11, https://phpgurukul.com/, https://vuldb.com/?ctiid.300699, https://vuldb.com/?id.300699, and https://vuldb.com/?submit.521451. The exploit has been publicly disclosed and may be used by attackers.
The vulnerability's public disclosure of the exploit increases the risk of real-world exploitation against exposed instances of the software.
Details
- CWE(s)