CVE-2025-12549
Published: 08 January 2026
Summary
CVE-2025-12549 is a high-severity PHP Remote File Inclusion (CWE-98) vulnerability. Its CVSS base score is 8.1 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 39.6th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
Deeper analysis
CVE-2025-12549 is an Improper Control of Filename for Include/Require Statement in PHP Program vulnerability, known as PHP Remote File Inclusion, which enables PHP Local File Inclusion in the magentech Rozy - Flower Shop WordPress theme. This issue affects all versions of the Rozy - Flower Shop theme from n/a through 1.2.25 and is associated with CWE-98.
Unauthenticated remote attackers can exploit this vulnerability over the network with high attack complexity, requiring no privileges or user interaction. Successful exploitation leads to high impacts on confidentiality, integrity, and availability, as reflected in the CVSS v3.1 base score of 8.1 (AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H).
The Patchstack advisory provides details on this Local File Inclusion vulnerability in the WordPress Rozy - Flower Shop theme version 1.2.25; security practitioners should consult https://patchstack.com/database/Wordpress/Theme/rozy/vulnerability/wordpress-rozy-flower-shop-theme-1-2-25-local-file-inclusion-vulnerability?_s_id=cve for mitigation guidance and patches.
OWASP Top 10 for Web (2025)
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-1457
Vulnerability details
Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in magentech Rozy - Flower Shop rozy allows PHP Local File Inclusion.This issue affects Rozy - Flower Shop: from n/a through <= 1.2.25.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
LFI/RFI in public-facing PHP/WordPress app directly enables remote exploitation (T1190) and web shell/code execution (T1505.003).
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly remediates the PHP Local File Inclusion flaw in the Rozy WordPress theme by applying patches or updates to versions <=1.2.25.
Validates and sanitizes user-supplied filename parameters in PHP include/require statements to block arbitrary local file inclusion.
Enforces secure PHP configuration settings such as open_basedir restrictions and disabling allow_url_include to limit file access scope.