Description
The Download Manager WordPress plugin before 7.5.6 does not sanitise and escape data submitted through its email-locked download subscription form before outputting it back in an admin page, which could allow unauthenticated attackers to perform Stored Cross-Site Scripting attacks against administrators. This affects the commercial Pro edition only; the free Download Manager WordPress plugin before 7.5.6 published under the same slug does not ship the affected feature.
Published: 2026-09-27
Score: n/a
EPSS: n/a
KEV: No
Impact: Stored Cross‑Site Scripting via email‑locked download subscription form
Action: Patch
AI Analysis

Impact

The vulnerability lies in the Download Manager Pro WordPress plugin before version 7.5.6. Data entered through the email‑locked download subscription form is stored by the plugin and later output on an admin‑page without proper sanitisation or escaping. This flaw allows an attacker to inject arbitrary JavaScript that will execute in the browser context of any WordPress administrator who views the affected admin page, enabling malicious actions such as session hijacking, credential theft, or defacement, all while remaining hidden from users.

Affected Systems

Affects the commercial Download Manager Pro WordPress plugin with any release earlier than 7.5.6. The free (non‑Pro) Download Manager plugin, though released under the same slug, does not include the vulnerable subscription feature and is therefore not impacted.

Risk and Exploitability

Exploitability is high because the attack requires no authentication; any person with internet access can submit a malicious payload via the public subscription form. The lack of a published CVSS score or EPSS data suggests the severity is not formally quantified, but the nature of stored XSS in an admin interface is considered a significant risk. The vulnerability is not listed in CISA’s KEV catalog, indicating no publicly known exploits at the time of assessment. Adopting the safest assumption, an attacker could deliver scripts that persist across administrative sessions and could persist until the plugin is updated or the issue is otherwise mitigated.

Generated by OpenCVE AI on September 27, 2026 at 07:51 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Download Manager Pro plugin to version 7.5.6 or later to remove the unsanitised handling of subscription data
  • Temporarily disable the public email‑locked download subscription form or remove the plugin from front‑end pages to prevent unauthenticated submission of malicious payloads
  • Implement custom input sanitisation (e.g., sanitize_text_field) for subscription data and employ esc_html when rendering output until the patch is applied

Generated by OpenCVE AI on September 27, 2026 at 07:51 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 27 Sep 2026 08:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-79

Sun, 27 Sep 2026 06:15:00 +0000

Type Values Removed Values Added
Description The Download Manager WordPress plugin before 7.5.6 does not sanitise and escape data submitted through its email-locked download subscription form before outputting it back in an admin page, which could allow unauthenticated attackers to perform Stored Cross-Site Scripting attacks against administrators. This affects the commercial Pro edition only; the free Download Manager WordPress plugin before 7.5.6 published under the same slug does not ship the affected feature.
Title Download Manager Pro < 7.5.6 - Unauthenticated Stored XSS via Email Lock Subscription
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-09-27T06:00:19.713Z

Reserved: 2026-09-08T08:47:55.555Z

Link: CVE-2026-86609

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-27T06:17:14.070

Modified: 2026-09-27T06:17:14.070

Link: CVE-2026-86609

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-27T08:00:08Z

Weaknesses
  • CWE-79

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