CVE-2026-28064
Local File Inclusion Vulnerability in Edge Decor Theme
Publication date: 2026-03-05
Last updated on: 2026-03-05
Assigner: Patchstack
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| themerex | edge_decor | to 2.2 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-98 | The PHP application receives input from an upstream component, but it does not restrict or incorrectly restricts the input before its usage in "require," "include," or similar functions. |
Attack-Flow Graph
AI Powered Q&A
How can this vulnerability impact me? :
[{'type': 'paragraph', 'content': 'The vulnerability can lead to the exposure of sensitive files and credentials on the affected website.'}, {'type': 'paragraph', 'content': "Depending on the website's configuration, an attacker could potentially take over the entire database."}, {'type': 'paragraph', 'content': 'Since no authentication is required to exploit this flaw, it poses a high security risk.'}] [1]
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
Can you explain this vulnerability to me?
CVE-2026-28064 is a Local File Inclusion (LFI) vulnerability found in the WordPress Edge Decor Theme versions up to and including 2.2.
This vulnerability allows an unauthenticated attacker to include and display local files from the target website by exploiting improper control of filename parameters in PHP include/require statements.
As a result, sensitive information such as database credentials can be exposed.
How can this vulnerability be detected on my network or system? Can you suggest some commands?
[{'type': 'paragraph', 'content': 'CVE-2026-28064 is a Local File Inclusion (LFI) vulnerability affecting the WordPress Edge Decor Theme versions up to 2.2. Detection typically involves monitoring for attempts to exploit the LFI flaw by including local files via crafted HTTP requests.'}, {'type': 'paragraph', 'content': 'While no specific commands are provided in the available resources, common detection methods include inspecting web server logs for suspicious requests containing file inclusion patterns such as "../" sequences or attempts to access sensitive files like /etc/passwd or wp-config.php.'}, {'type': 'paragraph', 'content': 'Network intrusion detection systems (NIDS) or web application firewalls (WAF) can be configured to alert on such patterns. Additionally, applying the Patchstack mitigation rule can help detect and block exploitation attempts.'}] [1]
What immediate steps should I take to mitigate this vulnerability?
Since there is no official patch available for CVE-2026-28064, immediate mitigation involves applying the Patchstack mitigation rule released to block exploitation attempts.
It is recommended to implement automated vulnerability mitigation services provided by Patchstack to safeguard affected WordPress sites running the Edge Decor Theme versions up to 2.2.
Additionally, consider restricting access to sensitive files on the server, monitoring logs for suspicious activity, and planning to update or replace the vulnerable theme once an official fix is released.