TheGem Theme Elements CVE-2025-62045
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
4DescriptionCVE.org
Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in CodexThemes TheGem Theme Elements (for WPBakery) thegem-elements.This issue affects TheGem Theme Elements (for WPBakery): from n/a through <= 5.10.5.1.
AnalysisAI
Local file inclusion in TheGem Theme Elements (for WPBakery) plugin versions ≤5.10.5.1 allows remote attackers to include and execute arbitrary PHP files without authentication. Despite the high CVSS 8.1 score and network attack vector, the 'AC:H' (high complexity) rating and extremely low EPSS (0.05%, 16th percentile) indicate this requires specific conditions to exploit. No active exploitation has been confirmed - CISA KEV does not list this vulnerability, and EPSS data suggests minimal real-world targeting. The vulnerability stems from improper validation of file paths in PHP include/require statements (CWE-98), a common WordPress plugin weakness.
Technical ContextAI
This vulnerability exploits CWE-98 (PHP Remote File Inclusion) in the TheGem Theme Elements plugin, a WPBakery Page Builder extension for WordPress. The plugin fails to properly sanitize user-controlled input used in PHP include() or require() statements, allowing attackers to manipulate file paths. While classified as 'PHP Remote File Inclusion' in the CVE title, Patchstack categorizes this as local file inclusion (LFI), suggesting the vulnerability allows inclusion of files already present on the server rather than external URLs. WPBakery-dependent plugins frequently process shortcode parameters without adequate validation, creating opportunities for path traversal attacks. The affected component processes template or configuration file paths, likely through WordPress shortcode handlers or AJAX endpoints exposed by the plugin.
Affected ProductsAI
TheGem Theme Elements (for WPBakery) plugin for WordPress, all versions from unknown starting point through version 5.10.5.1. The plugin is a companion to the TheGem WordPress theme and extends WPBakery Page Builder functionality. CPE or official vendor identifiers are not provided in available data. The Patchstack vulnerability database entry at https://patchstack.com/database/Wordpress/Plugin/thegem-elements/vulnerability/wordpress-thegem-theme-elements-for-wpbakery-plugin-5-10-5-1-local-file-inclusion-vulnerability serves as the primary reference, though the URL does not confirm whether a patched version has been released by CodexThemes.
RemediationAI
Upgrade TheGem Theme Elements plugin to a version newer than 5.10.5.1 if available through the WordPress plugin repository or CodexThemes vendor channels. Consult the Patchstack advisory at https://patchstack.com/database/Wordpress/Plugin/thegem-elements/vulnerability/wordpress-thegem-theme-elements-for-wpbakery-plugin-5-10-5-1-local-file-inclusion-vulnerability for patch availability confirmation, as no vendor-released fix version is independently confirmed from the provided data. If no patch is available or upgrade is delayed, implement compensating controls: restrict WordPress admin and editor roles to trusted users only (reduces exposure to authenticated contexts if plugin features require login despite PR:N vector), disable or remove the TheGem Elements plugin entirely if WPBakery page builder features are not business-critical (eliminates attack surface), deploy web application firewall rules blocking suspicious file path patterns in POST/GET parameters targeting plugin endpoints (e.g., '../', 'php://filter', null bytes), and monitor WordPress access logs for anomalous requests to /wp-admin/admin-ajax.php or plugin-specific endpoints with file path manipulation attempts. Note that WAF rules may cause false positives with legitimate page builder operations and require testing before production deployment.
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