VYPR
Medium severity6.4NVD Advisory· Published May 27, 2026

CVE-2026-8899

CVE-2026-8899

Description

The Auto Thumbnail plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'thumbnails' shortcode in all versions up to, and including, 1.0. This is due to insufficient input sanitization and output escaping on the shortcode's 'width' and 'height' attributes in the athn_thumbnails() function, which are concatenated directly into an HTML tag. 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 Auto Thumbnail plugin for WordPress allows authenticated contributors to inject scripts via unsanitized width/height attributes in the thumbnails shortcode.

Vulnerability

The Auto Thumbnail plugin for WordPress (versions up to and including 1.0) contains a stored cross-site scripting vulnerability in the athn_thumbnails() function, which handles the [thumbnails] shortcode. The width and height attributes are concatenated directly into an HTML `` tag without proper input sanitization or output escaping [1][2]. This allows attackers to inject arbitrary HTML and JavaScript through these attributes.

Exploitation

An attacker must have at least contributor-level access to the WordPress site. They can create or edit a post or page and insert the [thumbnails] shortcode with a malicious payload in the width or height attribute (e.g., [thumbnails width="300" height="300 onmouseover=alert(1)"]). When any user views the affected page, the injected script executes in their browser.

Impact

Successful exploitation results in stored cross-site scripting, enabling the attacker to execute arbitrary JavaScript in the context of the victim's session. This can lead to cookie theft, session hijacking, defacement, or redirection to malicious sites. The attack affects all users who visit the compromised page, regardless of their privilege level.

Mitigation

As of the publication date, no patched version of the Auto Thumbnail plugin has been released. Users should disable the plugin immediately until a security update is available. There is no known workaround. The vulnerability is not currently listed in CISA's Known Exploited Vulnerabilities catalog.

AI Insight generated on May 27, 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.