CVE-2026-27988
Received Received - Intake
Local File Inclusion Vulnerability in ThemeREX Equadio

Publication date: 2026-03-05

Last updated on: 2026-03-06

Assigner: Patchstack

Description
Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in ThemeREX Equadio equadio allows PHP Local File Inclusion.This issue affects Equadio: from n/a through <= 1.1.3.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-03-05
Last Modified
2026-03-06
Generated
2026-06-10
AI Q&A
2026-03-05
EPSS Evaluated
2026-06-09
NVD
EUVD
Affected Vendors & Products
Showing 2 associated CPEs
Vendor Product Version / Range
themerex equadio From 1.0.0 (inc) to 1.1.3 (inc)
themerex equadio to 1.1.3 (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 Quick Actions
Instant insights powered by AI
Executive Summary

CVE-2026-27988 is a Local File Inclusion (LFI) vulnerability in the WordPress Equadio Theme versions up to and including 1.1.3. It allows unauthenticated attackers to exploit improper control of filename for include/require statements in PHP, enabling them to include and display local files from the target website.

This vulnerability falls under the OWASP Top 10 category A3: Injection, meaning it involves injecting malicious input to manipulate the application.

Impact Analysis

Exploitation of this vulnerability can expose sensitive files on the target website, such as those containing database credentials.

This exposure could potentially lead to a complete database takeover depending on the website’s configuration.

Since the vulnerability requires no authentication to exploit, it poses a high risk and urgency for mitigation.

Compliance Impact

I don't know

Detection Guidance

[{'type': 'paragraph', 'content': 'This vulnerability allows unauthenticated attackers 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': 'Common detection methods include inspecting web server logs for requests containing suspicious parameters that reference local files, such as those including directory traversal patterns (e.g., ../) or attempts to include sensitive files like /etc/passwd or configuration files.'}, {'type': 'paragraph', 'content': 'Example commands to detect potential exploitation attempts include:'}, {'type': 'list_item', 'content': 'Using grep to search web server access logs for suspicious LFI patterns: grep -iE "(\\.{2}/|etc/passwd|config)" /var/log/apache2/access.log'}, {'type': 'list_item', 'content': 'Using curl or wget to test if the site is vulnerable by attempting to include a local file (only in a controlled, authorized environment): curl "http://targetsite.com/?file=../../../../etc/passwd"'}, {'type': 'list_item', 'content': 'Monitoring for unusual error messages or file contents in HTTP responses that indicate local files are being included.'}] [1]

Mitigation Strategies

Since no official patch is currently available for this vulnerability, immediate mitigation involves implementing the Patchstack mitigation rule designed to block attacks exploiting this Local File Inclusion flaw.

Users are strongly advised to apply this mitigation rule as soon as possible to protect their websites from unauthenticated attackers attempting to exploit the vulnerability.

Additionally, general best practices include restricting file inclusion functions, validating and sanitizing user inputs, and monitoring web traffic for suspicious activity.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-27988. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart