CVE-2025-69046

8.1 HIGH

📋 TL;DR

This CVE describes a PHP Local File Inclusion vulnerability in the iRecco Core WordPress plugin. Attackers can include arbitrary local files on the server, potentially leading to sensitive information disclosure or remote code execution. WordPress sites using vulnerable versions of the iRecco Core plugin are affected.

💻 Affected Systems

Products:
  • WebGeniusLab iRecco Core WordPress plugin
Versions: All versions up to and including 1.3.6
Operating Systems: Any OS running PHP and WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress installation with iRecco Core plugin enabled. 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

Full server compromise through remote code execution, data exfiltration, and complete site takeover.

🟠

Likely Case

Sensitive file disclosure (configuration files, database credentials) leading to further exploitation.

🟢

If Mitigated

Limited impact if file permissions are restrictive and web server runs with minimal privileges.

🌐 Internet-Facing: HIGH - WordPress plugins are typically internet-facing and this vulnerability requires no authentication.
🏢 Internal Only: MEDIUM - Internal systems could still be compromised if vulnerable plugin is installed.

🎯 Exploit Status

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

Simple HTTP requests can trigger the vulnerability. Public exploit details are available.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 1.3.7 or later

Vendor Advisory: https://patchstack.com/database/Wordpress/Plugin/irecco-core/vulnerability/wordpress-irecco-core-plugin-1-3-6-local-file-inclusion-vulnerability?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins. 3. Find iRecco Core plugin. 4. Update to version 1.3.7 or later. 5. Verify update completed successfully.

🔧 Temporary Workarounds

Disable vulnerable plugin

all

Temporarily disable the iRecco Core plugin until patched

wp plugin deactivate irecco-core

Restrict file inclusion

linux

Add PHP configuration to restrict file inclusion paths

php_admin_value open_basedir "/var/www/html:/tmp"

🧯 If You Can't Patch

  • Implement web application firewall (WAF) rules to block file inclusion patterns
  • Restrict web server permissions and implement strict file system access controls

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel > Plugins > iRecco Core version. If version is 1.3.6 or lower, system is vulnerable.

Check Version:

wp plugin get irecco-core --field=version

Verify Fix Applied:

Verify iRecco Core plugin version is 1.3.7 or higher in WordPress admin panel.

📡 Detection & Monitoring

Log Indicators:

  • Unusual file paths in PHP include/require statements
  • Multiple requests to plugin files with path traversal patterns

Network Indicators:

  • HTTP requests containing '../' patterns targeting iRecco Core plugin endpoints

SIEM Query:

source="web_logs" AND (uri="*irecco-core*" AND (uri="*../*" OR uri="*..\\*"))

🔗 References

📤 Share & Export