Cyber Resilience

CVE-2025-1855

MediumPublic PoC

Published: 03 March 2025

Published
03 March 2025
Modified
24 June 2025
KEV Added
Patch
CVSS Score v4 5.3 CVSS:4.0/AV:N/AC:L/AT:N/PR:L/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.0012 30.8th percentile
Risk Priority 11 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-1855 is a medium-severity Injection (CWE-74) vulnerability in Phpgurukul Online Shopping Portal. Its CVSS base score is 5.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 30.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 RA-5 (Vulnerability Monitoring and Scanning) and SI-10 (Information Input Validation).

Deeper analysis

CVE-2025-1855 is a critical SQL injection vulnerability (CWE-74, CWE-89) in PHPGurukul Online Shopping Portal 2.1. The issue affects an unknown functionality in the file /product-details.php, where manipulation of the arguments quality, price, value, name, summary, or review enables SQL injection.

The vulnerability carries a CVSS v3.1 base score of 6.3 (AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L) and can be exploited remotely. Attackers with low privileges, such as authenticated users, can leverage it to achieve low impacts on confidentiality, integrity, and availability via SQL injection.

Advisories and references, including a GitHub code audit PDF at https://github.com/panghuanjie/Code-audits/blob/main/PHPGurukul/PHPGurukul%20Online%20Shopping%20Portal%20v2.1%20SQL%20Injection3%20.pdf, the vendor site at https://phpgurukul.com/, and VULDB entries at https://vuldb.com/?ctiid.298123, https://vuldb.com/?id.298123, and https://vuldb.com/?submit.506066, detail the issue. The exploit has been disclosed publicly and may be used, with no specific patches mentioned in the available information.

The public disclosure of the exploit increases the risk of real-world exploitation against unpatched instances of PHPGurukul Online Shopping Portal 2.1.

EU & UK References

Vulnerability details

A vulnerability was found in PHPGurukul Online Shopping Portal 2.1. It has been declared as critical. Affected by this vulnerability is an unknown functionality of the file /product-details.php. The manipulation of the argument quality/price/value/name/summary/review leads to sql injection. The attack…

more

can 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.
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 public-facing /product-details.php enables exploitation of public-facing web applications (T1190), abuse of server software components via arbitrary SQL execution (T1505), and data collection from backend databases (T1213.006).

CVEs Like This One

CVE-2025-1578Same product: Phpgurukul Online Shopping Portal
CVE-2025-2034Same vendor: Phpgurukul
CVE-2025-2663Same vendor: Phpgurukul
CVE-2025-2628Same vendor: Phpgurukul
CVE-2025-2739Same vendor: Phpgurukul
CVE-2025-8134Same vendor: Phpgurukul
CVE-2025-2374Same vendor: Phpgurukul
CVE-2025-2640Same vendor: Phpgurukul
CVE-2025-2608Same vendor: Phpgurukul
CVE-2025-1580Same vendor: Phpgurukul

Affected Assets

phpgurukul
online shopping portal
2.1

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

SI-10 directly prevents SQL injection by validating and sanitizing untrusted inputs like quality, price, value, name, summary, and review before incorporation into SQL queries in /product-details.php.

prevent

SI-2 mandates timely flaw remediation, including patching or fixing the SQL injection vulnerability in PHPGurukul Online Shopping Portal 2.1 to eliminate the root cause.

detect

RA-5 requires vulnerability scanning that would identify the SQL injection flaw in /product-details.php, enabling proactive mitigation before exploitation.

References