Cyber Posture

CVE-2025-30829

High

Published: 27 March 2025

Published
27 March 2025
Modified
23 April 2026
KEV Added
Patch
CVSS Score 7.5 CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0159 81.8th percentile
Risk Priority 16 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-30829 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.2% 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).

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 remediates the improper filename control flaw in WPCafe by identifying, patching, and monitoring the vulnerable plugin versions up to 2.2.31.

prevent

Validates user-supplied filenames in PHP include/require statements to prevent local file inclusion exploitation by low-privileged users.

prevent

Enforces secure PHP configuration settings like open_basedir restrictions to limit arbitrary local file access even if input validation fails.

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.
T1005 Data from Local System Collection
Adversaries may search local system sources, such as file systems, configuration files, local databases, virtual machine files, or process memory, to find files of interest and sensitive data prior to Exfiltration.
T1059 Command and Scripting Interpreter Execution
Adversaries may abuse command and script interpreters to execute commands, scripts, or binaries.
Why these techniques?

The vulnerability is a local file inclusion flaw in a public-facing WordPress plugin, directly enabling exploitation of public-facing applications (T1190), data collection from local system files (T1005), and code execution via included PHP scripts (T1059).

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

NVD Description

Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in Arraytics WPCafe wp-cafe allows PHP Local File Inclusion.This issue affects WPCafe: from n/a through <= 2.2.31.

Deeper analysisAI

CVE-2025-30829 is an Improper Control of Filename for Include/Require Statement vulnerability, known as PHP Remote File Inclusion, in the Arraytics WPCafe (wp-cafe) WordPress plugin. It enables PHP Local File Inclusion and affects all versions from n/a through 2.2.31.

The vulnerability carries a CVSS v3.1 base score of 7.5 (High), with metrics AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H. Low-privileged authenticated users can exploit it over the network with high attack complexity and no user interaction, achieving high impacts on confidentiality, integrity, and availability through local file inclusion.

Patchstack provides details on the vulnerability, including mitigation guidance, in its advisory at https://patchstack.com/database/Wordpress/Plugin/wp-cafe/vulnerability/wordpress-wpcafe-plugin-2-2-31-local-file-inclusion-vulnerability?_s_id=cve.

Details

CWE(s)

CVEs Like This One

CVE-2024-13790Shared CWE-98
CVE-2026-32384Shared CWE-98
CVE-2026-22389Shared CWE-98
CVE-2025-30846Shared CWE-98
CVE-2025-69040Shared CWE-98
CVE-2025-69037Shared CWE-98
CVE-2026-25464Shared CWE-98
CVE-2026-22516Shared CWE-98
CVE-2025-53447Shared CWE-98
CVE-2025-22509Shared CWE-98

References