Description
The WP Dropzone plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'callback' shortcode attribute in all versions up to, and including, 1.1.1. This is due to insufficient input sanitization and output escaping on user-supplied 'callback' attributes, which are evaluated as JavaScript code via the `new Function()` constructor. 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.
Published: 2025-12-12
Score: 6.4 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Stored cross‑site scripting
Action: Immediate patch
AI Analysis

Impact

The WP Dropzone plugin for WordPress allows authenticated users with Contributor or higher permissions to embed a "callback" attribute in shortcode tags. The plugin fails to sanitize or escape the value of this attribute before evaluating it via JavaScript’s `new Function()` constructor. Because the value is persisted in the database, every subsequent page view that includes the shortcode executes the attacker‑supplied JavaScript. The stored XSS flaw can be used to steal session cookies, deface content, or deliver other client‑side attacks when any user visits the affected page.

Affected Systems

All installations of the WP Dropzone plugin from its initial release up to and including version 1.1.1 are vulnerable. The plugin is distributed by nazsabuz and operates within WordPress sites that permit Contributors or higher to edit content. Updating the plugin to a release newer than 1.1.1 removes the flaw, or disabling the "callback" attribute entirely resolves the risk.

Risk and Exploitability

The CVSS score of 6.4 indicates medium severity, and the EPSS score of less than 1 % suggests a low probability of widespread exploitation at the present time. The vulnerability is not listed in CISA’s KEV catalog, which further implies limited known exploitation. Attackers must first gain authenticated Contributor‑level access, then insert a malicious callback value into a post or page using the shortcode. Once stored, the payload is executed whenever a visitor loads the affected content, making the exploitation straightforward once the initial privilege is achieved.

Generated by OpenCVE AI on April 22, 2026 at 20:51 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update WP Dropzone to the latest available version, or at minimum to a release newer than 1.1.1
  • If an update is not possible, remove the or disable the 'callback' shortcode attribute in all posts and exclude user‑supplied values from the function constructor
  • Sanitize all user input and escape output when processing shortcode attributes to prevent arbitrary JavaScript execution, following best practices for XSS mitigations

Generated by OpenCVE AI on April 22, 2026 at 20:51 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 15 Dec 2025 19:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Fri, 12 Dec 2025 09:00:00 +0000

Type Values Removed Values Added
First Time appeared Wordpress
Wordpress wordpress
Vendors & Products Wordpress
Wordpress wordpress

Fri, 12 Dec 2025 03:45:00 +0000

Type Values Removed Values Added
Description The WP Dropzone plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'callback' shortcode attribute in all versions up to, and including, 1.1.1. This is due to insufficient input sanitization and output escaping on user-supplied 'callback' attributes, which are evaluated as JavaScript code via the `new Function()` constructor. 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.
Title WP Dropzone <= 1.1.1 - Authenticated (Contributor+) Stored Cross-Site Scripting via 'callback' 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

Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-04-08T16:41:56.863Z

Reserved: 2025-12-03T17:07:46.188Z

Link: CVE-2025-13989

cve-icon Vulnrichment

Updated: 2025-12-15T18:07:45.367Z

cve-icon NVD

Status : Deferred

Published: 2025-12-12T04:15:45.873

Modified: 2026-04-15T00:35:42.020

Link: CVE-2025-13989

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-22T21:00:06Z

Weaknesses