CVE-2025-68886
Deferred Deferred - Pending Action
PHP Local File Inclusion in Cookiteer

Publication date: 2026-06-02

Last updated on: 2026-06-02

Assigner: Patchstack

Description
Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in androThemes Cookiteer allows PHP Local File Inclusion. This issue affects Cookiteer: from n/a through 1.4.8.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-02
Last Modified
2026-06-02
Generated
2026-06-22
AI Q&A
2026-06-02
EPSS Evaluated
2026-06-21
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
androthemes cookiteer From 1.0.0 (inc) to 1.4.8 (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
Compliance Impact

The Local File Inclusion (LFI) vulnerability in the Cookiteer WordPress theme can lead to the exposure of sensitive data such as database credentials and potentially a full database takeover. This exposure of sensitive information could result in non-compliance with data protection regulations like GDPR and HIPAA, which require the protection of personal and sensitive data from unauthorized access.

Because attackers can exploit this vulnerability to access confidential information, organizations using the affected theme may face increased risk of data breaches, which can lead to regulatory penalties and loss of trust.

Executive Summary

CVE-2025-68886 is a Local File Inclusion (LFI) vulnerability in the WordPress Cookiteer Theme, versions 1.4.8 and below. It arises from improper control of filenames used in PHP include or require statements, allowing attackers to include local files on the target website.

This flaw enables attackers to potentially access sensitive files on the server, such as configuration files or database credentials, by tricking the application into loading unintended files.

Impact Analysis

Exploitation of this vulnerability can lead to serious security impacts including exposure of sensitive data like database credentials.

Depending on the server configuration, attackers may achieve a full database takeover, compromising the integrity, confidentiality, and availability of the affected system.

The vulnerability is actively targeted in mass-exploit campaigns, meaning websites of any size or popularity are at risk.

Mitigation Strategies

Immediate mitigation steps include applying the temporary mitigation rule issued by Patchstack to block attacks targeting this vulnerability.

Since there is no official patch available from the theme developers yet, it is advised to update the Cookiteer theme when a new version is released.

You should also seek assistance from your hosting provider or a developer to help implement these mitigations and monitor your system for exploitation attempts.

Detection Guidance

The CVE-2025-68886 vulnerability is a Local File Inclusion (LFI) flaw in the WordPress Cookiteer Theme (versions 1.4.8 and below). Detection typically involves monitoring for suspicious HTTP requests attempting to include local files via the vulnerable PHP include/require statements.

Since there is no official patch and the vulnerability is actively exploited in mass campaigns, detection can be done by inspecting web server logs for unusual URL parameters or payloads that try to include local files, such as requests containing directory traversal sequences (e.g., ../) or attempts to access sensitive files like /etc/passwd.

Suggested commands to detect potential exploitation attempts include:

  • Using grep to search web server access logs for suspicious patterns: grep -iE "(\.{2}/|etc/passwd|boot.ini|windows/win.ini)" /var/log/apache2/access.log
  • Using curl or wget to test if the site is vulnerable by attempting to include a known local file (only in a controlled environment): curl "http://targetsite.com/?file=../../../../etc/passwd"
  • Using intrusion detection systems (IDS) or web application firewalls (WAF) with rules to detect and block LFI attempts, such as the temporary mitigation rule issued by Patchstack.
Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2025-68886. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart