CVE-2025-2647
Published: 23 March 2025
Summary
CVE-2025-2647 is a high-severity Injection (CWE-74) vulnerability in Phpgurukul Art Gallery 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 16.4th 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 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
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 like the Search parameter in /search.php before database queries.
Requires timely identification and remediation of the critical SQL injection flaw in PHPGurukul Art Gallery Management System 1.0.
Facilitates detection of the SQL injection vulnerability through regular automated vulnerability scanning of the web application.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Remote unauthenticated SQL injection in public-facing web app (/search.php) directly enables exploitation of the application.
NVD Description
A vulnerability was found in PHPGurukul Art Gallery Management System 1.0. It has been rated as critical. Affected by this issue is some unknown functionality of the file /search.php. The manipulation of the argument Search 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-2647 is a critical SQL injection vulnerability (CWE-74, CWE-89) affecting PHPGurukul Art Gallery Management System version 1.0. The flaw resides in unknown functionality of the /search.php file, where manipulation of the Search argument enables SQL injection. Published on 2025-03-23, 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).
The vulnerability can be exploited remotely by unauthenticated attackers requiring low attack complexity and no user interaction. Successful exploitation grants limited impacts on confidentiality, integrity, and availability, such as unauthorized data access, modification, or disruption via injected SQL queries.
Advisories and details are available via VulDB entries (ctiid.300662, id.300662, submit.519777), the vendor site phpgurukul.com, and a GitHub issue disclosing a public exploit that may be used. No specific patch information is detailed in the available references.
Details
- CWE(s)