Cyber Resilience

CVE-2025-2737

Medium

Published: 25 March 2025

Published
25 March 2025
Modified
06 May 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.0018 39.3th percentile
Risk Priority 14 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-2737 is a medium-severity Injection (CWE-74) vulnerability in Phpgurukul Old Age Home 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 39.3th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2025-2737 is a critical SQL injection vulnerability in PHPGurukul Old Age Home Management System 1.0. The issue resides in an unknown part of the file /admin/contactus.php, where manipulation of the pagetitle argument enables the injection. Classified under CWE-74 and CWE-89, it carries a CVSS v3.1 base score of 7.3.

The vulnerability is exploitable remotely by unauthenticated attackers with low complexity and no user interaction required, per the CVSS vector (AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L). Successful exploitation grants limited access to confidential data, moderate integrity disruption, and low availability impact through SQL queries.

Advisories and further details are available in referenced sources, including a GitHub issue at https://github.com/X-X-007/cve/issues/1, the vendor site at https://phpgurukul.com/, and VULDB entries at https://vuldb.com/?ctiid.300759, https://vuldb.com/?id.300759, and https://vuldb.com/?submit.522898.

The exploit has been publicly disclosed and may be used in attacks.

EU & UK References

Vulnerability details

A vulnerability was found in PHPGurukul Old Age Home Management System 1.0. It has been classified as critical. This affects an unknown part of the file /admin/contactus.php. The manipulation of the argument pagetitle leads to sql injection. It is possible…

more

to initiate the attack 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?

The CVE describes a remote unauthenticated SQL injection vulnerability in a public-facing PHP web application, directly enabling exploitation of public-facing applications for initial access and data manipulation via injected queries.

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

CVEs Like This One

CVE-2025-2739Same product: Phpgurukul Old Age Home Management System
CVE-2025-2738Same product: Phpgurukul Old Age Home Management System
CVE-2025-2740Same product: Phpgurukul Old Age Home Management System
CVE-2025-2734Same product: Phpgurukul Old Age Home Management System
CVE-2025-2736Same product: Phpgurukul Old Age Home Management System
CVE-2025-2735Same product: Phpgurukul Old Age Home Management System
CVE-2025-2683Same vendor: Phpgurukul
CVE-2025-7482Same vendor: Phpgurukul
CVE-2025-7164Same vendor: Phpgurukul
CVE-2026-0733Same vendor: Phpgurukul

Affected Assets

phpgurukul
old age home management system
1.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

SI-10 requires validation of inputs like the pagetitle argument to prevent SQL injection attacks in /admin/contactus.php.

prevent

SI-2 mandates identification, reporting, and correction of flaws such as this SQL injection vulnerability in the Old Age Home Management System.

detect

RA-5 employs vulnerability scanning to identify SQL injection issues like CVE-2025-2737 in the application.

References