CVE-2025-69118
Deferred Deferred - Pending Action
Unauthenticated Local File Inclusion in CopyPress

Publication date: 2026-06-17

Last updated on: 2026-06-17

Assigner: Patchstack

Description
Unauthenticated Local File Inclusion in CopyPress <= 1.4.5 versions.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-17
Last Modified
2026-06-17
Generated
2026-06-17
AI Q&A
2026-06-17
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Currently, no data is known.
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-69118 is a high-priority Local File Inclusion (LFI) vulnerability found in the WordPress CopyPress Theme versions 1.4.5 and below.

This flaw allows an attacker to include local files on the target website without needing any authentication or privileges.

Exploiting this vulnerability could expose sensitive data such as database credentials and potentially lead to a complete database takeover depending on the website's configuration.

Impact Analysis

This vulnerability can have severe impacts including unauthorized access to sensitive files and data on your website.

Attackers could extract critical information like database credentials, which may lead to a full database takeover.

Since the vulnerability is unauthenticated, it can be exploited by anyone without needing login credentials, increasing the risk of mass exploitation.

This could result in data breaches, loss of data integrity, and availability issues for your website.

Mitigation Strategies

The vulnerability affects WordPress CopyPress Theme versions 1.4.5 and below and allows unauthenticated Local File Inclusion (LFI) attacks.

Immediate mitigation steps include:

  • Update the CopyPress theme to a version above 1.4.5 if available.
  • If no official patch is available, apply the mitigation rule issued by Patchstack to block attacks targeting this vulnerability.
  • Seek assistance from your hosting provider or a web developer to implement temporary protections.
Compliance Impact

The vulnerability allows unauthenticated attackers to include local files on the target website, potentially exposing sensitive data such as database credentials. This exposure could lead to a complete database takeover depending on the configuration.

Such unauthorized access and potential data exposure can result in violations of data protection regulations and standards like GDPR and HIPAA, which require safeguarding sensitive personal and health information against unauthorized access and breaches.

Therefore, exploitation of this vulnerability could compromise compliance with these regulations by exposing sensitive data and failing to maintain adequate security controls.

Detection Guidance

The vulnerability CVE-2025-69118 is an unauthenticated Local File Inclusion (LFI) flaw in the WordPress CopyPress Theme versions 1.4.5 and below. Detection typically involves monitoring for suspicious HTTP requests attempting to include local files via the vulnerable theme.

Since the vulnerability allows attackers to include local files without authentication, detection can be done by inspecting web server logs for requests containing typical LFI payload patterns such as attempts to access files like /etc/passwd or other sensitive files.

  • Use tools like grep or similar to search web server access logs for suspicious parameters or file inclusion attempts, for example:
  • grep -iE "(etc/passwd|\../|\.%2e/)" /var/log/apache2/access.log
  • Use web vulnerability scanners or specialized LFI detection tools to scan the target website for this vulnerability.

Note that as of now, there is no official patch available, but Patchstack has issued mitigation rules to block attacks. Immediate monitoring and blocking suspicious requests is advised.

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