Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Network RCE with no attacker auth or user interaction (PR:N/UI:N) but AC:H because a valid signed management request must be captured or replayed; full C/I/A impact via code execution.
Primary rating from Vendor (WPScan).
CVSS VectorVendor: WPScan
Lifecycle Timeline
5DescriptionCVE.org
The wpmudev-updates WordPress plugin before 5.0.1 does not verify the integrity of the packages installed through its remote management interface, nor protect those requests against replay, allowing an attacker able to obtain or replay a valid signed management request to install and execute arbitrary code (remote code execution).
AnalysisAI
Remote code execution in the WPMU DEV Dashboard (wpmudev-updates) WordPress plugin before 5.0.1 allows an attacker who can obtain or replay a single valid signed management request to push and execute arbitrary code on the site. The plugin's remote management interface installs packages without verifying their integrity and without replay protection, so a captured legitimate management call can be reused to install an attacker-controlled package. WPScan reports publicly available exploit code and the plugin scores CVSS 9.8; EPSS is elevated at 22%, but there is no public exploit identified as actively exploited in the wild (not in CISA KEV).
Technical ContextAI
wpmudev-updates is the WPMU DEV Dashboard plugin, which connects self-hosted WordPress sites to WPMU DEV's cloud service (The Hub) to manage plugin/theme installations and updates remotely. That management channel accepts signed requests instructing the site to fetch and install packages. The root cause is CWE-94 (Improper Control of Generation of Code / Code Injection): the install routine trusts the delivered package without cryptographic integrity verification of the payload, and the request-authentication scheme lacks anti-replay protection (no nonce/timestamp binding), so a valid signature can be reused. The CPE cpe:2.3:a:unknown:wpmudev-updates:*:*:*:*:*:*:*:* confirms the affected package name, with the vendor namespace unresolved in the NVD CPE dictionary.
RemediationAI
Vendor-released patch: upgrade wpmudev-updates to version 5.0.1 or later, which adds package integrity verification and replay protection to the remote management interface; this is the primary and recommended fix (see https://wpscan.com/vulnerability/8dae5fbf-2e9d-4978-b97d-a20e076cd309/). If immediate upgrade is not possible, disconnect the site from the WPMU DEV Hub / remote management to close the exploited channel, accepting the trade-off of losing centralized remote management and updates until reconnected. As additional compensating controls, restrict or monitor the plugin's management endpoints at the web/WAF layer and review recently installed plugins/themes for unexpected packages that may indicate a prior forged or replayed install; note that WAF filtering of legitimately-signed requests is imperfect and not a substitute for the patch.
Same weakness CWE-94 – Code Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-57085
GHSA-9hq3-gc69-h95q