Description
The Download Manager plugin for WordPress is vulnerable to Stored Cross-Site Scripting via 'no_data_msg' Shortcode Attribute in all versions up to, and including, 3.3.60 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. Although wp_kses_post is applied to post content on save, it only strips HTML tokens and does not neutralize C-style escape sequences embedded within shortcode attribute values, meaning contributors can craft a payload that survives the kses filter and is silently reconstructed into a raw script tag at render time.
Published: 2026-07-01
Score: 6.4 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability allows an authenticated contributor or higher to store malicious scripts through the 'no_data_msg' attribute of a shortcode. The payload is saved to the post content, bypassing the typical wp_kses_post filter because the filter does not remove C‑style escape sequences that are later re‑assembled into a script tag when the page is rendered. Once injected, the script runs in the browser of any user who views the affected page, enabling session hijacking, defacement, or data theft.

Affected Systems

WordPress sites using the Download Manager plugin, codename065:Download Manager, any version up to and including 3.3.60. The flaw exists in the shortcode handling code that is present in all releases prior to 3.3.61.

Risk and Exploitability

The CVSS score of 6.4 indicates a medium severity with a Medium to Hard exploitation difficulty. EPSS data is not available and the vulnerability is not recorded in CISA’s KEV catalog. Exploitation requires only contributor‑level access, meaning that users who can add or edit posts may inject a payload. Because the attack vector is authenticated and local, the opportunity to exploit is limited to sites with a compromised contributor account or to attackers who can stealthily log in.

Generated by OpenCVE AI on July 1, 2026 at 12:48 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Download Manager plugin to version 3.3.61 or newer to receive the fixed attribute sanitization.
  • If an upgrade is not immediately possible, remove contributor or lower roles from users who can edit shortcode attributes, or use a role‑management plugin to restrict access to editing content.
  • Add additional content‑moderation rules to scrub 'no_data_msg' values for disallowed tags or scripts, ensuring any user‑submitted content is checked before rendering.

Generated by OpenCVE AI on July 1, 2026 at 12:48 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 01 Jul 2026 11:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Wed, 01 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 'no_data_msg' Shortcode Attribute in all versions up to, and including, 3.3.60 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. Although wp_kses_post is applied to post content on save, it only strips HTML tokens and does not neutralize C-style escape sequences embedded within shortcode attribute values, meaning contributors can craft a payload that survives the kses filter and is silently reconstructed into a raw script tag at render time.
Title Download Manager <= 3.3.60 - Authenticated (Contributor+) Stored Cross-Site Scripting via 'no_data_msg' 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

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-07-01T10:32:03.787Z

Reserved: 2026-06-29T14:43:51.291Z

Link: CVE-2026-13733

cve-icon Vulnrichment

Updated: 2026-07-01T10:30:29.160Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-01T13:00:15Z

Weaknesses
  • CWE-79

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