CVE-2025-69115
Deferred Deferred - Pending Action
BaseFortify

Publication date: 2026-06-17

Last updated on: 2026-06-17

Assigner: Patchstack

Description
Unauthenticated Local File Inclusion in LuxMed | Medicine & Healthcare Doctor WordPress Theme <= 1.2.2 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
luxmed medicine_healthcare_doctor_wordpress_theme to 1.2.2 (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

The vulnerability CVE-2025-69115 affects the WordPress theme "LuxMed | Medicine & Healthcare Doctor WordPress Theme" version 1.2.2 or lower. It is a Local File Inclusion (LFI) flaw that allows an unauthenticated attacker to include local files on the target website.

This means an attacker can potentially access sensitive files on the server, such as database credentials, which could lead to a complete database takeover depending on the server configuration.

The vulnerability has a high severity score of 8.1, indicating a significant risk, and is expected to be targeted in mass-exploit campaigns.

Impact Analysis

Exploitation of this vulnerability can lead to unauthorized access to sensitive data stored on the server, including database credentials.

This could result in a complete takeover of the website's database, compromising the integrity, confidentiality, and availability of the data.

Such an attack can affect websites of any size or popularity and may be part of widespread mass-exploit campaigns.

Until an official patch is released, mitigation measures such as applying Patchstack's provided rules or updating the theme with assistance from hosting providers or web developers are recommended.

Detection Guidance

This vulnerability involves an unauthenticated Local File Inclusion (LFI) flaw in the LuxMed WordPress theme version 1.2.2 or lower. Detection typically involves monitoring for suspicious HTTP requests attempting to include local files via the theme.

Since no specific detection commands or signatures are provided in the available resources, general detection methods include inspecting web server logs for unusual URL parameters that attempt to access local files, such as requests containing directory traversal patterns (e.g., ../) or attempts to include sensitive files like /etc/passwd.

You can use commands like the following to search your web server logs for suspicious requests:

  • grep -i 'luxmed' /var/log/apache2/access.log | grep -E '\.\./|etc/passwd'
  • grep -i 'luxmed' /var/log/nginx/access.log | grep -E '\.\./|etc/passwd'

Additionally, network intrusion detection systems (NIDS) or web application firewalls (WAF) can be configured to detect and alert on LFI attack patterns targeting this theme.

Mitigation Strategies

Immediate mitigation steps for this vulnerability include:

  • Update the LuxMed WordPress theme to a version higher than 1.2.2 once an official patch is released.
  • Until an official patch is available, apply the mitigation rule provided by Patchstack to block attacks exploiting this vulnerability.
  • Seek assistance from your hosting provider or a web developer to implement temporary protections such as web application firewall (WAF) rules or server-level restrictions to prevent Local File Inclusion attempts.
  • Monitor your website and server logs closely for any signs of exploitation attempts.
Compliance Impact

The vulnerability allows unauthenticated attackers to perform Local File Inclusion (LFI), potentially exposing sensitive data such as database credentials and leading to a complete database takeover depending on server configuration.

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

Therefore, organizations using the affected theme versions 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-69115. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart