CVE-2025-2627
Published: 22 March 2025
Description
Adversaries may leverage databases to mine valuable information.
Security Summary
CVE-2025-2627 is a critical SQL injection vulnerability in PHPGurukul Art Gallery Management System version 1.0. The flaw resides in the /admin/contactus.php file, where manipulation of the 'pagetitle' argument enables injection attacks. Classified under CWE-74 and CWE-89, it carries a CVSS v3.1 base score of 6.3 (AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L) and was published on 2025-03-22.
The vulnerability can be exploited remotely by an attacker with low privileges, such as an authenticated user with access to the admin interface. Successful exploitation allows limited impacts including low-level confidentiality, integrity, and availability violations through SQL injection, potentially enabling data exfiltration, modification, or disruption within the application's database.
Advisories and references, including those on VulDB (ctiid.300629, id.300629, submit.519335), a GitHub issue at liuhao2638/cve/issues/1, and the vendor site phpgurukul.com, document the issue but do not specify patches or mitigations in the available details.
The exploit has been publicly disclosed and may be actively used by attackers.
Details
- CWE(s)
Affected Products
MITRE ATT&CK Enterprise Techniques
Why these techniques?
SQL injection in a remotely exploitable web application directly enables T1190 (Exploit Public-Facing Application); successful exploitation facilitates unauthorized database queries and data access via T1213.006 (Databases).