CVE-2026-6728
Deferred Deferred - Pending Action
Sensitive Information Exposure in Slider Revolution WordPress Plugin

Publication date: 2026-05-20

Last updated on: 2026-05-20

Assigner: Wordfence

Description
The Slider Revolution plugin for WordPress is vulnerable to Sensitive Information Exposure in versions up to, and including, 7.0.9 via the 'get_stream_data()' function. This makes it possible for unauthenticated attackers to extract sensitive data including published password-protected post, page, and product content.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-05-20
Last Modified
2026-05-20
Generated
2026-06-10
AI Q&A
2026-05-20
EPSS Evaluated
2026-06-08
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
slider_revolution slider_revolution to 7.0.9 (inc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-200 The product exposes sensitive information to an actor that is not explicitly authorized to have access to that information.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Compliance Impact

The vulnerability in the Slider Revolution plugin allows unauthenticated attackers to extract sensitive data, including published password-protected post, page, and product content.

Exposure of sensitive information can lead to non-compliance with data protection regulations such as GDPR and HIPAA, which require safeguarding personal and sensitive data against unauthorized access.

Therefore, this vulnerability potentially compromises compliance with these standards by enabling unauthorized disclosure of protected information.

Executive Summary

The Slider Revolution plugin for WordPress, in versions up to and including 7.0.9, has a vulnerability in the 'get_stream_data()' function that allows unauthenticated attackers to access sensitive information.

Specifically, attackers can extract sensitive data such as published password-protected posts, pages, and product content without needing to be logged in.

Impact Analysis

This vulnerability can lead to unauthorized disclosure of sensitive information, including content that is meant to be protected by passwords.

As a result, confidential or restricted content on your WordPress site could be exposed to anyone, potentially harming your site's privacy and trustworthiness.

The CVSS base score of 5.3 indicates a medium severity impact with low attack complexity and no privileges required, meaning it is relatively easy for attackers to exploit.

Mitigation Strategies

To mitigate the vulnerability in the Slider Revolution plugin for WordPress, you should update the plugin to version 7.0.14 or later, as this version includes fixes addressing unauthorized sensitive information exposure.

Ensure that your WordPress installation is compatible with the updated plugin version (7.0.14 is compatible with WordPress 6.9).

Detection Guidance

The vulnerability in Slider Revolution up to version 7.0.9 allows unauthenticated attackers to extract sensitive data via the 'get_stream_data()' function, which is accessible through the 'sliders/stream' endpoint.

To detect this vulnerability on your system, you can check the installed version of the Slider Revolution plugin and verify if it is version 7.0.9 or earlier, which are vulnerable.

Additionally, you can attempt to detect exploitation attempts or probe for the vulnerable endpoint by monitoring HTTP requests to the 'sliders/stream' endpoint on your WordPress site.

Example commands to check the plugin version on your server (assuming command line access):

  • Use WP-CLI to check the plugin version: wp plugin list | grep slider-revolution
  • Manually check the plugin version in the plugin's main PHP file, e.g., grep 'Version' wp-content/plugins/slider-revolution/slider-revolution.php

To detect potential exploitation attempts, you can monitor web server logs for requests to the vulnerable endpoint, for example:

  • grep 'sliders/stream' /var/log/apache2/access.log
  • grep 'sliders/stream' /var/log/nginx/access.log

If you want to test the vulnerability manually, you could attempt to send an unauthenticated HTTP request to the 'sliders/stream' endpoint and observe if sensitive data is returned, but this should be done carefully and only on systems you own or have permission to test.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-6728. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart