VYPR
Medium severity6.4NVD Advisory· Published Jul 19, 2025· Updated Apr 15, 2026

CVE-2025-7655

CVE-2025-7655

Description

The Live Stream Badger plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's 'livestream' shortcode in all versions up to, and including, 1.4.3 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.

The Live Stream Badger plugin for WordPress <=1.4.3 has a stored XSS vulnerability in its 'livestream' shortcode due to insufficient sanitization of user-supplied attributes.

Vulnerability

Description

The Live Stream Badger plugin for WordPress, in versions up to and including 1.4.3, contains a stored cross-site scripting (XSS) vulnerability in its [livestream] shortcode. The plugin fails to properly sanitize user-supplied attributes passed to the shortcode, and does not escape the output when rendering the embedded stream. This allows authenticated attackers to inject arbitrary HTML and JavaScript code.

Attack

Vector

An attacker must have at least Contributor-level access to a WordPress site using the vulnerable plugin. By crafting a malicious shortcode via a post or page, the attacker can inject a payload into any attribute that is later displayed. The injected script will execute in the browser of any user who views the affected page. No other authentication or network position is required beyond the contributor account.

Impact

Successful exploitation leads to arbitrary JavaScript execution in the context of the victim's session. This can result in session hijacking, cookie theft, redirection to malicious sites, or defacement of the WordPress site. The stored nature of the vulnerability means the payload persists and affects every subsequent visitor until removed.

Mitigation

All versions of Live Stream Badger up to and including 1.4.3 are affected. Users should upgrade to a patched version if one exists, or consider disabling the shortcode until a fix is applied. The root cause is the improper handling of attributes as seen in the shortcode class file [1].

AI Insight generated on May 19, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

2

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

3

News mentions

0

No linked articles in our index yet.