CVE-2025-66157

5.4 MEDIUM

📋 TL;DR

A missing authorization vulnerability in the merkulove Slider for Elementor WordPress plugin allows attackers to bypass intended access controls. This affects all WordPress sites using Slider for Elementor versions up to 1.0.10, potentially enabling unauthorized actions.

💻 Affected Systems

Products:
  • merkulove Slider for Elementor WordPress plugin
Versions: n/a through 1.0.10
Operating Systems: All operating systems 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 slider content, inject malicious code, or manipulate plugin settings to compromise the WordPress site.

🟠

Likely Case

Unauthorized users could modify slider configurations, potentially defacing websites or altering content without proper permissions.

🟢

If Mitigated

With proper access controls and authentication checks, only authorized administrators could modify slider settings.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploitation requires some level of access to the WordPress interface but bypasses authorization checks.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 1.0.11 or later

Vendor Advisory: https://patchstack.com/database/wordpress/plugin/sliper-elementor/vulnerability/wordpress-sliper-for-elementor-plugin-1-0-10-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 'Slider for Elementor' and click 'Update Now'. 4. Verify update to version 1.0.11 or later.

🔧 Temporary Workarounds

Disable vulnerable plugin

all

Temporarily deactivate the Slider for Elementor plugin until patched

wp plugin deactivate sliper-elementor

Restrict plugin access

all

Use WordPress role management to restrict who can access plugin settings

🧯 If You Can't Patch

  • Implement strict access controls and monitor for unauthorized plugin modifications
  • Use web application firewall rules to block suspicious requests to plugin endpoints

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel > Plugins > Installed Plugins for Slider for Elementor version

Check Version:

wp plugin get sliper-elementor --field=version

Verify Fix Applied:

Confirm plugin version is 1.0.11 or higher in WordPress admin

📡 Detection & Monitoring

Log Indicators:

  • Unauthorized POST requests to /wp-admin/admin-ajax.php with slider-related actions
  • Unexpected modifications to slider settings by non-admin users

Network Indicators:

  • Unusual traffic patterns to plugin-specific endpoints from unauthorized IPs

SIEM Query:

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

🔗 References

📤 Share & Export