CVE-2025-69165
Deferred Deferred - Pending Action
Unauthenticated Local File Inclusion in Choreo

Publication date: 2026-06-17

Last updated on: 2026-06-17

Assigner: Patchstack

Description
Unauthenticated Local File Inclusion in Choreo <= 1.6 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
Showing 1 associated CPE
Vendor Product Version / Range
patchstack choreo to 1.6 (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-69165 is a Local File Inclusion (LFI) vulnerability found in the WordPress Choreo Theme versions 1.6 and below.

This vulnerability allows unauthenticated attackers to include local files on the target website.

Exploiting this flaw can expose sensitive data such as database credentials and may lead to a full database takeover.

Impact Analysis

The vulnerability poses a significant risk with a CVSS score of 8.1, indicating high severity.

An attacker can exploit this flaw without authentication to access local files, potentially exposing sensitive information.

This can lead to a full database takeover, compromising the integrity, confidentiality, and availability of your website's data.

The vulnerability is actively exploited in mass campaigns targeting thousands of websites, increasing the urgency to address it.

No official patch is available yet, but mitigation rules exist to block attacks temporarily.

Detection Guidance

The vulnerability is a Local File Inclusion (LFI) in the WordPress Choreo Theme versions 1.6 and below, which allows unauthenticated attackers to include local files on the target website.

Detection typically involves monitoring for suspicious HTTP requests attempting to access local files via the vulnerable theme endpoints.

While no specific commands are provided in the resources, common detection methods include reviewing web server logs for unusual URL patterns that include file path traversal sequences (e.g., ../) or requests targeting the Choreo theme files.

You may use commands like the following to search logs for potential exploitation attempts:

  • grep -i "\.\./" /var/log/apache2/access.log
  • grep -i "choreo" /var/log/apache2/access.log
  • tail -f /var/log/apache2/access.log | grep --line-buffered "\.\./"

Additionally, network intrusion detection systems (NIDS) or web application firewalls (WAF) with rules targeting LFI patterns can help detect exploitation attempts.

Mitigation Strategies

Immediate mitigation steps include applying any available updates to the WordPress Choreo Theme to a version higher than 1.6 once released.

Since no official patch is currently available, it is recommended to implement the mitigation rule provided by Patchstack to block attacks targeting this vulnerability.

Other recommended actions include seeking assistance from your hosting provider or a developer to apply temporary protections.

Using automated mitigation tools or web application firewalls that can block LFI attack patterns can help protect your website until an official fix is released.

Compliance Impact

The vulnerability allows unauthenticated attackers to include local files on the target website, potentially exposing sensitive data such as database credentials and leading to a full database takeover.

Exposure of sensitive data due to this vulnerability could lead to non-compliance with data protection regulations and standards like GDPR and HIPAA, which require safeguarding personal and sensitive information.

Organizations using affected versions of the Choreo theme may face increased risk of data breaches, which can result in regulatory penalties and loss of trust.

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