MoneyFlow WordPress Theme CVE-2026-28028
HIGHSeverity by source
AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
Lifecycle Timeline
5DescriptionCVE.org
Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in ThemeREX MoneyFlow moneyflow allows PHP Local File Inclusion.This issue affects MoneyFlow: from n/a through <= 1.0.
AnalysisAI
Local file inclusion vulnerability in ThemeREX MoneyFlow WordPress theme version 1.0 and earlier enables remote attackers to read arbitrary files from the server filesystem and potentially execute PHP code. Reported by Patchstack security researchers, this vulnerability exploits improper validation of file paths in PHP include/require statements. With EPSS exploitation probability at 0.15% (36th percentile), widespread exploitation is not yet observed, though the network-accessible attack vector combined with high confidentiality, integrity, and availability impacts warrants immediate patching for sites using this theme.
Technical ContextAI
This vulnerability stems from CWE-98 (Improper Control of Filename for Include/Require Statement in PHP Program), commonly called PHP Local File Inclusion (LFI). The MoneyFlow WordPress theme fails to properly sanitize user-controlled input before passing it to PHP's include() or require() functions. While the CVE title references 'Remote File Inclusion', the Patchstack classification and CWE designation confirm this is actually Local File Inclusion. In LFI attacks, adversaries manipulate file path parameters to traverse the filesystem using sequences like '../' or absolute paths, forcing the application to include unintended local files. If combined with file upload capabilities or access to log files containing attacker-controlled data, LFI can escalate to remote code execution by including files with embedded PHP code. The affected product is a WordPress theme by ThemeREX, identified in Patchstack database as vulnerable through version 1.0.
Affected ProductsAI
ThemeREX MoneyFlow WordPress theme versions 1.0 and all earlier releases are vulnerable to this local file inclusion flaw. The vulnerability was identified and reported by Patchstack's security audit team (audit@patchstack.com). Detailed technical analysis and affected version confirmation is available in the Patchstack vulnerability database at https://patchstack.com/database/Wordpress/Theme/moneyflow/vulnerability/wordpress-moneyflow-theme-1-0-local-file-inclusion-vulnerability. Users of any MoneyFlow theme version should verify their installed version immediately and assume vulnerability unless running a patched release newer than 1.0.
RemediationAI
WordPress administrators running MoneyFlow theme must immediately upgrade to a patched version newer than 1.0 if available from ThemeREX. Check the theme's official repository or ThemeREX website for updated releases addressing CVE-2026-28028. Until a patch is applied, implement compensating controls: disable the MoneyFlow theme entirely and switch to a maintained, security-audited alternative theme; configure web application firewall rules to block requests containing directory traversal patterns (../, ..\ sequences) and absolute file paths in GET/POST parameters; enable PHP open_basedir restrictions in php.ini or .htaccess to limit file access to WordPress installation directories only, though this may break legitimate theme functionality requiring testing in staging environments; review server logs for suspicious requests targeting theme files with unusual path parameters. Monitor Patchstack database and ThemeREX security advisories for patch release announcements. Note that WAF rules may produce false positives on legitimate WordPress operations, requiring tuning, and open_basedir restrictions could impact theme features that legitimately access files outside standard WordPress directories.
sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not
(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear
ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C
Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au
Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c
Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
NetAlertX (formerly PiAlert) versions 23.01.14 through 24.x before 24.10.12 allow unauthenticated command injection thro
The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all
Same weakness CWE-98 – PHP Remote File Inclusion
View allShare
External POC / Exploit Code
Leaving vuln.today