Description
The Download Manager plugin for WordPress is vulnerable to Stored Cross-Site Scripting via 'note_before' and 'note_after' Shortcode Attributes in all versions up to, and including, 3.3.61 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. Because wp_kses_post filters post content on save for users without unfiltered_html, only kses-allowed tag and attribute payloads that survive save-time filtering will reach the unescaped sink; however, the sink itself remains unsafe and such payloads can still execute in the browser when a user renders the shortcode.
Published: 2026-07-09
Score: 6.4 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability allows a user with contributor level access or higher in WordPress to inject scripted code into the 'note_before' and 'note_after' shortcode attributes. Because the plugin sanitizes input only with wp_kses_post for users lacking unfiltered_html capability, only certain kses‑allowed tags and attributes survive initial filtering. The sink that outputs these values is still unescaped, causing any remaining payload to execute in the victim’s browser when the shortcode is rendered, which is a classic stored cross‑site scripting flaw (CWE‑79).

Affected Systems

WordPress Download Manager plugin (codename065) versions up to and including 3.3.61 are affected. It is inferred that subsequent releases, such as 3.3.62 and later, are not vulnerable, although this has not been independently confirmed.

Risk and Exploitability

The CVSS base score of 6.4 classifies the issue as moderate severity. The EPSS score is less than 1 %, indicating a low probability of exploitation in the wild. The vulnerability is not listed in the CISA KEV catalog. Exploitation requires the attacker to be authenticated and possess contributor or higher permissions, after which they can inject script elements that persist through saving and trigger execution during page rendering.

Generated by OpenCVE AI on July 29, 2026 at 12:46 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Download Manager plugin to any release newer than 3.3.61.
  • If an update is not immediately available, remove or limit the contributor role (or any role that can edit shortcode attributes) so that only administrators can modify them.
  • Enforce a Content Security Policy that disallows inline scripts to mitigate the impact of any payload that might still reach the sink.

Generated by OpenCVE AI on July 29, 2026 at 12:46 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 09 Jul 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Thu, 09 Jul 2026 08:15:00 +0000

Type Values Removed Values Added
Description The Download Manager plugin for WordPress is vulnerable to Stored Cross-Site Scripting via 'note_before' and 'note_after' Shortcode Attributes in all versions up to, and including, 3.3.61 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. Because wp_kses_post filters post content on save for users without unfiltered_html, only kses-allowed tag and attribute payloads that survive save-time filtering will reach the unescaped sink; however, the sink itself remains unsafe and such payloads can still execute in the browser when a user renders the shortcode.
Title Download Manager <= 3.3.61 - Authenticated (Contributor+) Stored Cross-Site Scripting via 'note_before' and 'note_after' Shortcode Attributes
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

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-07-09T17:31:10.016Z

Reserved: 2026-07-01T14:26:42.757Z

Link: CVE-2026-14343

cve-icon Vulnrichment

Updated: 2026-07-09T17:31:06.677Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-29T13:00:16Z

Weaknesses
  • CWE-79

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