Executive brief
Smart Slider 3, a popular WordPress plugin for creating visual sliders, contains a security flaw that allows users with low-level 'Contributor' accounts to access and modify data they should not be able to reach. An attacker could use this to view slider metadata or create, change, and delete image storage records. This could lead to unauthorized content changes or the loss of image data on the affected website.
Technical details
The Smart Slider 3 plugin for WordPress is vulnerable to missing authorization (CWE-862) in its AJAX handlers. Specifically, the display_admin_ajax() method fails to call checkForCap(), and several controller actions validate only the security nonce (validateToken()) without performing a permission check (validatePermission()). An authenticated attacker with Contributor-level permissions or higher can exploit this by obtaining the 'nextend_nonce' from post editor pages. This allows the attacker to enumerate slider metadata and perform CRUD operations on image storage records. The vulnerability is present in all versions up to and including 3.5.1.33.
Affected products
- Nextendweb Smart Slider 3 up to, and including, 3.5.1.33
Timeline
- 2026-04-07: disclosed: Initial disclosure by Wordfence
- 2026-04-07: advisory: NVD publication date
References
- https://plugins.trac.wordpress.org/browser/smart-slider-3/tags/3.5.1.32/Nextend/Framework/Image/ControllerAjaxImage.php
- https://plugins.trac.wordpress.org/browser/smart-slider-3/tags/3.5.1.32/Nextend/SmartSlider3/Application/Admin/Sliders/ControllerAjaxSliders.php
- https://plugins.trac.wordpress.org/browser/smart-slider-3/tags/3.5.1.32/Nextend/SmartSlider3/Platform/WordPress/Admin/AdminHelper.php
- https://plugins.trac.wordpress.org/browser/smart-slider-3/tags/3.5.1.32/Nextend/SmartSlider3/Platform/WordPress/HelperTinyMCE.php
- https://plugins.trac.wordpress.org/browser/smart-slider-3/trunk/Nextend/SmartSlider3/Platform/WordPress/Admin/AdminHelper.php
- https://plugins.trac.wordpress.org/changeset?sfp_email=&sfph_mail=&reponame=&new=3489689%40smart-slider-3%2Ftrunk&old=3439582%40smart-slider-3%2Ftrunk&sfp_email=&sfph_mail=
- https://www.wordfence.com/threat-intel/vulnerabilities/id/53a08b59-b7e0-419a-bfc3-528bcddb1ac2?source=cve