CVE-2026-28011
Received Received - Intake
Local File Inclusion in ThemeREX Yottis

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 Yottis yottis allows PHP Local File Inclusion.This issue affects Yottis: from n/a through <= 1.0.10.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-03-05
Last Modified
2026-03-06
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 yottis to 1.0.10 (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-28011 is a Local File Inclusion (LFI) vulnerability found in the WordPress Yottis Theme versions up to and including 1.0.10. This vulnerability allows an unauthenticated attacker to include and display local files from the target website.

By exploiting this flaw, an attacker can access sensitive information stored in local files, such as database credentials, which could lead to further compromise of the website.

The vulnerability is caused by improper control of filenames used in PHP include or require statements, allowing attackers to manipulate the file path.


How can this vulnerability impact me? :

[{'type': 'paragraph', 'content': 'This vulnerability can have severe impacts including unauthorized access to sensitive files on the server.'}, {'type': 'paragraph', 'content': "An attacker could potentially obtain database credentials and other confidential information, which might lead to a complete database takeover depending on the website's configuration."}, {'type': 'paragraph', 'content': 'Such a compromise can result in data breaches, loss of data integrity, and disruption of website services.'}] [1]


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) patterns.'}, {'type': 'paragraph', 'content': 'You can detect attempts to exploit this vulnerability by inspecting web server logs for requests containing suspicious parameters that try to include local files, such as those with directory traversal sequences (e.g., ../) or attempts to include sensitive files like /etc/passwd.'}, {'type': 'paragraph', 'content': 'Example commands to detect such attempts include:'}, {'type': 'list_item', 'content': 'Using grep to search web server access logs for LFI patterns: grep -iE "(\\.{2}/|etc/passwd|boot.ini)" /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 on systems you own or have permission to test): curl "http://yourwebsite.com/?page=../../../../etc/passwd"'}, {'type': 'list_item', 'content': 'Using intrusion detection systems or web application firewalls (WAF) with rules to detect and alert on LFI attack patterns.'}] [1]


What immediate steps should I take to mitigate this vulnerability?

Since no official patch is currently available for the affected Yottis theme versions up to 1.0.10, immediate mitigation steps are critical to protect your website.

  • Apply the mitigation rule issued by Patchstack to block attacks targeting this vulnerability until an official patch is released.
  • Restrict access to sensitive files and directories on your web server using proper file permissions and web server configuration.
  • Implement a Web Application Firewall (WAF) with rules to detect and block Local File Inclusion attempts.
  • Monitor your web server logs for suspicious activity and respond promptly to any detected exploitation attempts.
  • Consider temporarily disabling or replacing the vulnerable theme if possible until a secure version is available.

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