CVE-2026-28091
Received Received - Intake
Local File Inclusion in Coleo ≀1.1.7 Enables Code Execution

Publication date: 2026-03-05

Last updated on: 2026-03-05

Assigner: Patchstack

Description
Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in ThemeREX Coleo coleo allows PHP Local File Inclusion.This issue affects Coleo: from n/a through <= 1.1.7.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-03-05
Last Modified
2026-03-05
Generated
2026-05-07
AI Q&A
2026-03-05
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
themerex coleo to 1.1.7 (inc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
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
Can you explain this vulnerability to me?

CVE-2026-28091 is a Local File Inclusion (LFI) vulnerability in the WordPress Coleo Theme versions up to and including 1.1.7. It allows an unauthenticated attacker to include and display local files from the target website by exploiting improper control of filename for include/require statements in PHP.

This means the attacker can trick the application into loading files from the server that should not be accessible, potentially exposing sensitive information.


How can this vulnerability impact me? :

Exploiting this vulnerability can lead to exposure of sensitive information such as database credentials.

Depending on the website’s configuration, an attacker could achieve a complete database takeover.

Because the vulnerability is unauthenticated and has a high CVSS score of 8.1, it poses a significant risk and likelihood of exploitation.


How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:

I don't know


How can this vulnerability be detected on my network or system? Can you suggest some commands?

[{'type': 'paragraph', 'content': 'This vulnerability allows an unauthenticated attacker to include and display local files from the target website, which can be detected by monitoring for suspicious HTTP requests attempting to exploit Local File Inclusion (LFI).'}, {'type': 'paragraph', 'content': 'You can detect attempts to exploit this vulnerability by searching web server logs for requests containing suspicious parameters that include local file paths or traversal sequences such as "../".'}, {'type': 'list_item', 'content': 'Use grep or similar tools to search access logs for LFI patterns, for example: grep -iE "(\\.|%2e){2,}" /var/log/apache2/access.log'}, {'type': 'list_item', 'content': 'Look for requests targeting the Coleo theme files with parameters that might be used for file inclusion.'}, {'type': 'list_item', 'content': 'Monitor for unusual HTTP GET or POST requests that include file paths or suspicious query strings.'}] [1]


What immediate steps should I take to mitigate this vulnerability?

Since no official patch is currently available for this vulnerability, the immediate recommended step is to apply the mitigation rule issued by Patchstack to block attacks exploiting this Local File Inclusion vulnerability.

Users are strongly advised to implement this mitigation immediately to protect their websites from potential exploitation.

Additionally, consider restricting access to sensitive files on the server and monitoring web traffic for suspicious activity.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart