CVE-2026-28030
Published: 05 March 2026
Description
Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in ThemeREX Bonbon bonbon allows PHP Local File Inclusion.This issue affects Bonbon: from n/a through <= 1.6.
Mitigating Controls (NIST 800-53 r5)AI
Directly prevents LFI by requiring validation of user-supplied filenames and paths before use in PHP include/require statements.
Addresses the specific flaw in ThemeREX Bonbon theme through timely identification, reporting, and patching up to version 1.6.
Enforces restrictive PHP configuration settings like open_basedir and disabled allow_url_include to limit arbitrary local file access.
Security SummaryAI
CVE-2026-28030 is an Improper Control of Filename for Include/Require Statement vulnerability in PHP programs, described as PHP Remote File Inclusion but enabling PHP Local File Inclusion (CWE-98), affecting the ThemeREX Bonbon WordPress theme in versions from n/a through 1.6.
The vulnerability has a CVSS v3.1 base score of 8.1 (AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H), indicating exploitation over the network by unauthenticated attackers (PR:N) with high attack complexity (AC:H) and no user interaction required (UI:N). Successful exploitation can result in high impacts to confidentiality, integrity, and availability.
Mitigation details are available in the Patchstack advisory at https://patchstack.com/database/Wordpress/Theme/bonbon/vulnerability/wordpress-bonbon-theme-1-6-local-file-inclusion-vulnerability?_s_id=cve.
Details
- CWE(s)
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
LFI vulnerability in public-facing WordPress theme enables remote exploitation (T1190) and arbitrary local file reads for data collection (T1005).