CVE-2025-2678
Published: 24 March 2025
Description
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Security Summary
CVE-2025-2678 is a critical SQL injection vulnerability in PHPGurukul Bank Locker Management System version 1.0. The flaw resides in the processing of the /changeimage1.php file, where manipulation of the 'editid' argument enables SQL injection. Published on 2025-03-24, 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 and CWE-89.
Remote attackers require no privileges or user interaction to exploit this vulnerability over the network with low complexity. Successful exploitation allows limited impacts: low confidentiality (e.g., partial data exposure), low integrity (e.g., minor unauthorized modifications), and low availability (e.g., partial denial of service). The exploit has been publicly disclosed and may be actively used.
Advisories and further details are available in references including https://github.com/ARPANET-cyber/CVE/issues/7, https://phpgurukul.com/, https://vuldb.com/?ctiid.300695, https://vuldb.com/?id.300695, and https://vuldb.com/?submit.521445. Practitioners should consult these for vendor-specific patch information or workarounds.
Details
- CWE(s)
Affected Products
MITRE ATT&CK Enterprise Techniques
Why these techniques?
The CVE describes an unauthenticated SQL injection vulnerability in a publicly accessible PHP web application (/changeimage1.php), directly enabling remote exploitation of a public-facing application as per T1190.