CVE-2025-69075
BaseFortify
Publication date: 2026-01-22
Last updated on: 2026-01-29
Assigner: Patchstack
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| ancorathemes | yolox | From 1.0.0 (inc) to 1.0.15 (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-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]
How can this vulnerability impact me? :
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]
How can this vulnerability be detected on my network or system? Can you suggest some commands?
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]
What immediate steps should I take to mitigate this vulnerability?
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]
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
The provided resources do not specify how this vulnerability affects compliance with common standards and regulations such as GDPR or HIPAA.