CVE-2025-57939

5.3 MEDIUM

📋 TL;DR

This CVE describes a missing authorization vulnerability in the Image Hover Effects - Elementor Addon WordPress plugin. Attackers can exploit incorrectly configured access controls to perform unauthorized actions. WordPress sites using this plugin version 1.4.4 or earlier are affected.

💻 Affected Systems

Products:
  • Image Hover Effects - Elementor Addon WordPress Plugin
Versions: n/a through 1.4.4
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: All WordPress installations using the vulnerable plugin versions are affected regardless of configuration.

⚠️ 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 plugin settings, inject malicious content, or potentially escalate privileges to compromise the entire WordPress site.

🟠

Likely Case

Unauthorized users could modify image hover effects settings, potentially defacing website content or disrupting functionality.

🟢

If Mitigated

With proper access controls, only authenticated administrators could modify plugin settings, limiting impact to authorized users only.

🌐 Internet-Facing: HIGH
🏢 Internal Only: LOW

🎯 Exploit Status

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

Exploitation requires understanding of WordPress plugin structure and access control mechanisms.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 1.4.5 or later

Vendor Advisory: https://patchstack.com/database/wordpress/plugin/image-hover-effects-addon-for-elementor/vulnerability/wordpress-image-hover-effects-elementor-addon-plugin-1-4-4-broken-access-control-vulnerability?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins > Installed Plugins. 3. Find 'Image Hover Effects - Elementor Addon'. 4. Click 'Update Now' if available. 5. Alternatively, download latest version from WordPress repository and replace plugin files.

🔧 Temporary Workarounds

Disable Plugin

WordPress

Temporarily disable the vulnerable plugin until patched

wp plugin deactivate image-hover-effects-addon-for-elementor

🧯 If You Can't Patch

  • Restrict plugin access to administrator roles only using WordPress role management
  • Implement web application firewall rules to block unauthorized access to plugin endpoints

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel > Plugins > Image Hover Effects - Elementor Addon version

Check Version:

wp plugin get image-hover-effects-addon-for-elementor --field=version

Verify Fix Applied:

Verify plugin version is 1.4.5 or higher in WordPress admin panel

📡 Detection & Monitoring

Log Indicators:

  • Unauthorized access attempts to plugin admin endpoints
  • Unexpected modifications to plugin settings

Network Indicators:

  • HTTP requests to /wp-admin/admin-ajax.php with plugin-specific actions from unauthorized IPs

SIEM Query:

source="wordpress" AND (uri_path="/wp-admin/admin-ajax.php" AND action CONTAINS "image_hover_effects") AND user_role!="administrator"

🔗 References

📤 Share & Export