CVE-2026-14244: Jssor Slider WordPress Plugin Directory Traversal Vulnerability
The Jssor Slider plugin for WordPress contains a directory traversal vulnerability that allows unauthenticated attackers to read files from the server. An attacker can manipulate the 'url' parameter to access sensitive files outside the intended directory, potentially exposing database credentials, configuration files, and other confidential data. This affects all versions up to and including 3.1.24.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 7.5 HIGH · CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
- Weaknesses (CWE)
- CWE-22
- Affected products
- 0 configuration(s)
- Published / Modified
- 2026-07-08 / 2026-07-08
NVD description (verbatim)
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.
7 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
CVE-2026-14244 is a path traversal vulnerability (CWE-22) in the Jssor Slider WordPress plugin. The vulnerability exists in the handling of the 'url' parameter, which fails to properly validate or sanitize user input. An attacker can craft requests using directory traversal sequences (such as '../') to escape the intended file directory and access arbitrary files readable by the web server process. The vulnerability requires no authentication and no user interaction, making it trivially exploitable via a simple HTTP request.
Business impact
Exploitation of this vulnerability could expose sensitive organizational data, including WordPress configuration files containing database credentials, authentication keys, and API tokens. Attackers may gain access to customer information, business logic details, or other intellectual property stored in readable files. This can lead to further compromise of the WordPress installation, data breaches, and potential regulatory violations if personal data is exposed.
Affected systems
All installations of the Jssor Slider plugin for WordPress up to and including version 3.1.24 are affected. This includes any website using this popular image slider plugin on the WordPress platform. The vulnerability affects both single-site and multisite WordPress installations where the plugin is active.
Exploitability
This vulnerability is trivial to exploit. No authentication is required, no special conditions need to be met, and exploitation can be automated. An attacker needs only to craft an HTTP request with a manipulated 'url' parameter containing directory traversal sequences. The network-accessible attack vector and low attack complexity mean that opportunistic scanning and exploitation are likely occurring in the wild.
Remediation
Update the Jssor Slider plugin immediately to a patched version released after 3.1.24. Verify the updated version against the official plugin repository or vendor advisory to confirm the vulnerability has been addressed. After patching, verify that the plugin is functioning correctly in your WordPress environment.
Patch guidance
Navigate to your WordPress admin dashboard, go to Plugins > Installed Plugins, locate Jssor Slider, and check for available updates. Click 'Update Now' if an update is available. Alternatively, deactivate and delete the plugin, then reinstall the latest version from the official WordPress plugin repository. After updating, test the slider functionality on your site. If no patch is available from the vendor, consider temporarily disabling the plugin until a fix is released, and evaluate alternative slider plugins that are actively maintained.
Detection guidance
Monitor web server logs for requests containing directory traversal patterns in the 'url' parameter, such as sequences like '../', '..\', or encoded variants (%2e%2e%2f). Look for GET or POST requests to the Jssor Slider plugin files with unusual path parameters. Web Application Firewalls (WAF) should be configured to block directory traversal attempts. If available, enable the plugin's debug logging to capture suspicious parameter usage. Check for unauthorized access to sensitive files like wp-config.php or .env files in server logs.
Why prioritize this
This vulnerability merits immediate remediation despite being unpublished in CISA's KEV catalog. The combination of complete lack of authentication requirements, trivial exploitability, high confidentiality impact, and the popularity of WordPress and slider plugins creates significant risk. Attackers can harvest sensitive data without leaving obvious traces of compromise, making post-breach detection difficult.
Risk score, explained
The CVSS 3.1 score of 7.5 (HIGH) reflects a vulnerability with network attack vector, no authentication required, low attack complexity, and high confidentiality impact. The score does not account for the popularity and widespread deployment of WordPress plugins, which multiplies the practical risk. The lack of integrity and availability impact prevents a critical rating, but confidentiality exposure of configuration and credential data justifies the high severity designation.
Frequently asked questions
Can this vulnerability be exploited without modifying my WordPress site or installing anything?
Yes. An attacker can exploit this vulnerability by sending specially crafted HTTP requests to your site from outside your network. No installation, WordPress access, or user interaction is required on your part. This is why it poses a significant risk even to sites with strong password policies.
If I update to version 3.1.25 or later, am I fully protected?
You should verify against the official Jssor Slider plugin advisory or repository to confirm that the version you're updating to actually addresses CVE-2026-14244. Plugin vendors sometimes release updates for other reasons. After updating, test that the plugin works correctly and monitor your logs for any suspicious activity.
What files are at highest risk of exposure?
The most sensitive files are typically wp-config.php (containing database credentials and security keys), .htaccess, .env files, and any custom configuration files storing API keys or secrets. An attacker may also read source code to identify other vulnerabilities for further exploitation.
Should I disable the plugin until a patch is available?
If no patched version is available, disabling the plugin is the safest option. You can do this from the WordPress admin dashboard or via SFTP. If the slider is critical to your site functionality, consider using an alternative plugin that is actively maintained and has a strong security track record.
This analysis is based on the CVE description and CVSS vector provided as of the publication date. Specific patch version numbers and vendor advisory details should be verified directly with the Jssor plugin repository and official security advisories. The absence of a CISA KEV entry does not indicate low risk; active exploitation may occur regardless of KEV publication status. Test all patches in a non-production environment before deploying to production systems. This intelligence is provided for defensive purposes only. Source: NVD (public-domain), retrieved 2026-08-16. Analysis generated by SEC.co (claude-haiku-4-5).
Weaknesses (CWE)
Related vulnerabilities
- CVE-2016-20076HIGHWordPress Simple-Backup 2.7.11 Unauthenticated File Access & Deletion Vulnerability
- CVE-2016-20081HIGHHB Audio Gallery Lite Path Traversal Vulnerability – Unauthenticated File Download
- CVE-2017-20248HIGHApptha Slider Gallery Path Traversal Vulnerability
- CVE-2017-20250HIGHMac Photo Gallery 3.0 Path Traversal File Download Vulnerability
- CVE-2018-25408HIGHOpen ISES Project Path Traversal Vulnerability (High Severity)
- CVE-2024-32729HIGHPath Traversal in QuantumCloud Conversational Forms for ChatBot (CVSS 7.5)
- CVE-2024-40646HIGHVertex Path Traversal Vulnerability – Remote File Access Risk
- CVE-2025-60223HIGHWPBot Pro Arbitrary File Deletion Vulnerability – HIGH Risk Exploit