Description
The Smart Slider 3 plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 3.5.1.37 via the 'keyword' parameter. This makes it possible for authenticated attackers, with contributor-level access and above, to extract titles and full content excerpts of private, draft, pending, trashed, and auto-draft posts authored by any user, including Administrators and Editors. The required nonce is emitted on /wp-admin/post-new.php, which is accessible to Contributor-level users via the edit_posts capability, meaning any Contributor can obtain the nonce needed to trigger the injection.
Published: 2026-07-13
Score: 4.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Smart Slider 3 plugin for WordPress is a CWE‑200 Sensitive Information Exposure vulnerability that allows an attacker authenticated with contributor-level or higher privileges to retrieve private post data by sending a crafted request containing a malicious value in the 'keyword' parameter. The value is injected into an underlying WP_Query call, bypassing the plugin’s intended access control and exposing titles and full content excerpts of posts that are normally inaccessible—private, draft, pending, trashed, and auto‑draft posts created by any user, including administrators and editors.

Affected Systems

Nextendweb Smart Slider 3 versions 3.5.1.37 and earlier are affected. The vulnerability exists in the plugin source files ControllerAjaxContent.php and WordPressContent.php as referenced in the code listings.

Risk and Exploitability

The CVSS base score for this vulnerability is 4.3, reflecting a moderate impact on confidentiality, with no impact on integrity or availability. The EPSS score of 0.00242 (<1%) indicates a very low probability of exploitation, and the issue is not listed in the CISA KEV catalog. Because the exploit requires authenticated contributor access and a nonce that is emitted on a page reachable by any contributor, the attack surface is limited to sites that grant contributors the edit_posts capability. Based on the source code, the 'keyword' parameter is injected directly into the arguments passed to WP_Query, effectively bypassing the plugin’s access controls and allowing any contributor to retrieve private, draft, or pending posts that would normally remain inaccessible. Exploitation is otherwise straightforward for anyone who can log in, exposing a wide array of private content without compromising the underlying WordPress installation. Administrators should treat this as a confidential data leak risk with potential for further attacks.

Generated by OpenCVE AI on August 1, 2026 at 10:09 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update Smart Slider 3 to the latest available version where the vulnerability has been addressed
  • Restrict the edit_posts capability from contributor-level users or temporarily revoke contributor access until a patch is applied
  • Review site content to identify any unauthorized disclosures and ensure that private or draft posts are not inadvertently searchable via the plugin
  • Monitor access logs for unusual keyword parameter usage

Generated by OpenCVE AI on August 1, 2026 at 10:09 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 14 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 13 Jul 2026 21:45:00 +0000

Type Values Removed Values Added
First Time appeared Nextendweb
Nextendweb smart Slider 3
Wordpress
Wordpress wordpress
Vendors & Products Nextendweb
Nextendweb smart Slider 3
Wordpress
Wordpress wordpress

Mon, 13 Jul 2026 20:15:00 +0000

Type Values Removed Values Added
Description The Smart Slider 3 plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 3.5.1.37 via the 'keyword' parameter. This makes it possible for authenticated attackers, with contributor-level access and above, to extract titles and full content excerpts of private, draft, pending, trashed, and auto-draft posts authored by any user, including Administrators and Editors. The required nonce is emitted on /wp-admin/post-new.php, which is accessible to Contributor-level users via the edit_posts capability, meaning any Contributor can obtain the nonce needed to trigger the injection.
Title Smart Slider 3 <= 3.5.1.37 - Missing Authorization to Authenticated (Contributor+) Sensitive Information Exposure via WP_Query Parameter Injection via 'keyword' Parameter
Weaknesses CWE-200
References
Metrics cvssV3_1

{'score': 4.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N'}


Subscriptions

Nextendweb Smart Slider 3
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-07-14T14:31:24.365Z

Reserved: 2026-06-16T10:47:44.466Z

Link: CVE-2026-12385

cve-icon Vulnrichment

Updated: 2026-07-14T13:43:00.661Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-01T10:15:03Z

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor