Description
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.
Published: 2026-08-01
Score: 6.4 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Download Manager plugin for WordPress contains a weakness where the value supplied to the 'icon' shortcode attribute is not properly sanitized or escaped when rendered. An authenticated contributor or higher can embed malicious JavaScript into any post or page that includes the shortcode, leading to arbitrary code execution inside the victim’s browser. The flaw is a classic input validation failure (CWE‑79).

Affected Systems

WordPress sites running the Download Manager plugin on any version up to and including 3.3.66 are affected. The vulnerability applies when a contributor‑level or higher user inserts the ‘icon’ attribute in a shortcode within a page or post. All WordPress installations that use this plugin and have users with such roles are at risk.

Risk and Exploitability

The CVSS score of 6.4 places this issue in the medium severity range. The EPSS score of less than 1% indicates that, at the time of this analysis, exploitation probability is considered low, and it is not listed in the CISA KEV catalog. Nevertheless, once instantiated, the XSS payload runs in the context of any user who views the affected page. The likely attack vector is remote, via the WordPress administrative interface, requiring only contributor‑level access. An attacker can steal session cookies, deface pages, or redirect users to malicious sites.

Generated by OpenCVE AI on August 4, 2026 at 11:18 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Download Manager plugin to the latest available version
  • If an upgrade cannot be performed immediately, remove or replace the 'icon' attribute in all existing shortcodes, or disable contributor role capabilities that allow editing of shortcodes.
  • Implement a custom sanitization routine or use a security plugin that escapes shortcode attribute values at render time to prevent malicious script injection.

Generated by OpenCVE AI on August 4, 2026 at 11:18 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 03 Aug 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 03 Aug 2026 16:00:00 +0000

Type Values Removed Values Added
First Time appeared Codename065
Codename065 download Manager Plugin
Wordpress
Wordpress wordpress
Vendors & Products Codename065
Codename065 download Manager Plugin
Wordpress
Wordpress wordpress

Sat, 01 Aug 2026 08:30:00 +0000

Type Values Removed Values Added
Description 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.
Title Download Manager <= 3.3.66 - Authenticated (Contributor+) Stored Cross-Site Scripting via 'icon' Shortcode Attribute
Weaknesses CWE-79
References
Metrics cvssV3_1

{'score': 6.4, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N'}


Subscriptions

Codename065 Download Manager Plugin
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-08-03T17:38:14.207Z

Reserved: 2026-07-22T22:39:53.074Z

Link: CVE-2026-16685

cve-icon Vulnrichment

Updated: 2026-08-03T17:37:51.851Z

cve-icon NVD

Status : Deferred

Published: 2026-08-01T09:17:01.250

Modified: 2026-08-12T21:00:37.147

Link: CVE-2026-16685

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T11:30:07Z

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')