Summary
CVE-2026-28152 is an unauthenticated Local File Inclusion (LFI) vulnerability in Tonda Core, the companion plugin bundled with the Tonda WordPress theme by Select-Themes. The flaw stems from improper control of filenames used in PHP include/require statements, allowing an attacker to influence which server-side files are loaded and executed. It carries a CVSS v3.1 base score of 8.1 (High) and requires no authentication or user interaction to exploit.
Technical details
- Root cause: Improper control of filename for include/require statement in PHP (CWE-98) within Tonda Core.
- Trigger conditions: An attacker-supplied value is passed into a PHP file inclusion routine without adequate validation or sanitization, allowing path/filename manipulation.
- Attack vector: Network-based, unauthenticated; no privileges or user interaction required (attack complexity is rated High).
- Impact: Successful exploitation can lead to disclosure of sensitive local files and, depending on server configuration, execution of arbitrary PHP code, with high impact to confidentiality, integrity, and availability of the affected site.
Affected software
- Tonda Core (Select-Themes) — all versions prior to 2.6
Severity
- CVSS v3.1 Base Score: 8.1 (High)
- Vector:
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
Mitigation and recommended actions
- Immediate: Update the Tonda Core plugin/theme component to version 2.6 or later, where the file inclusion handling has been fixed.
- If immediate patching isn’t possible: Restrict direct web access to theme/plugin PHP files via web server rules, disable unused include-related functionality, and monitor for anomalous requests targeting theme file-loading parameters until the update can be applied.
How IONIX identifies potentially affected assets
IONIX matches the following signal against data already collected when it crawled the asset; identifying the technology sends no request beyond that crawl.
- Raw response body:
/wp-content/themes/tonda/

