CVE-2025-2674
Published: 24 March 2025
Summary
CVE-2025-2674 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 untrusted inputs such as the pagetitle parameter in /aboutus.php.
Addresses the vulnerability through timely identification, reporting, and remediation of the SQL injection flaw.
Enables detection of SQL injection vulnerabilities like CVE-2025-2674 via regular scanning of web applications.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
SQL injection vulnerability in public-facing web application (/aboutus.php) with remote unauthenticated access directly maps to exploitation of public-facing apps.
NVD Description
A vulnerability classified as critical was found in PHPGurukul Bank Locker Management System 1.0. Affected by this vulnerability is an unknown functionality of the file /aboutus.php. The manipulation of the argument pagetitle leads to sql injection. The attack can be…
more
launched remotely. The exploit has been disclosed to the public and may be used.
Deeper analysisAI
CVE-2025-2674 is a critical SQL injection vulnerability in PHPGurukul Bank Locker Management System version 1.0. The issue affects an unknown functionality within the /aboutus.php file, where manipulation of the 'pagetitle' argument enables the 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 (Improper Neutralization of Special Elements used in an SQL Command) and CWE-89 (SQL Injection).
Remote attackers require only network access and no authentication or user interaction to exploit this vulnerability. Successful exploitation allows limited impacts on confidentiality, integrity, and availability, potentially enabling unauthorized data access, modification, or disruption via injected SQL payloads through the 'pagetitle' parameter.
Advisories and additional details are available in referenced sources, including a GitHub issue at https://github.com/ARPANET-cyber/CVE/issues/3, the vendor site at https://phpgurukul.com/, and VulDB entries at https://vuldb.com/?ctiid.300691, https://vuldb.com/?id.300691, and https://vuldb.com/?submit.521441.
The exploit has been publicly disclosed and may be actively used by attackers.
Details
- CWE(s)