Severity by source
AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N
Primary rating from Vendor (Wordfence) · only source for this CVE.
CVSS VectorVendor: Wordfence
Lifecycle Timeline
2DescriptionCVE.org
The Smart Slider 3 plugin for WordPress is vulnerable to Directory Traversal in all versions up to, and including, 3.5.1.36 via the replaceHTMLImage function. This makes it possible for authenticated attackers, with administrator-level access and above, to read the contents of arbitrary files on the server, which can contain sensitive information.
AnalysisAI
Directory traversal in the Smart Slider 3 WordPress plugin (all versions ≤ 3.5.1.36) exposes arbitrary server-side files to authenticated administrators via the replaceHTMLImage function in the plugin's slider export/backup subsystem. An attacker with administrator-level WordPress access can craft a request that traverses outside the intended directory and return the raw contents of sensitive files such as wp-config.php. No public exploit or CISA KEV listing exists at time of analysis, and the high privilege requirement (CVSS PR:H) substantially limits the realistic attack surface to insider threats, compromised admin accounts, or privilege-escalation chains.
Technical ContextAI
The vulnerability resides in the replaceHTMLImage function, called from ExportSlider.php (lines 312 and 404) and routed through ControllerSlider.php (line 261) - all part of the plugin's backup and export subsystem under the Nextend\SmartSlider3\BackupSlider namespace. CWE-22 (Improper Limitation of a Pathname to a Restricted Directory - Path Traversal) identifies the root cause as insufficient sanitization of user-supplied file path input, allowing canonical path escape sequences (e.g., '../') to resolve files outside the plugin's intended working directory. The affected product is confirmed by CPE cpe:2.3:a:nextendweb:smart_slider_3:*:*:*:*:*:*:*:* (Nextend Web's Smart Slider 3 for WordPress). Because the vulnerability is in export/backup functionality typically accessed via the WordPress admin panel, the attack surface is inherently scoped to authenticated admin sessions.
RemediationAI
A fix has been committed to the WordPress plugin repository as confirmed by the changeset reference at https://plugins.trac.wordpress.org/changeset?sfp_email=&sfph_mail=&reponame=&old=3552076%40smart-slider-3&new=3552076%40smart-slider-3; however, the exact patched release version number is not independently confirmed from the available data - the patch version should be verified against the Smart Slider 3 changelog on wordpress.org/plugins before deploying. Update Smart Slider 3 to the latest available version via the WordPress admin dashboard (Plugins > Updates) or via WP-CLI ('wp plugin update smart-slider-3'). As a compensating control until patching is complete, enforce multi-factor authentication on all WordPress administrator accounts and restrict admin panel access by IP allowlist where feasible; note that IP restrictions may affect legitimate remote administration workflows. Audit WordPress admin accounts for unauthorized additions, as the attack requires admin-level credentials.
More in Smart Slider 3
View allThe Smart Slider 3 WordPress plugin before 3.5.1.11 unserialises the content of an imported file, which could lead to PH
The Smart Slider 3 WordPress plugin before 3.5.1.14 does not properly validate and escape some of its shortcode attribut
Stored Cross-Site Scripting in Smart Slider 3 (WordPress plugin by Nextend) versions up to and including 3.5.1.38 allows
Smart Slider 3 plugin for WordPress through version 3.5.1.33 allows authenticated attackers with Contributor-level acces
Deserialization of Untrusted Data vulnerability in Nextend Smart Slider 3.5.1.9. Rated medium severity (CVSS 4.3), this
Sensitive information exposure in the Smart Slider 3 WordPress plugin (all versions up to and including 3.5.1.37) allows
Same weakness CWE-22 – Path Traversal
View allSame technique Path Traversal
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-34944
GHSA-9vww-62gg-qrcp