CVE-2026-16051: WPMU DEV Dashboard < 5.0.1 - Remote Code Execution via Hub Install Action
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).
Security readout for executives and security teams
Plain-English summary
A flaw in WPMU DEV Dashboard could let an attacker install and run arbitrary code on a WordPress site by obtaining or replaying a valid signed management request. Successful exploitation could expose site data, alter content, or disrupt operations. Versions before 5.0.1 are described as vulnerable.
Executive priority
Treat this as an immediate remediation priority because successful exploitation enables full remote code execution without ordinary user interaction. Identify affected WordPress sites, update them promptly, and investigate suspicious Hub installation activity. Current sources do not confirm active exploitation, so communicate urgency without claiming an ongoing campaign.
Technical view
The wpmudev-updates plugin before 5.0.1 lacks package-integrity verification and replay protection for Hub install actions. An attacker who obtains or replays a valid signed management request could install and execute arbitrary code remotely. The supplied CVSS 3.1 score is 9.8 and maps the issue to CWE-94.
Likely exposure
Exposure is most likely where wpmudev-updates versions earlier than 5.0.1 use the remote management interface. Exploitation requires access to, or replay of, a valid signed management request. The bundle does not establish how attackers might obtain such requests or whether all deployments expose the relevant interface.
Exploitation context
The supplied record is not listed as KEV, and the bundle provides no evidence of active exploitation. The WPScan reference carries an exploit tag, but that tag alone does not establish public exploit availability or observed attacks. Treat the flaw as highly consequential while distinguishing potential exploitation from confirmed activity.
Researcher notes
The core security failures are missing package-integrity verification and absent replay protection around signed Hub install requests. A valid signed request is an explicit prerequisite. The structured affected entry lists version “0” with default status unaffected, conflicting with the narrative statement that versions before 5.0.1 are vulnerable; verify vendor and WPScan records during scoping.
Mitigation direction
Update wpmudev-updates to version 5.0.1 or later after confirming vendor-supported release guidance.
Prioritize internet-reachable sites and deployments using the Hub remote management interface.
If updating is delayed, consult vendor guidance about safely restricting or disabling remote management.
Investigate unexpected package installations or code changes before returning potentially affected sites to normal operation.
Validation and detection
Inventory every WordPress deployment and record the installed wpmudev-updates version.
Confirm no deployment remains on a version earlier than 5.0.1.
Review management records for unexpected or repeated Hub install actions.
Inspect installed packages and site files for unexplained code changes associated with suspicious management activity.
Verify the installed update came from an approved, trusted source.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-94: Code execution behavior lookup
Code execution and unsafe deserialization weaknesses often justify reviewing execution behavior and process telemetry. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
3Timeline events
1ADP providers
2Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: pocAutomatable: yesTechnical Impact: total
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-94 · source CWE mapping
Improper Control of Generation of Code ('Code Injection')
Improper Control of Generation of Code ('Code Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.