Severity by source
AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
Network-reachable and unauthenticated (AV:N/PR:N/UI:N); AC:H because exploitation needs a specific parameter and likely filter bypass; C:H for wp-config.php disclosure, I/A:L since RCE escalation depends on extra server conditions.
Primary rating from Vendor (Patchstack).
CVSS VectorVendor: Patchstack
Lifecycle Timeline
2DescriptionCVE.org
Unauthenticated Local File Inclusion in Thegov Core < 2.0.23 versions.
AnalysisAI
Unauthenticated Local File Inclusion in the Thegov Core WordPress plugin (versions prior to 2.0.23) allows remote attackers to coerce the application into including arbitrary files via a flaw classified as CWE-98 (PHP File Inclusion). Because the plugin powers the Thegov WordPress theme commonly used by government and political sites, successful exploitation can disclose sensitive configuration files such as wp-config.php and, depending on server state, escalate to PHP code execution. No public exploit identified at time of analysis, though Patchstack - the reporting party - has published a vendor advisory and a fixed release.
Technical ContextAI
The flaw sits in PHP include/require logic within the Thegov Core plugin (CPE cpe:2.3:a:webgeniuslab:thegov_core), distributed by WebGeniusLab as the companion plugin to the Thegov WordPress theme. CWE-98 covers cases where filename input passed to PHP's include, require, include_once, or require_once is not properly canonicalized or restricted to an allowlist, letting an attacker traverse the filesystem or, when wrappers like php://filter or remote streams are enabled, fold the LFI into source disclosure or remote code execution. Because the plugin exposes the vulnerable include path without an authentication check, the attack surface is reachable over standard HTTP(S) to any WordPress site running the plugin below 2.0.23.
RemediationAI
Upgrade the Thegov Core plugin to version 2.0.23 or later - this is the vendor-released patch referenced by the Patchstack advisory (https://patchstack.com/database/wordpress/plugin/thegov-core/vulnerability/wordpress-thegov-core-plugin-2-0-23-local-file-inclusion-vulnerability). If immediate patching is not possible, deactivate the Thegov Core plugin (note: this will break Thegov theme features that depend on it, including custom post types and shortcodes) or place a WAF/ModSecurity rule in front of WordPress blocking requests with path-traversal sequences (../, %2e%2e/, php://filter) against plugin endpoints under /wp-content/plugins/thegov-core/ and the corresponding admin-ajax actions. As a hardening control, set PHP's open_basedir to the WordPress document root to contain LFI reads, and disable allow_url_include and the php:// wrapper in php.ini to neutralize the LFI-to-RCE pivot at the cost of breaking any plugin that legitimately uses stream wrappers.
In PHP versions 7.1.x below 7.1.33, 7.2.x below 7.2.24 and 7.3.x below 7.3.11 in certain configurations of FPM setup it
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
The '/common/download_agent_installer.php' script in the Quest KACE System Management Appliance 8.0.318 is accessible by
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
Same weakness CWE-98 – PHP Remote File Inclusion
View allSame technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-37465