Severity by source
AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
Authenticated theme LFI (PR:L) reachable remotely but requiring specific conditions (AC:H); primary impact is file disclosure (C:H), with limited integrity via potential poisoning (I:L) and no direct availability impact (A:N).
Primary rating from Vendor (Patchstack).
CVSS VectorVendor: Patchstack
CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
Lifecycle Timeline
2DescriptionCVE.org
Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in Select-Themes Tonda tonda allows PHP Local File Inclusion.This issue affects Tonda: from n/a through <= 2.5.
Articles & Coverage 1
AnalysisAI
Local File Inclusion in the Select-Themes "Tonda" WordPress theme (all versions through 2.5) lets an authenticated attacker with low privileges coerce a PHP include/require statement into loading arbitrary local files on the server. Tracked as CVE-2026-57805 (CWE-98) and reported by Patchstack, it carries a CVSS 7.5 rating and enables disclosure of sensitive files such as wp-config.php, with potential escalation to code execution via log/session poisoning. There is no public exploit identified at time of analysis and it is not listed in CISA KEV.
Technical ContextAI
The affected component is the Tonda commercial WordPress theme (CPE cpe:2.3:a:select-themes:tonda). The root cause is CWE-98, Improper Control of Filename for Include/Require Statement ('PHP Remote/Local File Inclusion'): a PHP include(), require(), include_once() or require_once() call builds its path from attacker-influenceable input (commonly a theme template, layout, or shortcode parameter) without a strict allowlist or path sanitization. Because WordPress themes execute within the full CMS context, an included file is parsed and run as PHP by the web server, meaning any file the PHP process can read may be exposed and, if attacker-controlled content can be written into an includable file, executed.
RemediationAI
No vendor-released patch version is identified at time of analysis; the input only confirms all versions up to and including 2.5 are affected, so monitor Select-Themes/Patchstack (https://patchstack.com/database/Wordpress/Theme/tonda/vulnerability/wordpress-tonda-theme-2-5-local-file-inclusion-vulnerability) and upgrade to the first release above 2.5 once published. Until a fix is available, apply compensating controls: use a WordPress WAF/virtual patch (Patchstack offers one) to block file-inclusion payloads and directory-traversal sequences against theme endpoints; tighten access by disabling open user registration and enforcing least-privilege roles since exploitation requires an authenticated account; and harden PHP by setting open_basedir and allow_url_include=Off to constrain which files the theme can include - noting open_basedir can break plugins that legitimately access paths outside the web root. If the theme is not essential, switch to a maintained theme as the most durable mitigation.
In PHP versions 7.1.x below 7.1.33, 7.2.x below 7.2.24 and 7.3.x below 7.3.11 in certain configurations of FPM setup it
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
The '/common/download_agent_installer.php' script in the Quest KACE System Management Appliance 8.0.318 is accessible by
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
Same weakness CWE-98 – PHP Remote File Inclusion
View allSame technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-43421