CVE Catalog

CVE-2026-16685

MediumCVSS 6.4
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.24%

15th percentile - higher than 15% of all known CVEs

Summary

The Download Manager plugin for WordPress up to version 3.3.66 contains a Stored Cross-Site Scripting (XSS) vulnerability via the 'icon' shortcode attribute. Authenticated attackers with contributor-level access and above can inject arbitrary web scripts that execute whenever a user accesses an injected page.

Risk Assessment

Attackers can inject malicious scripts that execute on page access, potentially leading to session theft, redirects, or other user-targeted attacks.

Recommendation

Update the Download Manager plugin to the latest version and avoid using shortcodes with user-supplied attributes.

Other vulnerabilities in Download Manager

See all
Original NVD description (English source)

The Download Manager plugin for WordPress is vulnerable to Stored Cross-Site Scripting via 'icon' Shortcode Attribute in all versions up to, and including, 3.3.66 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. wp_kses_post() does not neutralize the payload because it operates on post content at save time and does not process shortcode attribute values that are emitted unescaped at render time.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS