Blanka WordPress Theme CVE-2025-48090
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
Path Traversal: '.../...//' vulnerability in CocoBasic Blanka - One Page WordPress Theme blanka-wp allows PHP Local File Inclusion.This issue affects Blanka - One Page WordPress Theme: from n/a through < 1.5.
AnalysisAI
Path traversal in Blanka WordPress theme versions before 1.5 enables unauthenticated remote attackers to include arbitrary PHP files from the server filesystem via malformed directory sequences ('.../...//'). Despite high CVSS 8.1, real-world exploitation requires specific server conditions (attack complexity high). EPSS score of 0.07% (20th percentile) indicates low observed exploitation likelihood. No CISA KEV listing or public POC identified at time of analysis, suggesting limited active targeting despite theoretical severity.
Technical ContextAI
This is a path traversal vulnerability (CWE-35: Path Traversal: '.../.../') in a WordPress theme. The flaw allows attackers to bypass typical directory traversal filters by using non-standard path sequences ('.../...//' instead of common '../') to navigate the filesystem. When successfully exploited, this becomes a Local File Inclusion (LFI) vulnerability allowing inclusion of arbitrary PHP files. WordPress themes process user input for template loading and asset serving; insufficient sanitization of file path parameters permits traversal outside intended directories. The vulnerability exists in the Blanka theme's file handling code, likely in asset loading, template processing, or AJAX handlers. CPE applicability: cpe:2.3:a:cocobasic:blanka:*:*:*:*:*:wordpress:*:* versions below 1.5.
Affected ProductsAI
CocoBasic Blanka One Page WordPress Theme versions from earliest release through version 1.4.x are confirmed vulnerable per NVD CPE data. The vulnerability was addressed in version 1.5 according to Patchstack advisory. Affected installations are WordPress sites running Blanka theme versions below 1.5. Vendor advisory and patch details available at Patchstack database: https://patchstack.com/database/Wordpress/Theme/blanka-wp/vulnerability/wordpress-blanka-one-page-wordpress-theme-theme-1-5-local-file-inclusion-vulnerability.
RemediationAI
Upgrade Blanka WordPress theme to version 1.5 or later immediately. Download patched version through WordPress theme repository or directly from CocoBasic. Complete upgrade process: backup site, deactivate theme if possible, upload version 1.5, verify functionality, clear all caches. If immediate upgrade is not feasible, implement defense-in-depth compensating controls: configure web application firewall (WAF) rules to block requests containing unusual path traversal patterns ('.../...//', encoded variants, repeated dots); enable PHP open_basedir restrictions to confine file access to WordPress installation directory and uploads folder (note: may break legitimate plugins requiring broader filesystem access); audit and restrict file permissions so web server user cannot read sensitive system files outside WordPress directories; implement request logging for theme file paths to detect exploitation attempts. All workarounds reduce but do not eliminate risk - upgrading to 1.5 is the only complete remediation. Advisory reference: https://patchstack.com/database/Wordpress/Theme/blanka-wp/vulnerability/wordpress-blanka-one-page-wordpress-theme-theme-1-5-local-file-inclusion-vulnerability.
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-35 – Path Traversal: '.../...//'
View allSame technique Path Traversal
View allShare
External POC / Exploit Code
Leaving vuln.today