CVE-2025-28916
Published: 26 March 2025
Summary
CVE-2025-28916 is a critical-severity PHP Remote File Inclusion (CWE-98) vulnerability. Its CVSS base score is 9.8 (Critical).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 27.1% of CVEs by exploit likelihood; 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
The vulnerability is a PHP Local File Inclusion flaw (CWE-98) stemming from improper control of filenames in include/require statements. It affects the Docpro WordPress plugin by Rashid, impacting all versions through 2.0.1. The issue carries a CVSS 3.1 score of 9.8, reflecting network-accessible exploitation without authentication or user interaction and full compromise of confidentiality, integrity, and availability.
An unauthenticated attacker can supply a crafted filename parameter over the network to force inclusion of arbitrary local files on the server. Successful exploitation can result in execution of attacker-controlled PHP code, disclosure of sensitive files, or full site takeover depending on the server's configuration and file permissions.
The Patchstack advisory entry for this CVE documents the affected plugin versions and classifies the issue as a local file inclusion vulnerability, directing administrators to apply updates once released by the vendor. The associated EPSS scores remain low, with a current value of 0.0072 and a modest peak of 0.0109.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-8143
Vulnerability details
Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in Rashid Docpro docpro allows PHP Local File Inclusion.This issue affects Docpro: from n/a through <= 2.0.1.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
The CVE describes an unauthenticated remote LFI vulnerability in a public-facing WordPress plugin that leads to server compromise, directly enabling exploitation of public-facing applications (T1190) and facilitating command/script execution via included PHP files on Unix-based servers (T1059.004).
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Remediating the flaw in the Docpro WordPress plugin directly eliminates the PHP Local File Inclusion vulnerability across all affected versions.
Validating filenames supplied to PHP include/require statements prevents attackers from injecting malicious local file paths.
Boundary protection with web application firewalls blocks network requests containing path traversal payloads exploiting the file inclusion flaw.