Dessau WordPress Theme CVE-2025-39463
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
6DescriptionCVE.org
Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in Select-Themes Dessau dessau allows PHP Local File Inclusion.This issue affects Dessau: from n/a through < 1.9.
AnalysisAI
Local file inclusion in the Dessau WordPress theme (versions up to 1.8) enables authenticated attackers with low-level privileges to read arbitrary files from the server filesystem via manipulated file inclusion paths. With attack complexity rated high (AC:H), successful exploitation requires specific conditions but grants access to sensitive configuration files, credentials, and potentially enables further attacks including remote code execution if combined with log poisoning or file upload capabilities. EPSS exploitation probability is low (0.14%, 35th percentile) with no confirmed active exploitation or public proof-of-concept code identified at time of analysis.
Technical ContextAI
This vulnerability stems from improper validation of user-supplied input in PHP file inclusion functions (include, require, include_once, or require_once), classified as CWE-98 (Improper Control of Filename for Include/Require Statement). Despite the CVE title referencing 'Remote File Inclusion,' the vulnerability is actually Local File Inclusion (LFI) as confirmed by tags and Patchstack classification. The Dessau WordPress theme, distributed by Select-Themes, fails to sanitize file path parameters before passing them to PHP inclusion statements. Attackers can manipulate these paths using directory traversal sequences (../) or absolute paths to include arbitrary local files. In WordPress environments, common targets include wp-config.php (database credentials), .htaccess files, system logs, and other sensitive configuration files. The affected product is specifically the Dessau WordPress theme running on PHP-based WordPress installations.
Affected ProductsAI
The vulnerability affects the Dessau WordPress theme developed by Select-Themes, specifically all versions from initial release through version 1.8. Version 1.9 contains the fix. This is a commercial or premium WordPress theme, not distributed through the official WordPress.org theme repository based on the Select-Themes attribution. Organizations can verify their installation by checking the theme version in WordPress admin dashboard under Appearance > Themes, or by inspecting the style.css file in the theme directory for version information. The Patchstack database entry at https://patchstack.com/database/Wordpress/Theme/dessau/vulnerability/wordpress-dessau-theme-1-9-local-file-inclusion-vulnerability provides vendor-specific details and detection signatures.
RemediationAI
Immediately upgrade the Dessau WordPress theme to version 1.9 or later, which contains vendor-released patches addressing the file inclusion vulnerability. Theme updates can typically be performed through the WordPress admin dashboard (Appearance > Themes > Update) if automatic updates are configured, or by manually downloading version 1.9+ from Select-Themes and uploading via FTP/SFTP to the wp-content/themes/dessau directory. Before upgrading, create full backups of the theme directory and database to enable rollback if compatibility issues arise. If immediate patching is not feasible, implement these compensating controls with noted limitations: (1) Restrict WordPress user registration and revoke unnecessary contributor/author-level accounts, reducing the PR:L attack prerequisite-this provides defense-in-depth but does not eliminate risk from compromised accounts. (2) Deploy web application firewall (WAF) rules to detect and block directory traversal patterns (../, absolute paths, null bytes) in request parameters-effectiveness depends on WAF signature quality and may cause false positives requiring tuning. (3) Enable PHP open_basedir restrictions in php.ini or .htaccess to confine file operations to WordPress directories-note this may break legitimate theme functionality requiring testing in staging environment first. (4) Implement file integrity monitoring (FIM) on sensitive files like wp-config.php to detect unauthorized access attempts-provides detection not prevention. Consult the Patchstack advisory at https://patchstack.com/database/Wordpress/Theme/dessau/vulnerability/wordpress-dessau-theme-1-9-local-file-inclusion-vulnerability for additional vendor-specific guidance and indicators of compromise.
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