CVE-2026-22395
Local File Inclusion Vulnerability in Mikado-Themes Fiorello
Publication date: 2026-03-05
Last updated on: 2026-03-09
Assigner: Patchstack
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| mikado-themes | fiorello | From 1.0|end_including=1.0 (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
Can you explain this vulnerability to me?
CVE-2026-22395 is a Local File Inclusion (LFI) vulnerability found in the WordPress Fiorello Theme versions up to and including 1.0. This vulnerability allows unauthenticated attackers to include and display local files from the target website by exploiting improper control of filenames in PHP include/require statements.
The vulnerability falls under the OWASP Top 10 category A3: Injection and specifically involves PHP Remote File Inclusion techniques that lead to Local File Inclusion.
How can this vulnerability impact me? :
[{'type': 'paragraph', 'content': 'Exploitation of this vulnerability can lead to exposure of sensitive files on the target website, such as those containing database credentials.'}, {'type': 'paragraph', 'content': "This exposure could potentially enable a complete database takeover depending on the site's configuration, posing a high security risk."}] [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': 'The 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': 'While no specific commands are provided, typical detection methods include analyzing web server logs for requests containing suspicious parameters that attempt to include local files, such as those with directory traversal patterns (e.g., "../") or attempts to include sensitive files like "/etc/passwd" or configuration files.'}, {'type': 'paragraph', 'content': 'Network intrusion detection systems (NIDS) or web application firewalls (WAF) can be configured to detect and alert on such LFI attack patterns.'}] [1]
What immediate steps should I take to mitigate this vulnerability?
Since no official patch is currently available for this vulnerability, immediate mitigation involves applying the mitigation rule issued by Patchstack to block attacks targeting this Local File Inclusion vulnerability.
Users are advised to implement this mitigation rule on their websites to protect against exploitation until an official patch is released and tested.
Additionally, monitoring and restricting access to sensitive files and ensuring proper input validation and sanitization can help reduce risk.