CVE-2025-69400
Local File Inclusion in ThemeREX Yokoo
Publication date: 2026-02-20
Last updated on: 2026-02-24
Assigner: Patchstack
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| themerex | yokoo | From 1.0.0 (inc) to 1.1.11 (inc) |
| themerex | yokoo | to 1.1.11 (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-2025-69400 is a Local File Inclusion (LFI) vulnerability found in the WordPress Yokoo Theme versions up to and including 1.1.11. It allows unauthenticated attackers to exploit improper control of filename parameters in PHP include/require statements, enabling them to include and display local files from the target website.
This means attackers can access sensitive files on the server that should not be publicly accessible.
How can this vulnerability impact me? :
[{'type': 'paragraph', 'content': 'Exploitation of this vulnerability can lead to exposure of sensitive information such as database credentials.'}, {'type': 'paragraph', 'content': "Depending on the website's configuration, attackers could potentially take over the entire database."}, {'type': 'paragraph', 'content': 'This could result in data breaches, loss of data integrity, and unauthorized access to critical backend systems.'}] [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?
This vulnerability allows unauthenticated attackers to include and display local files from the target website, which may be detected by monitoring for suspicious HTTP requests attempting to exploit Local File Inclusion (LFI) patterns.
While no specific commands are provided in the resources, typical detection methods include inspecting web server logs for requests containing suspicious parameters that attempt to include local files, such as those containing directory traversal sequences (e.g., ../) or attempts to access sensitive files.
Additionally, applying Patchstackβs mitigation rule can help block attacks targeting this vulnerability and may provide detection or logging capabilities.
What immediate steps should I take to mitigate this vulnerability?
Since no official patch is currently available for the Yokoo theme, the immediate recommended step is to apply Patchstackβs mitigation rule to block attacks targeting this Local File Inclusion vulnerability.
Users should implement this mitigation immediately to protect their sites from exploitation until an official patch is released.