CVE-2025-2681
Published: 24 March 2025
Summary
CVE-2025-2681 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 validating and sanitizing the lockersize parameter before incorporation into SQL queries in /edit-locker.php.
Ensures timely identification, reporting, and patching of the specific SQL injection flaw in PHPGurukul Bank Locker Management System 1.0.
Scans the web application for SQL injection vulnerabilities like CVE-2025-2681, enabling proactive detection and remediation.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
The unauthenticated SQL injection vulnerability in the public-facing web application (/edit-locker.php) enables exploitation of public-facing applications (T1190) for initial access and facilitates collection of data from databases via arbitrary SQL queries (T1213.006).
NVD Description
A vulnerability was found in PHPGurukul Bank Locker Management System 1.0. It has been rated as critical. Affected by this issue is some unknown functionality of the file /edit-locker.php?ltid=6. The manipulation of the argument lockersize leads to sql injection. The…
more
attack may be launched remotely. The exploit has been disclosed to the public and may be used.
Deeper analysisAI
CVE-2025-2681 is a critical SQL injection vulnerability in PHPGurukul Bank Locker Management System version 1.0. The issue affects unknown functionality in the file /edit-locker.php?ltid=6, where manipulation of the lockersize argument enables the 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 is associated with CWE-74 (improper neutralization of special elements) and CWE-89 (SQL injection). The vulnerability was published on 2025-03-24.
Remote attackers can exploit this vulnerability without authentication or user interaction, requiring only network access and low attack complexity. Successful exploitation allows limited impacts on confidentiality, integrity, and availability, potentially enabling unauthorized data access, modification, or disruption via SQL queries. The exploit has been publicly disclosed and is available for use.
Advisories referenced in VulDB entries (ctiid.300698, id.300698, submit.521450) and a GitHub issue in ARPANET-cyber/CVE document the vulnerability, but no specific patches or mitigations are detailed in the available information. The vendor site phpgurukul.com is also listed among references.
Details
- CWE(s)