Cyber Posture

CVE-2025-1859

HighPublic PoC

Published: 03 March 2025

Published
03 March 2025
Modified
07 March 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.0020 41.3th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-1859 is a high-severity Injection (CWE-74) vulnerability in Phpgurukul News Portal. 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 41.3th 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 1 other technique. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Directly mitigates SQL injection by requiring validation of the untrusted 'id' parameter in /login.php before database queries.

prevent

Requires timely remediation of the specific critical SQL injection flaw in PHPGurukul News Portal 4.1 via patching or code correction.

prevent

Enforces restrictions on input types and quantities for parameters like 'id' to block malicious SQL injection payloads at application boundaries.

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.
T1213.006 Databases Collection
Adversaries may leverage databases to mine valuable information.
Why these techniques?

SQL injection in /login.php enables exploitation of public-facing web application (T1190) and unauthorized database queries for data collection (T1213.006).

NVD Description

A vulnerability, which was classified as critical, has been found in PHPGurukul News Portal 4.1. This issue affects some unknown processing of the file /login.php. The manipulation of the argument id leads to sql injection. The attack may be initiated…

more

remotely. The exploit has been disclosed to the public and may be used.

Deeper analysisAI

CVE-2025-1859 is a critical SQL injection vulnerability affecting PHPGurukul News Portal version 4.1. The flaw exists in the processing of the /login.php file, where manipulation of the 'id' argument enables SQL code injection. Associated with CWE-74 and CWE-89, it received 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) and was published on 2025-03-03.

The vulnerability can be exploited remotely by unauthenticated attackers with low complexity, requiring no user interaction. By injecting malicious SQL via the 'id' parameter in /login.php, attackers can achieve low-level impacts on confidentiality, integrity, and availability, such as unauthorized data access, modification, or disruption within the application's database.

Advisories and details are available in references including https://github.com/panghuanjie/Code-audits/issues/2, https://vuldb.com/?ctiid.298127, https://vuldb.com/?id.298127, https://vuldb.com/?submit.506350, and the vendor site at https://phpgurukul.com/. The exploit has been publicly disclosed and may be used by attackers.

Notable context includes the public availability of the exploit, increasing the risk of immediate exploitation against unpatched instances of PHPGurukul News Portal 4.1.

Details

CWE(s)

Affected Products

phpgurukul
news portal
4.1

CVEs Like This One

CVE-2025-69991Same product: Phpgurukul News Portal
CVE-2025-69992Same product: Phpgurukul News Portal
CVE-2026-1141Same product: Phpgurukul News Portal
CVE-2025-69990Same product: Phpgurukul News Portal
CVE-2026-1424Same product: Phpgurukul News Portal
CVE-2025-2381Same vendor: Phpgurukul
CVE-2025-2658Same vendor: Phpgurukul
CVE-2025-2627Same vendor: Phpgurukul
CVE-2025-1857Same vendor: Phpgurukul
CVE-2025-3006Same vendor: Phpgurukul

References