CVE-2025-2677
Published: 24 March 2025
Summary
CVE-2025-2677 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 20.0th 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 prevents SQL injection by requiring validation of the untrusted 'editid' input parameter before its use in database queries.
Requires timely identification, reporting, and correction of the specific SQL injection flaw in /changeidproof.php to eliminate the vulnerability.
Enables detection of the SQL injection vulnerability through regular scanning, facilitating proactive remediation before exploitation.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
SQL injection in a remotely accessible web application (PHPGurukul Bank Locker Management System) directly enables initial access by unauthenticated attackers via exploitation of a public-facing app.
NVD Description
A vulnerability has been found in PHPGurukul Bank Locker Management System 1.0 and classified as critical. This vulnerability affects unknown code of the file /changeidproof.php. The manipulation of the argument editid 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-2677 is a critical SQL injection vulnerability (classified under CWE-74 and CWE-89) in PHPGurukul Bank Locker Management System version 1.0. The issue resides in unknown code within the file /changeidproof.php, where manipulation of the 'editid' argument triggers the injection.
The vulnerability is remotely exploitable by unauthenticated attackers (PR:N) with low attack complexity (AC:L) and no requirement for user interaction (UI:N), carrying 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). Successful exploitation enables limited impacts on confidentiality, integrity, and availability.
Advisories detail the issue across references including https://github.com/ARPANET-cyber/CVE/issues/6, https://phpgurukul.com/, and VulDB entries at https://vuldb.com/?ctiid.300694, https://vuldb.com/?id.300694, and https://vuldb.com/?submit.521444. The exploit has been publicly disclosed and may be in use.
The vulnerability was published on 2025-03-24.
Details
- CWE(s)