Soledad WordPress Theme CVE-2025-68066
HIGHSeverity by source
AV:N/AC:H/PR:L/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:L/UI:N/S:U/C:H/I:H/A:H
Lifecycle Timeline
1DescriptionCVE.org
Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in PenciDesign Soledad soledad allows PHP Local File Inclusion.This issue affects Soledad: from n/a through <= 8.7.0.
AnalysisAI
Local file inclusion in PenciDesign Soledad WordPress theme versions through 8.7.0 allows authenticated attackers with low privileges to include and execute arbitrary PHP files via improper filename control in include/require statements. Attack complexity is high (AC:H), requiring specific server configuration or authenticated access to exploit. No active exploitation confirmed at time of analysis, but vulnerability class (CWE-98) is commonly targeted once POC becomes available. EPSS data not provided; exploitation status unknown beyond vendor disclosure.
Technical ContextAI
This vulnerability stems from improper validation of user-supplied input used in PHP include() or require() statements (CWE-98). WordPress themes commonly use dynamic file inclusion for template loading and plugin integrations. When user-controllable data is passed to these functions without adequate sanitization, attackers can manipulate the file path to reference arbitrary local files. Unlike remote file inclusion (RFI), which requires allow_url_include=On in PHP configuration, local file inclusion (LFI) works on default PHP installations. The vulnerability exists in the Soledad theme codebase, a commercial WordPress theme by PenciDesign used for magazine and blog sites. Successful exploitation depends on finding an input vector (query parameter, POST data, or authenticated admin function) that passes unsanitized data to a file inclusion function, combined with knowledge of server filesystem paths or use of path traversal techniques.
Affected ProductsAI
PenciDesign Soledad WordPress theme versions from unknown starting point through version 8.7.0. CPE data not provided in input. The vulnerability affects installations where the theme is active on WordPress sites. Vendor advisory available at Patchstack database: https://patchstack.com/database/Wordpress/Theme/soledad/vulnerability/wordpress-soledad-theme-8-7-0-local-file-inclusion-vulnerability. Specific WordPress core version dependencies not documented, but theme is designed for modern WordPress installations (likely 5.x-6.x range based on commercial theme development practices).
RemediationAI
Upgrade Soledad theme to version 8.7.1 or later if available. Check PenciDesign's official website or ThemeForest marketplace for the patched release. Patchstack disclosure at https://patchstack.com/database/Wordpress/Theme/soledad/vulnerability/wordpress-soledad-theme-8-7-0-local-file-inclusion-vulnerability confirms the issue but advisory does not specify exact fix version - verify current release notes from PenciDesign. If immediate patching is not feasible, implement compensating controls: restrict WordPress user roles to eliminate Subscriber and Contributor accounts (reducing PR:L attack surface to Administrators only), deploy web application firewall (WAF) rules to block common LFI patterns in query parameters (../, %2e%2e%2f, php://filter wrappers), enable PHP open_basedir restrictions to limit file access to WordPress installation directory and /tmp, and monitor access logs for suspicious file path manipulation attempts. These mitigations reduce but do not eliminate risk - they introduce administrative overhead (role management) and may cause false positives (WAF blocking legitimate requests). Theme replacement with alternatives should be considered if vendor does not release timely security updates.
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 allSame technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today