Slider Revolution 7.0 - 7.0.10 - Authenticated (Subscriber+) Sensitive Information Disclosure

6.5
Exposure of Sensitive Information to an Unauthorized Actor
CVE CVE-2026-7542
CVSS 6.5 (Medium)
Publicly Published June 8, 2026
Last Updated June 15, 2026
Researcher Luc Huynh from Noventiq RedTeam - Noventiq Vietnam

Description

The Slider Revolution plugin for WordPress is vulnerable to Sensitive Information Disclosure in versions 7.0 to 7.0.10. This is due to three compounding design flaws: (1) the plugin leaks a valid backend AJAX nonce (revslider_actions) to all authenticated users including Subscribers via the admin_footer hook; (2) the wordpress.create.image_from_url action is explicitly allowlisted in the $user_allowed array, bypassing the administrator-only access control; (3) the create_wordpress_image_from_url() function accepts an attacker-controlled url parameter that is passed to import_media(), where path_or_url_exists() explicitly accepts local filesystem paths (file_exists() && is_readable()) with no restriction to remote HTTP/HTTPS URLs, and @copy() physically copies those files into the publicly accessible /wp-content/uploads/revslider/ai/ directory. The MIME type check trusts the attacker-supplied content_type parameter to derive the destination extension without verifying actual file content, and the source extension blacklist does not block many sensitive types (.sql, .log, .json, .bak, .xml, .csv, .conf, .yml, .yaml, .pem, .key, .crt, .txt, .db, etc.). This makes it possible for authenticated attackers with Subscriber-level access and above to read the contents of server files with non-blacklisted extensions by having them copied to a publicly accessible URL.

References

Share

Vulnerability Details for Slider Revolution

Software Type Plugin
Software Slug revslider
Patched? Yes
Remediation Update to version 7.0.11, or a newer patched version
Affected Version
  • 7.0 - 7.0.10
Patched Version
  • 7.0.11

Recent vulnerabilities in Slider Revolution

# Title CVE ID CVSS Researchers Date
1 Slider Revolution 7.0.0-7.0.16 - Unauthenticated Stored Cross-Site Scripting CVE-2026-57678 7.2 daroo June 30, 2026
2 Slider Revolution 6.0.0-6.7.55 and 7.0.0-7.0.14 - Missing Authorization to Authenticated (Contributor+) Arbitrary Plugin Deactivation CVE-2026-9050 4.3 Nguyen Ngoc Duc (duc193) June 1, 2026
3 Slider Revolution 7.0.0 - 7.0.14 - Incorrect Authorization to Authenticated (Contributor+) Sensitive Information Exposure CVE-2026-9048 4.3 Prickly Cactus June 1, 2026
4 Slider Revolution <= 7.0.9 - Unauthenticated Sensitive Information Exposure via 'sliders/stream' CVE-2026-6728 5.3 Nos1x0 May 19, 2026
5 Slider Revolution 7.0.0 - 7.0.10 - Authenticated (Subscriber+) Arbitrary File Upload via _get_media_url CVE-2026-6692 8.8 h0xilo May 6, 2026
6 Slider Revolution <= 6.7.37 - Missing Authorization to Authenticated (Contributor+) Arbitrary File Read CVE-2025-10249 6.5 stealthcopter October 8, 2025
7 Slider Revolution <= 6.7.36 - Authenticated (Contributor+) Arbitrary File Read via 'used_svg' and 'used_images' CVE-2025-9217 6.5 stealthcopter August 28, 2025
8 Slider Revolution <= 6.7.18 - Authenticated (Author+) Stored Cross-Site Scripting via SVG File Upload CVE-2024-8107 6.4 wesley (wcraft) September 30, 2024
9 Slider Revolution <= 6.7.13 - Authenticated (Administrator+) Stored Cross-Site Scripting CVE-2024-37449 4.4 wesley (wcraft) June 28, 2024
10 Slider Revolution <= 6.7.11 - Authenticated (Author+) Stored Cross-Site Scripting via Add Layer class, id, and title Attributes CVE-2024-4581 6.4 wesley (wcraft) June 3, 2024

Did you know Wordfence Intelligence provides free personal and commercial API access to our comprehensive WordPress vulnerability database, along with a free webhook integration to stay on top of the latest vulnerabilities added and updated in the database? Get started today!

Learn more

Want to get notified of the latest vulnerabilities that may affect your WordPress site?
Install Wordfence on your site today to get notified immediately if your site is affected by a vulnerability that has been added to our database.

Get Wordfence

The Wordfence Intelligence WordPress vulnerability database is completely free to access and query via API. Please review the documentation on how to access and consume the vulnerability data via API.

Documentation