Slider Revolution 7.0 - 7.0.10 - Authenticated (Subscriber+) Sensitive Information Disclosure
Strategic Overview
- Status
- Patched in 7.0.11
- Affected Plugin
- Slider Revolution
- Affected Version
7.0 – 7.0.10- CVSS
- 6.5Medium
- Weakness type
- CWE-200 · Exposure of Sensitive Information to an Unauthorized Actor
- CVE
CVE-2026-7542
At a glance
CVE-2026-7542 is a medium-severity Exposure of Sensitive Information to an Unauthorized Actor vulnerability in the Slider Revolution WordPress plugin, affecting versions 7.0 – 7.0.10. It carries a CVSS score of 6.5 (reachable over the network; low attack complexity; high confidentiality impact). Exploitation requires an authenticated account at Subscriber level or above. The issue is fixed in version 7.0.11; sites on affected versions should update now. Disclosed June 2026, reported by Luc Huynh from Noventiq RedTeam.
Vulnerability Overview
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.
Technical Analysis
The vector marks this flaw as remotely reachable over the network, with low attack complexity — no special timing or configuration is needed, and no interaction from a victim user. A successful exploit has high impact on confidentiality.
CWE-200: Exposure of Sensitive Information to an Unauthorized Actor
Slider Revolution 7.0 – 7.0.10 carries this weakness at create_wordpress_image_from_url(), and reaching it takes an account at Subscriber level or above. Sensitive information exposure means data the application intended to keep internal is returned to a caller who should not be able to see it.
The disclosed data — credentials, tokens, customer records or internal paths — is usually worth more as material for a follow-up attack than as an end in itself. For Slider Revolution the fix is 7.0.11: builds 7.0 – 7.0.10 are affected, anything from 7.0.11 onward is not.
Remediation
Update to version 7.0.11, or a newer patched version
How does WordSec protect against this?
The fix is the thing that ends this: Slider Revolution 7.0.11 closes this, and updating the plugin is the step that ends it.
- Alerts
External References
Related records
Same weakness class
Other vulnerabilities in Slider Revolution
- 9.8CVE-2014-9735: Slider Revolution & Showbiz Pro < 1.7.1 - Missing
CVE-2014-9735 - 8.8CVE-2026-6692: Slider Revolution 7.0.0 - 7.0.10 Arbitrary File Upload
CVE-2026-6692 - 8.8CVE-2023-6528: Slider Revolution < 6.6.19 PHP Object Injection
CVE-2023-6528 - 7.5CVE-2014-9734: Slider Revolution <= 4.1.4 Directory Traversal
CVE-2014-9734 - 7.2CVE-2026-57678: Slider Revolution 7.0.0-7.0.16 Stored XSS
CVE-2026-57678 - 7.2CVE-2023-47784: Slider Revolution <= 6.6.15 Arbitrary File Upload
CVE-2023-47784 - 7.2CVE-2023-2359: Slider Revolution <= 6.6.12 Arbitrary File Upload
CVE-2023-2359 - 7.2CVE-2015-5151: Slider Revolution <= 4.2.2 Cross-Site Scripting
CVE-2015-5151
Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C