Smart Slider 3 <= 3.5.1.33 - Missing Authorization to Authenticated (Contributor+) Slider Data Read and Image Record Manipulation
Strategic Overview
- Status
- Patched in 3.5.1.34
- Affected Plugin
- Smart Slider 3
- Affected Version
<= 3.5.1.33- CVSS
- 5.4Medium
- Weakness type
- CWE-862 · Missing Authorization
- CVE
CVE-2026-4065
At a glance
CVE-2026-4065 is a medium-severity Missing Authorization vulnerability in the Smart Slider 3 WordPress plugin, affecting versions <= 3.5.1.33. It carries a CVSS score of 5.4 (reachable over the network; low attack complexity). Exploitation requires an authenticated account at Contributor level or above. The issue is fixed in version 3.5.1.34; sites on affected versions should update now. Disclosed April 2026, reported by normaandersonfrank.
Vulnerability Overview
The Smart Slider 3 plugin for WordPress is vulnerable to unauthorized access and modification of data due to missing capability checks on multiple wp_ajax_smart-slider3 controller actions in all versions up to, and including, 3.5.1.33. The display_admin_ajax() method does not call checkForCap() (which requires unfiltered_html capability), and several controller actions only validate the nonce (validateToken()) without calling validatePermission(). This makes it possible for authenticated attackers, with Contributor-level access and above, to enumerate slider metadata and create, modify, and delete image storage records by obtaining the nextend_nonce exposed on post editor pages.
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.
CWE-862: Missing Authorization
Smart Slider 3 <= 3.5.1.33 carries this weakness at display_admin_ajax(), and reaching it takes an account at Contributor level or above. A missing authorization check means a function is reachable by anyone who can reach the endpoint, because the code never asks whether the caller is allowed to perform the action.
Any user who can reach the endpoint gets to run an action reserved for higher-privileged roles, from reading protected data to changing settings or content. For Smart Slider 3 the fix is 3.5.1.34: builds <= 3.5.1.33 are affected, anything from 3.5.1.34 onward is not.
Remediation
Update to version 3.5.1.34, or a newer patched version
How does WordSec protect against this?
Because it turns on account access, WordSec's login security is the relevant layer: role-based two-factor, captcha and brute-force limits raise the cost of getting the account this needs. None of that substitutes for the fix: Smart Slider 3 3.5.1.34 closes this, and updating the plugin is the step that ends it.
- Login Security
- Alerts
External References
Related records
Other vulnerabilities in Smart Slider 3
- 8.8CVE-2022-45845: Smart Slider 3 <= 3.5.1.9 PHP Object Injection
CVE-2022-45845 - 7.2CVE-2022-3357: Smart Slider 3 <= 3.5.1.9 PHP Object Injection
CVE-2022-3357 - 6.4CVE-2024-3027: Smart Slider 3 <= 3.5.1.22 Limited File Upload
CVE-2024-3027 - 6.4CVE-2023-0660: Smart Slider 3 <= 3.5.1.13 Stored Cross-Site Scripting
CVE-2023-0660 - 6.4CVE-2022-45843: Smart Slider 3 <= 3.5.1.9 Stored Cross-Site Scripting
CVE-2022-45843 - 5.4CVE-2021-24382: Smart Slider 3 <= 3.5.0.8 Stored Cross-Site Scripting
CVE-2021-24382 - 4.9CVE-2026-9197: Smart Slider 3 Path Traversal to Arbitrary File Read
CVE-2026-9197 - 4.9CVE-2025-6348: Smart Slider 3 <= 3.5.1.28 SQL Injection
CVE-2025-6348
Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C