CVE-2025-47586

9.0 CRITICAL

📋 TL;DR

This CVE describes an unauthenticated Local File Inclusion vulnerability in the WordPress Motors - Events plugin by StylemixThemes. Attackers can include arbitrary local files on the server, potentially leading to remote code execution. All WordPress sites using affected plugin versions are vulnerable.

💻 Affected Systems

Products:
  • StylemixThemes Motors - Events WordPress Plugin
Versions: n/a through 1.4.7
Operating Systems: Any OS running PHP and WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress installation with vulnerable plugin version. No special configuration needed.

⚠️ Manual Verification Required

This CVE does not have specific version information in our database, so automatic vulnerability detection cannot determine if your system is affected.

Why? The CVE database entry doesn't specify which versions are vulnerable (no version ranges provided by the vendor/NVD).

🔒 Custom verification scripts are available for registered users. Sign up free to download automated test scripts.

Recommended Actions:
  1. Review the CVE details at NVD
  2. Check vendor security advisories for your specific version
  3. Test if the vulnerability is exploitable in your environment
  4. Consider updating to the latest version as a precaution

⚠️ Risk & Real-World Impact

🔴

Worst Case

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

🟠

Likely Case

Unauthenticated attackers reading sensitive files like wp-config.php containing database credentials, leading to database compromise.

🟢

If Mitigated

Limited file disclosure if proper file permissions restrict access to sensitive files.

🌐 Internet-Facing: HIGH - WordPress plugins are typically internet-facing and this requires no authentication.
🏢 Internal Only: MEDIUM - Internal systems could still be targeted via phishing or compromised internal accounts.

🎯 Exploit Status

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

Simple HTTP requests can trigger the vulnerability. Public exploit details available on security research sites.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 1.4.8 or later

Vendor Advisory: https://patchstack.com/database/wordpress/plugin/stm-motors-events/vulnerability/wordpress-motors-events-plugin-1-4-7-unauthenticated-local-file-inclusion-vulnerability?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins → Installed Plugins. 3. Find 'Motors - Events' plugin. 4. Click 'Update Now' if update available. 5. Alternatively, download version 1.4.8+ from WordPress repository and manually update.

🔧 Temporary Workarounds

Disable Plugin

all

Temporarily disable the vulnerable plugin until patched.

wp plugin deactivate stm-motors-events

Web Application Firewall Rule

all

Block requests containing local file inclusion patterns targeting the plugin.

WAF-specific configuration required

🧯 If You Can't Patch

  • Remove the plugin completely if not essential
  • Implement strict file permissions on sensitive files like wp-config.php

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin → Plugins → Motors - Events version. If version is 1.4.7 or earlier, you are vulnerable.

Check Version:

wp plugin get stm-motors-events --field=version

Verify Fix Applied:

Verify plugin version is 1.4.8 or later in WordPress admin panel.

📡 Detection & Monitoring

Log Indicators:

  • HTTP requests to /wp-content/plugins/stm-motors-events/ with file inclusion parameters
  • PHP error logs showing include/require warnings

Network Indicators:

  • Unusual file paths in GET parameters
  • Requests to plugin files with ../ patterns

SIEM Query:

web.url:*stm-motors-events* AND (web.query:*include* OR web.query:*require* OR web.query:*../*)

🔗 References

📤 Share & Export