CVE-2026-28048
Published: 05 March 2026
Description
Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in magentech FlashMart flashmart allows PHP Local File Inclusion.This issue affects FlashMart: from n/a through <= 2.0.15.
Mitigating Controls (NIST 800-53 r5)AI
Directly requires timely identification, reporting, and correction of the specific flaw in the FlashMart theme's PHP include/require statements.
Mandates validation of filename inputs to the PHP include/require functions, directly addressing the inadequate validation causing this LFI vulnerability.
Requires scanning for vulnerabilities like this CVE in the WordPress theme, enabling prioritization and remediation before exploitation.
Security SummaryAI
CVE-2026-28048 is an Improper Control of Filename for Include/Require Statement in PHP Program vulnerability, described as PHP Remote File Inclusion but enabling PHP Local File Inclusion, affecting the magentech FlashMart WordPress theme in versions from n/a through 2.0.15. This flaw, tied to CWE-98, stems from inadequate validation of filenames in PHP include/require statements within the theme.
The vulnerability carries a CVSS 3.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 without user interaction, though it requires high attack complexity. Successful exploitation allows attackers to include arbitrary local files, potentially resulting in high-impact confidentiality violations through data disclosure, integrity compromises via file manipulation, and availability disruptions, with risks escalating to remote code execution if executable PHP files are included.
Patchstack's advisory documents this as a local file inclusion vulnerability in the WordPress FlashMart theme version 2.0.15, providing vulnerability details and likely mitigation guidance via theme updates or patches, accessible at https://patchstack.com/database/Wordpress/Theme/flashmart/vulnerability/wordpress-flashmart-theme-2-0-15-local-file-inclusion-vulnerability?_s_id=cve.
Details
- CWE(s)
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
The vulnerability is a public-facing LFI in a WordPress theme exploitable remotely by unauthenticated attackers (T1190), directly enabling unauthorized access to and collection of data from local system files (T1005).