Skip to main content

Smart Slider 3 CVE-2026-9197

| EUVDEUVD-2026-34944 MEDIUM
Path Traversal (CWE-22)
2026-06-06 Wordfence GHSA-9vww-62gg-qrcp
4.9
CVSS 3.1 · Vendor: Wordfence
Share

Severity by source

Vendor (Wordfence) PRIMARY
4.9 MEDIUM
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

Attack Vector
Network
Attack Complexity
Low
Privileges Required
High
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
None

Lifecycle Timeline

2
Analysis Generated
Jun 06, 2026 - 03:51 vuln.today
CVE Published
Jun 06, 2026 - 02:28 nvd
MEDIUM 4.9

DescriptionCVE.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.

Share

CVE-2026-9197 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy