CVE-2025-66135

8.8 HIGH

📋 TL;DR

This CVE describes a Missing Authorization vulnerability in the merkulove Imager for Elementor WordPress plugin that allows attackers to bypass access controls. It affects all versions up to and including 2.0.4, potentially allowing unauthorized users to perform actions they shouldn't have permission for.

💻 Affected Systems

Products:
  • merkulove Imager for Elementor WordPress plugin
Versions: All versions through 2.0.4
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Affects WordPress installations with the vulnerable plugin version installed and activated.

⚠️ 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

Attackers could modify or delete images, inject malicious content, or potentially escalate privileges to compromise the entire WordPress site.

🟠

Likely Case

Unauthorized users could manipulate image content, deface websites, or access restricted image management functions.

🟢

If Mitigated

With proper access controls and network segmentation, impact would be limited to the specific plugin functionality.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: UNKNOWN
Unauthenticated Exploit: ✅ No
Complexity: LOW

Exploitation requires some level of access but doesn't need admin privileges due to the broken access control.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 2.0.5 or later

Vendor Advisory: https://patchstack.com/database/Wordpress/Plugin/imager-elementor/vulnerability/wordpress-imager-for-elementor-plugin-2-0-4-broken-access-control-vulnerability?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel
2. Go to Plugins → Installed Plugins
3. Find 'Imager for Elementor'
4. Click 'Update Now' if update is available
5. If no update shows, manually download version 2.0.5+ from WordPress.org
6. Deactivate old plugin, upload new version, activate

🔧 Temporary Workarounds

Disable Plugin

all

Temporarily deactivate the vulnerable plugin until patched

wp plugin deactivate imager-elementor

Restrict Access

all

Use web application firewall rules to restrict access to plugin endpoints

🧯 If You Can't Patch

  • Implement strict access controls and user role verification for all plugin functions
  • Monitor and audit all image-related activities and plugin API calls

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin → Plugins → Installed Plugins → Imager for Elementor version

Check Version:

wp plugin get imager-elementor --field=version

Verify Fix Applied:

Verify plugin version is 2.0.5 or higher and test access controls

📡 Detection & Monitoring

Log Indicators:

  • Unauthorized access attempts to imager-elementor endpoints
  • Unexpected image uploads/modifications by non-admin users

Network Indicators:

  • HTTP requests to /wp-content/plugins/imager-elementor/ from unauthorized IPs

SIEM Query:

source="wordpress" AND (uri_path="/wp-content/plugins/imager-elementor/" OR plugin="imager-elementor") AND user_role!="administrator"

🔗 References

📤 Share & Export