Severity by source
AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N
Contributor account required for injection (PR:L); stored XSS executes in victim browsers, changing scope (S:C); no server-side availability impact warrants A:N.
Primary rating from Vendor (Wordfence).
CVSS VectorVendor: Wordfence
Lifecycle Timeline
2DescriptionCVE.org
The Serious Slider plugin for WordPress is vulnerable to Stored Cross-Site Scripting via 'theme' Shortcode Attribute in all versions up to, and including, 1.4.0 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.
AnalysisAI
Stored Cross-Site Scripting in the Serious Slider WordPress plugin (all versions up to and including 1.4.0) allows authenticated contributors to inject persistent malicious scripts via the 'theme' shortcode attribute, which then execute in the browser of any user who subsequently visits the affected page. The flaw originates from insufficient sanitization and output escaping in multiple code paths within inc/shortcodes.php, as confirmed by Wordfence and EUVD-2026-59867. No public exploit has been identified at time of analysis, and the vulnerability is not listed in CISA KEV.
Technical ContextAI
The affected code is in the Serious Slider plugin (CPE: cpe:2.3:a:cryout-creations:serious_slider:*:*:*:*:*:*:*:*) developed by Cryout Creations for WordPress. The vulnerable logic is distributed across at least four locations in inc/shortcodes.php (lines 55, 102, 111, and 244), where the 'theme' attribute of the plugin's shortcode is reflected into the HTML output without proper encoding. CWE-79 (Improper Neutralization of Input During Web Page Generation - Cross-Site Scripting) identifies the root cause: user-supplied shortcode attribute values reach the rendered page without escaping, enabling injected scripts to execute in the context of any visitor's browser. WordPress shortcode parameters are intended for presentation logic but must be sanitized before output; the absence of that sanitization here allows the attribute to serve as a persistent script injection vector.
RemediationAI
Update the Serious Slider plugin to a version beyond 1.4.0; the upstream fix is reflected in the WordPress plugin repository changeset at https://plugins.trac.wordpress.org/changeset?reponame=&old=3640247%40cryout-serious-slider&new=3640247%40cryout-serious-slider, though the exact patched release version tag was not independently confirmed from the available data - verify the current version in the WordPress plugin directory before deploying. As an interim compensating control, restrict contributor-level account creation to verified trusted users and audit all existing contributor accounts for unauthorized or compromised access; this eliminates the PR:L entry point and makes exploitation infeasible without also compromising a higher-privilege account. If slider functionality is not actively required, deactivating or uninstalling the plugin entirely removes the attack surface with no security trade-offs beyond loss of slider rendering. The Wordfence advisory at https://www.wordfence.com/threat-intel/vulnerabilities/id/c8f45054-e6a4-403b-94eb-2dd2a4840c22 should be monitored for patch version confirmation.
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-79 – Cross-site Scripting (XSS)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-59867
GHSA-8x7q-3q4v-jcjq