Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Unauthenticated network-reachable path traversal (AV:N/AC:L/PR:N/UI:N) yielding arbitrary file read, so C:H with no integrity or availability impact and unchanged scope.
Primary rating from Vendor (Wordfence).
CVSS VectorVendor: Wordfence
Lifecycle Timeline
2DescriptionCVE.org
The Jssor Slider by jssor.com plugin for WordPress is vulnerable to Directory Traversal in all versions up to, and including, 3.1.24 via the 'url' parameter parameter. This makes it possible for unauthenticated attackers to read the contents of arbitrary files on the server, which can contain sensitive information.
AnalysisAI
Arbitrary file disclosure in the Jssor Slider by jssor.com WordPress plugin (all versions through 3.1.24) lets unauthenticated remote attackers traverse the filesystem via the 'url' parameter and read the contents of any file the web server can access, such as wp-config.php. Wordfence disclosed the flaw and points to the plugin's admin controller code; no public exploit is identified at time of analysis and it is not listed in CISA KEV. EPSS was not provided, but the network-reachable, unauthenticated nature of the bug makes it an attractive scanning target.
Technical ContextAI
The affected component is a WordPress plugin (CPE cpe:2.3:a:jssor:jssor_slider_by_jssor.com) that provides image-slider functionality and includes an admin-side controller (class-jssor-slider-admin-controller.php) reached through the plugin's dispatcher (jssor-slider-dispatcher.php). The root cause is CWE-22 (Improper Limitation of a Pathname to a Restricted Directory), meaning a user-supplied 'url' value is concatenated into a filesystem path and used to open/read a file without normalizing or constraining it to an intended base directory. Sequences such as '../' therefore escape the plugin directory and resolve to arbitrary paths on the server (referenced code lines include L307, L414 and L506 of the admin controller). Because WordPress plugins typically run with the privileges of the PHP/web-server process, readable targets include configuration files, credentials, and other files within that process's reach.
RemediationAI
No vendor-released patch identified at time of analysis - all versions through 3.1.24 are listed as vulnerable and no fixed version is provided, so upgrading is not yet a confirmed option; monitor the Wordfence advisory (https://www.wordfence.com/threat-intel/vulnerabilities/id/0cd880c9-75fe-420b-ae41-558678adb57b?source=cve) and the plugin page for a release above 3.1.24. As the primary compensating control, deactivate and remove the Jssor Slider plugin until a fixed version ships, accepting the trade-off that slider content will stop rendering. If removal is not acceptable, use a WAF (such as Wordfence) to block requests to the plugin's dispatcher/admin-controller endpoints containing path-traversal patterns (e.g., '../', encoded '%2e%2e', or absolute paths) in the 'url' parameter, understanding that WAF rules can be bypassed and require tuning; additionally restrict web-server file permissions and consider open_basedir to constrain which files PHP can read, which limits - but does not eliminate - the files an attacker can disclose.
More in Wordpress Plugin
View allThe Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in
Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u
Same weakness CWE-22 – Path Traversal
View allSame technique Path Traversal
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-42159
GHSA-j9c4-4mg9-mwfh