CVE-2025-11764: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in fastmover Shortcodes Bootstrap
The Shortcodes Bootstrap plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'type' parameter in the [notification] shortcode in all versions up to, and including, 1.1. This is due to missing 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.
AI Analysis
Technical Summary
CVE-2025-11764 is a stored Cross-Site Scripting (XSS) vulnerability identified in the fastmover Shortcodes Bootstrap plugin for WordPress, affecting all versions up to and including 1.1. The vulnerability stems from improper neutralization of input during web page generation, specifically due to missing input sanitization and output escaping of the 'type' parameter within the [notification] shortcode. This flaw allows authenticated users with contributor-level access or higher to inject arbitrary JavaScript code into pages. When other users access these pages, the injected scripts execute in their browsers, potentially leading to session hijacking, privilege escalation, or unauthorized actions within the WordPress site context. The vulnerability is classified under CWE-79, indicating Cross-Site Scripting issues. The CVSS v3.1 base score is 6.4, reflecting medium severity, with an attack vector of network (remote), low attack complexity, requiring privileges (contributor or higher), no user interaction, and a scope change affecting confidentiality and integrity but not availability. No patches or known exploits have been reported at the time of publication. The vulnerability's exploitation requires authenticated access, limiting exposure to internal or trusted users with editing rights. However, in environments with multiple contributors or less stringent access controls, the risk increases. The stored nature of the XSS means the malicious payload persists in the site content, affecting all users who view the infected pages.
Potential Impact
For European organizations, this vulnerability poses a risk primarily to the confidentiality and integrity of WordPress-based websites that utilize the fastmover Shortcodes Bootstrap plugin. Exploitation could allow attackers with contributor-level access to execute arbitrary scripts, potentially leading to session hijacking, defacement, or unauthorized actions on behalf of other users, including administrators. This could result in data leakage, unauthorized content changes, or further compromise of the website and connected systems. Organizations relying on WordPress for public-facing or internal content management, especially those with multiple contributors, are at heightened risk. The vulnerability does not directly impact availability but could indirectly cause service disruptions through defacement or administrative lockout. Given the medium severity and requirement for authenticated access, the threat is moderate but significant in environments with less restrictive contributor management or where contributor accounts are compromised. The absence of known exploits in the wild reduces immediate risk but does not preclude targeted attacks or future exploitation.
Mitigation Recommendations
European organizations should implement the following specific mitigations: 1) Immediately audit and restrict contributor-level access to trusted personnel only, minimizing the number of users who can inject shortcode parameters. 2) Monitor and review all content created or edited via the [notification] shortcode for suspicious or unexpected script content. 3) Employ Web Application Firewalls (WAFs) with rules targeting common XSS payloads, especially those targeting shortcode parameters. 4) If possible, disable or remove the fastmover Shortcodes Bootstrap plugin until a vendor patch or update is available. 5) Implement server-side input validation and output escaping for shortcode parameters in custom code or overrides to prevent script injection. 6) Educate content contributors about safe content creation practices and the risks of injecting untrusted code. 7) Regularly update WordPress core and plugins to incorporate security patches promptly once released. 8) Conduct periodic security scans focusing on stored XSS vulnerabilities in WordPress environments. These steps go beyond generic advice by focusing on access control, content monitoring, and proactive plugin management specific to this vulnerability.
Affected Countries
Germany, United Kingdom, France, Netherlands, Italy, Spain
CVE-2025-11764: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in fastmover Shortcodes Bootstrap
Description
The Shortcodes Bootstrap plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'type' parameter in the [notification] shortcode in all versions up to, and including, 1.1. This is due to missing 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.
AI-Powered Analysis
Technical Analysis
CVE-2025-11764 is a stored Cross-Site Scripting (XSS) vulnerability identified in the fastmover Shortcodes Bootstrap plugin for WordPress, affecting all versions up to and including 1.1. The vulnerability stems from improper neutralization of input during web page generation, specifically due to missing input sanitization and output escaping of the 'type' parameter within the [notification] shortcode. This flaw allows authenticated users with contributor-level access or higher to inject arbitrary JavaScript code into pages. When other users access these pages, the injected scripts execute in their browsers, potentially leading to session hijacking, privilege escalation, or unauthorized actions within the WordPress site context. The vulnerability is classified under CWE-79, indicating Cross-Site Scripting issues. The CVSS v3.1 base score is 6.4, reflecting medium severity, with an attack vector of network (remote), low attack complexity, requiring privileges (contributor or higher), no user interaction, and a scope change affecting confidentiality and integrity but not availability. No patches or known exploits have been reported at the time of publication. The vulnerability's exploitation requires authenticated access, limiting exposure to internal or trusted users with editing rights. However, in environments with multiple contributors or less stringent access controls, the risk increases. The stored nature of the XSS means the malicious payload persists in the site content, affecting all users who view the infected pages.
Potential Impact
For European organizations, this vulnerability poses a risk primarily to the confidentiality and integrity of WordPress-based websites that utilize the fastmover Shortcodes Bootstrap plugin. Exploitation could allow attackers with contributor-level access to execute arbitrary scripts, potentially leading to session hijacking, defacement, or unauthorized actions on behalf of other users, including administrators. This could result in data leakage, unauthorized content changes, or further compromise of the website and connected systems. Organizations relying on WordPress for public-facing or internal content management, especially those with multiple contributors, are at heightened risk. The vulnerability does not directly impact availability but could indirectly cause service disruptions through defacement or administrative lockout. Given the medium severity and requirement for authenticated access, the threat is moderate but significant in environments with less restrictive contributor management or where contributor accounts are compromised. The absence of known exploits in the wild reduces immediate risk but does not preclude targeted attacks or future exploitation.
Mitigation Recommendations
European organizations should implement the following specific mitigations: 1) Immediately audit and restrict contributor-level access to trusted personnel only, minimizing the number of users who can inject shortcode parameters. 2) Monitor and review all content created or edited via the [notification] shortcode for suspicious or unexpected script content. 3) Employ Web Application Firewalls (WAFs) with rules targeting common XSS payloads, especially those targeting shortcode parameters. 4) If possible, disable or remove the fastmover Shortcodes Bootstrap plugin until a vendor patch or update is available. 5) Implement server-side input validation and output escaping for shortcode parameters in custom code or overrides to prevent script injection. 6) Educate content contributors about safe content creation practices and the risks of injecting untrusted code. 7) Regularly update WordPress core and plugins to incorporate security patches promptly once released. 8) Conduct periodic security scans focusing on stored XSS vulnerabilities in WordPress environments. These steps go beyond generic advice by focusing on access control, content monitoring, and proactive plugin management specific to this vulnerability.
Affected Countries
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- Wordfence
- Date Reserved
- 2025-10-14T21:16:52.448Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 69202359cf2d47c38997b3cd
Added to database: 11/21/2025, 8:31:21 AM
Last enriched: 11/28/2025, 8:44:06 AM
Last updated: 1/8/2026, 12:43:21 PM
Views: 38
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Related Threats
CVE-2025-62877: CWE-1188: Initialization of a Resource with an Insecure Default in SUSE harvester
CriticalCVE-2024-1574: CWE-470 Use of Externally-Controlled Input to Select Classes or Code ('Unsafe Reflection') in Mitsubishi Electric Iconics Digital Solutions GENESIS64
MediumCVE-2024-1573: CWE-306 Missing Authentication for Critical Function in Mitsubishi Electric Iconics Digital Solutions GENESIS64
MediumThe State of Trusted Open Source
MediumCVE-2024-1182: CWE-427 Uncontrolled Search Path Element in Mitsubishi Electric Iconics Digital Solutions GENESIS64
HighActions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console in Console -> Billing for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.