CVE-2026-7661
Description
The Bootstrap Shortcode plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the box shortcode in all versions up to, and including, 1.0. This is due to insufficient input sanitization and output escaping on user supplied attributes. 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 Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Stored XSS in Bootstrap Shortcode plugin via `box` shortcode allows Contributor+ users to inject arbitrary scripts.
The Bootstrap Shortcode plugin for WordPress (versions up to and including 1.0) contains a stored cross-site scripting (XSS) vulnerability in its box shortcode. The root cause is insufficient input sanitization and output escaping on user-supplied attributes, allowing malicious HTML or JavaScript to be stored in the database.
To exploit this vulnerability, an attacker must have at least Contributor-level access to the WordPress site. The attacker can then craft a post or page using the box shortcode with a malicious attribute value. When any user (including administrators) views the compromised page, the injected script executes in their browser.
Successful exploitation enables the attacker to perform actions such as stealing session cookies, redirecting users to malicious sites, or defacing the site. The impact is limited to authenticated users with contributor privileges, but the stored nature means the payload persists until removed.
The plugin has been closed as of May 6, 2026, pending a full review [1]. Users should remove or replace the plugin immediately. No patched version is available, and the only mitigation is to disable or delete the plugin.
AI Insight generated on May 18, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
2(expand)+ 1 more
- (no CPE)
- (no CPE)range: <= 1.0
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
3News mentions
0No linked articles in our index yet.