Cyber Resilience

CVE-2025-2647

MediumPublic PoC

Published: 23 March 2025

Published
23 March 2025
Modified
27 March 2025
KEV Added
Patch
CVSS Score v4 6.9 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0005 16.8th percentile
Risk Priority 14 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-2647 is a medium-severity Injection (CWE-74) vulnerability in Phpgurukul Art Gallery Management System. Its CVSS base score is 6.9 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 16.8th 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).

Deeper analysis

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.

EU & UK References

Vulnerability details

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.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

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.
Why these techniques?

Remote unauthenticated SQL injection in public-facing web app (/search.php) directly enables exploitation of the application.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2025-2627Same product: Phpgurukul Art Gallery Management System
CVE-2025-2644Same product: Phpgurukul Art Gallery Management System
CVE-2025-2648Same product: Phpgurukul Art Gallery Management System
CVE-2025-2628Same product: Phpgurukul Art Gallery Management System
CVE-2025-2643Same product: Phpgurukul Art Gallery Management System
CVE-2025-2646Same product: Phpgurukul Art Gallery Management System
CVE-2025-2641Same product: Phpgurukul Art Gallery Management System
CVE-2025-2642Same product: Phpgurukul Art Gallery Management System
CVE-2025-2683Same vendor: Phpgurukul
CVE-2025-7482Same vendor: Phpgurukul

Affected Assets

phpgurukul
art gallery management system
1.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly prevents SQL injection by requiring validation of untrusted inputs like the Search parameter in /search.php before database queries.

prevent

Requires timely identification and remediation of the critical SQL injection flaw in PHPGurukul Art Gallery Management System 1.0.

detect

Facilitates detection of the SQL injection vulnerability through regular automated vulnerability scanning of the web application.

References