Cyber Posture

CVE-2025-2665

HighPublic PoC

Published: 23 March 2025

Published
23 March 2025
Modified
13 May 2025
KEV Added
Patch
CVSS Score 7.3 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
EPSS Score 0.0006 17.9th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-2665 is a high-severity Injection (CWE-74) vulnerability in Phpgurukul Online Security Guards Hiring 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 17.9th 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

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 2 other techniques. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Directly prevents SQL injection by requiring validation of user-supplied fromdate and todate parameters before use in database queries.

prevent

Mandates timely identification, reporting, and correction of the specific SQL injection flaw in /admin/bwdates-reports-details.php.

detect

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

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.
T1505 Server Software Component Persistence
Adversaries may abuse legitimate extensible development features of servers to establish persistent access to systems.
T1213.006 Databases Collection
Adversaries may leverage databases to mine valuable information.
Why these techniques?

SQL injection in unauthenticated public-facing web app (/admin/bwdates-reports-details.php) enables initial access via public-facing app exploitation (T1190), server software component abuse (T1505 as noted in advisory), and database data collection (T1213.006) through arbitrary SQL query execution.

NVD Description

A vulnerability was found in PHPGurukul Online Security Guards Hiring System 1.0. It has been classified as critical. This affects an unknown part of the file /admin/bwdates-reports-details.php. The manipulation of the argument fromdate/todate 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.

Deeper analysisAI

CVE-2025-2665 is a critical SQL injection vulnerability (classified under CWE-74 and CWE-89) in PHPGurukul Online Security Guards Hiring System 1.0. The flaw affects an unknown part of the file /admin/bwdates-reports-details.php, where manipulation of the fromdate and todate arguments 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 is exploitable remotely by unauthenticated attackers requiring low attack complexity and no user interaction. Successful exploitation allows limited impacts on confidentiality, integrity, and availability, potentially enabling unauthorized data access, modification, or disruption through injected SQL queries.

Advisories and further details are documented on VulDB (ctiid.300687, id.300687, submit.521167), a GitHub issue at i-Corner/cve/issues/1, and the vendor site phpgurukul.com. The exploit has been publicly disclosed and may be used by attackers.

In notable context, the public availability of the exploit increases the risk of real-world exploitation against unpatched instances of this hiring system.

Details

CWE(s)

Affected Products

phpgurukul
online security guards hiring system
1.0

CVEs Like This One

CVE-2025-2658Same product: Phpgurukul Online Security Guards Hiring System
CVE-2025-2646Same vendor: Phpgurukul
CVE-2025-7491Same vendor: Phpgurukul
CVE-2025-2471Same vendor: Phpgurukul
CVE-2025-2642Same vendor: Phpgurukul
CVE-2025-2053Same vendor: Phpgurukul
CVE-2025-2734Same vendor: Phpgurukul
CVE-2025-2735Same vendor: Phpgurukul
CVE-2025-1855Same vendor: Phpgurukul
CVE-2025-2380Same vendor: Phpgurukul

References