CVE-2026-7542
Last modified
CVE-2026-7542 is a medium-severity vulnerability rated 6.5/10 on the CVSS scale. 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. EPSS estimates a 0.25% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-7542?
How severe is CVE-2026-7542?
How do I fix CVE-2026-7542?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-7535A vulnerability was found in Open5GS up to 2.7.7. This affec…4.3
- CVE-2026-7536A vulnerability was determined in Open5GS up to 2.7.7. This …5.5
- CVE-2026-7537The MDJM Event Management plugin for WordPress is vulnerable…7.2
- CVE-2026-7538A vulnerability was identified in Totolink A8000RU 7.1cu.643…9.8
- CVE-2026-7539A potential security vulnerability has been identified in th…7.3
- CVE-2026-7541A denial of service vulnerability was identified in GitHub E…7.5
- CVE-2026-7543The Breakdance plugin for WordPress is vulnerable to Stored …7.2
- CVE-2026-7544The Mux Video Uploader plugin for WordPress is vulnerable to…4.3
- CVE-2026-7545A weakness has been identified in SourceCodester Advanced Sc…7.3
- CVE-2026-7546A security vulnerability has been detected in Totolink NR180…9.8
- CVE-2026-7547The Woosa – Marktplaats for WooCommerce plugin for WordPress…4.9
- CVE-2026-7548A vulnerability was detected in Totolink NR1800X 9.1.0u.6279…8.8
Are you affected by CVE-2026-7542?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
