CVE-2025-67515

9.8 CRITICAL

📋 TL;DR

This CVE describes a PHP Local File Inclusion vulnerability in the Wilmër WordPress theme by Mikado-Themes. Attackers can include arbitrary local files, potentially leading to sensitive information disclosure or remote code execution. All WordPress sites using Wilmër theme versions before 3.5 are affected.

💻 Affected Systems

Products:
  • Mikado-Themes Wilmër WordPress Theme
Versions: All versions before 3.5
Operating Systems: Any OS running PHP
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress installation with Wilmër theme active. PHP configuration may affect exploitability.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Remote code execution leading to complete system compromise, data theft, and website defacement.

🟠

Likely Case

Sensitive file disclosure (configuration files, database credentials) and limited code execution.

🟢

If Mitigated

Information disclosure limited to web-accessible files if proper file permissions are configured.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

Public PoC: ⚠️ Yes
Weaponized: LIKELY
Unauthenticated Exploit: ⚠️ Yes
Complexity: LOW

Simple HTTP requests can trigger the vulnerability. Public exploit details available in security advisories.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 3.5

Vendor Advisory: https://patchstack.com/database/Wordpress/Theme/wilmer/vulnerability/wordpress-wilmer-theme-3-5-local-file-inclusion-vulnerability?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Appearance > Themes. 3. Update Wilmër theme to version 3.5 or later. 4. Clear any caching plugins/CDN caches.

🔧 Temporary Workarounds

Disable vulnerable theme

all

Switch to a different WordPress theme temporarily

Web Application Firewall rule

all

Block requests containing local file inclusion patterns

🧯 If You Can't Patch

  • Implement strict file permissions (644 for files, 755 for directories)
  • Use web application firewall with LFI protection rules

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel > Appearance > Themes for Wilmër theme version. If version is below 3.5, you are vulnerable.

Check Version:

wp theme list --field=name,status,version | grep wilmer

Verify Fix Applied:

Confirm theme version is 3.5 or higher in WordPress admin panel.

📡 Detection & Monitoring

Log Indicators:

  • Unusual file access patterns in PHP error logs
  • HTTP requests with suspicious include parameters

Network Indicators:

  • HTTP requests containing '..', '/etc/', or other directory traversal patterns

SIEM Query:

source="web_logs" AND (uri="*..*" OR uri="*/etc/*" OR uri="*passwd*")

🔗 References

📤 Share & Export