Asia Garden theme CVE-2026-28063
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 ThemeREX Asia Garden asia-garden allows PHP Local File Inclusion.This issue affects Asia Garden: from n/a through <= 1.3.1.
AnalysisAI
Local file inclusion in ThemeREX Asia Garden WordPress theme (versions ≤1.3.1) allows remote attackers to include and execute arbitrary PHP files on the server. Despite a CVSS base score of 8.1 (High), the EPSS score of 0.15% (36th percentile) indicates low observed exploitation probability in the wild. The vulnerability requires high attack complexity (AC:H) but no authentication (PR:N), enabling unauthenticated remote exploitation under specific conditions. Patchstack database confirmed this LFI vulnerability affecting WordPress installations using this theme.
Technical ContextAI
This is a PHP Remote/Local File Inclusion vulnerability (CWE-98) in the Asia Garden WordPress theme by ThemeREX. The flaw stems from improper control of filename parameters in PHP include/require statements, allowing attackers to manipulate file paths. While classified as 'PHP Remote File Inclusion' in the CVE description, Patchstack tags it as LFI (Local File Inclusion), suggesting the vulnerability enables inclusion of local server files rather than remote URLs. This discrepancy may indicate the vulnerability allows both LFI and RFI depending on PHP configuration (allow_url_include setting). The affected component is a WordPress theme, which typically handles user input for template rendering, asset loading, or dynamic content inclusion without proper path sanitization or validation.
Affected ProductsAI
ThemeREX Asia Garden WordPress theme versions 1.3.1 and earlier are confirmed vulnerable. The CVE notation 'from n/a through <= 1.3.1' indicates all versions up to and including 1.3.1 are affected, though the initial vulnerable version is not documented. This affects WordPress installations using Asia Garden as their active theme. No CPE identifier was provided in the intelligence data. The Patchstack advisory at https://patchstack.com/database/Wordpress/Theme/asia-garden/vulnerability/wordpress-asia-garden-theme-1-3-1-local-file-inclusion-vulnerability provides additional technical details for affected deployments.
RemediationAI
Update Asia Garden theme to version 1.3.2 or later if available (patch version number inferred from vulnerable version ≤1.3.1 but not independently verified from provided data sources). Check the ThemeREX vendor site or WordPress theme repository for the latest secure release. If no patched version exists or immediate update is not feasible, implement the following compensating controls with noted trade-offs: (1) Disable the Asia Garden theme and switch to a well-maintained alternative theme (disrupts site design but eliminates vulnerability). (2) Implement web application firewall (WAF) rules to detect and block LFI attack patterns in HTTP requests targeting theme files, specifically monitoring for directory traversal sequences (../, %2e%2e%2f) and PHP wrapper protocols (php://, file://, data://) in URL parameters (may cause false positives on legitimate requests). (3) Apply PHP hardening by setting open_basedir restrictions to limit file access scope and disable allow_url_include in php.ini (prevents RFI escalation but may break legitimate theme functionality requiring external resource inclusion). Consult the Patchstack advisory at https://patchstack.com/database/Wordpress/Theme/asia-garden/vulnerability/wordpress-asia-garden-theme-1-3-1-local-file-inclusion-vulnerability for vendor-specific guidance.
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