Cyber Posture

CVE-2025-2681

HighPublic PoC

Published: 24 March 2025

Published
24 March 2025
Modified
27 March 2025
KEV Added
Patch
CVSS Score 7.3 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
EPSS Score 0.0006 19.9th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Description

Adversaries may leverage databases to mine valuable information.

Security Summary

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)
CWE-74CWE-89

Affected Products

phpgurukul
bank locker management system
1.0

MITRE ATT&CK Enterprise Techniques

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1213.006 Databases Collection
Adversaries may leverage databases to mine valuable information.
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).

References