CVE-2026-7542 MEDIUM

CVE-2026-7542: Slider Revolution <= 7.0.10 - Authenticated (Subscriber+) Sensitive Information Disclosure

Vendor Revolution Slider
Product Slider Revolution
Weakness CWE-200 · Info exposure
Published June 9, 2026
Last update June 9, 2026

CVSS base score

6.5/10
Attack vector Network
Attack complexity Low
Privileges required Low
User interaction None
Confidentiality High
Integrity None

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N

What the vulnerability does

01Description

The Slider Revolution plugin for WordPress is vulnerable to Sensitive Information Disclosure in versions up to and including 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.

Explanation of Vulnerability in Simple Terms

02Summary

Slider Revolution versions up to 7.0.10 expose sensitive information to authenticated users. A logged-in attacker with low privileges can read data they should not have access to through the plugin's API or interface. The vulnerability does not allow modification or deletion of data, only unauthorized viewing. Update to a version newer than 7.0.10.

What an attacker can do

03Attacker Capabilities

Read sensitive data they should not have access to as a low-privilege authenticated user.

Potential impact on your site

04Site Impact

Confidential information may be exposed to any registered user, including subscriber-level accounts.

Conditions required to exploit

05Prerequisites

Attacker must have a valid login account with low-level privileges on the site.

Key dates

06Disclosure timeline

June 9, 2026 CVE published
June 9, 2026 Record updated

Related vulnerabilities

08Related CVE