CVE-2025-22364
Published: 07 January 2025
Summary
CVE-2025-22364 is a high-severity PHP Remote File Inclusion (CWE-98) vulnerability. Its CVSS base score is 7.5 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 18.3% 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 issue (CWE-98) stemming from improper control of filenames in include/require statements. It affects the Ach Invoice App WordPress plugin by Service Shogun, in all versions up to and including 1.0.1.
An unauthenticated remote attacker can exploit the flaw over the network by supplying a crafted request that triggers inclusion of arbitrary local files. Successful exploitation requires high attack complexity and user interaction, yet can result in full compromise of confidentiality, integrity, and availability on the affected site.
The issue is tracked in the Patchstack vulnerability database, which identifies the affected plugin versions and points administrators to the corresponding security advisory for remediation details.
EPSS scores remain low, with a current value of 0.0153 and a peak of 0.0218.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-2761
Vulnerability details
Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in Service Shogun Ach Invoice App ach-invoice-app allows PHP Local File Inclusion.This issue affects Ach Invoice App: from n/a through <= 1.0.1.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
LFI in public-facing WordPress plugin directly enables T1190 for initial access and facilitates T1005/T1083 for arbitrary local file reads and discovery.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Requires timely identification, reporting, and patching of the PHP Local File Inclusion flaw in the ach-invoice-app plugin to eliminate the vulnerability.
Enforces validation of user-supplied filenames used in PHP include/require statements, directly addressing the improper control of resource identifiers (CWE-98).
Restricts information inputs to whitelisted safe filenames or paths, preventing unauthorized local file inclusion via manipulated inputs.