CVE-2025-69075
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2026-01-22

Last updated on: 2026-01-29

Assigner: Patchstack

Description
Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in AncoraThemes Yolox yolox allows PHP Local File Inclusion.This issue affects Yolox: from n/a through <= 1.0.15.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-01-22
Last Modified
2026-01-29
Generated
2026-06-16
AI Q&A
2026-01-22
EPSS Evaluated
2026-06-14
NVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
ancorathemes yolox From 1.0.0 (inc) to 1.0.15 (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-2025-69075 is a Local File Inclusion (LFI) vulnerability in the WordPress Yolox Theme versions up to 1.0.15. It allows unauthenticated attackers to include and display local files from the target website by exploiting improper control of filename parameters in PHP include/require statements. This can expose sensitive files such as those containing database credentials. [1]

Impact Analysis

This vulnerability can lead to exposure of sensitive files on the affected website, including database credentials. Depending on the site's configuration, attackers could potentially take over the entire database. This poses a significant security risk, potentially compromising the confidentiality and integrity of the website and its data. [1]

Detection Guidance

Detection of this Local File Inclusion (LFI) vulnerability can be done by monitoring web server logs for suspicious requests attempting to include local files, such as requests containing directory traversal patterns (e.g., '../') or attempts to access sensitive files like /etc/passwd. Specific commands depend on your environment, but for example, you can use grep on your web server access logs to find such patterns: grep -E "(\.{2}/|etc/passwd|boot.ini)" /var/log/apache2/access.log. Additionally, using web application firewalls (WAF) with rules targeting this vulnerability can help detect and block exploitation attempts. Patchstack provides mitigation rules that can be applied to detect and block attacks targeting this flaw. [1]

Mitigation Strategies

Immediate mitigation steps include applying the Patchstack mitigation rule designed to block attacks targeting this Local File Inclusion vulnerability until an official patch is released. Additionally, restrict file inclusion functionality in the PHP configuration if possible, and monitor your web server logs for suspicious activity. Consider disabling or restricting the vulnerable theme (Yolox versions up to 1.0.15) until a fixed version is available. Employing a web application firewall (WAF) with rules to block LFI attempts is also recommended to protect your site. [1]

Compliance Impact

The provided resources do not specify how this vulnerability affects compliance with common standards and regulations such as GDPR or HIPAA.

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