Wordfence and Patchstack disclosed five critical WordPress vulnerabilities affecting the WPMU DEV Dashboard plugin, the Avada theme with Fusion Builder, TranslatePress, Pods, and GiveWP. All five carry CVSS scores of 9.8 or 10.0 and let an unauthenticated attacker take over a site or run arbitrary code on the server, according to The Hacker News.
The flaws are unrelated in root cause but share the same outcome, which shows that critical, credential-free compromise paths still cluster across the WordPress plugin and theme ecosystem.
Key takeaways
- Five separate CVEs, each rated 9.8 or 10.0 CVSS, were disclosed the same day across five different WordPress products.
- CVE-2026-18431 chains six weaknesses in the Avada theme and Fusion Builder into zero-click remote code execution, per Wordfence.
- CVE-2026-82222 in GiveWP combines a broken serialization sanitizer with a gadget chain to reach RCE on sites with one published donation form.
- CVE-2026-19632 in TranslatePress can leak the plaintext admin password-reset URL under specific locale and translation-saving conditions.
- Vendors have shipped fixed versions for each affected product; site owners should update immediately rather than wait for a maintenance window.
Affected
What happened with these WordPress plugin vulnerabilities?
Five critical WordPress vulnerabilities surfaced together, according to a report from The Hacker News citing research from Wordfence and Patchstack. Each flaw affects a different, widely deployed plugin or theme: the WPMU DEV Dashboard plugin, the Avada theme paired with its required Fusion Builder plugin, TranslatePress, Pods, and GiveWP.
Every one of the five CVEs carries a CVSS score of 9.8, except GiveWP's flaw which scores a maximum 10.0. None require the attacker to hold valid credentials, which is the detail that ties this otherwise unrelated batch together. A site owner running any one of these products in a vulnerable version faces a direct path to administrator access or server-side code execution.
- Five CVEs disclosed: CVE-2026-76581, CVE-2026-18431, CVE-2026-19632, CVE-2026-19598, CVE-2026-82222.
- Four of the five score 9.8 CVSS; GiveWP's flaw scores 10.0.
How does the Avada theme chain lead to zero-click RCE?
CVE-2026-18431 is a chain of six separate weaknesses in the Avada theme and its companion Fusion Builder plugin that Wordfence's research team, using an internal tool called Argus, discovered and reproduced in about two hours. The chain moves from an exposed public request, through functionality that should require authentication, into a privileged component, and finally bypasses file-handling restrictions to write and execute arbitrary PHP.
- Exposing attacker-controlled input through a public request
- Passing that input to functionality restricted from anonymous users
- Invoking a privileged component outside its intended context
- Using request data to influence trusted state
- Accessing an insufficiently protected administrative operation
- Bypassing file-handling restrictions on what could be written and where
Wordfence told BleepingComputer that Fusion Builder is effectively bundled with every Avada install, so the prerequisite of running both products does not shrink the pool of exploitable sites. With Avada reporting more than one million sales, the practical target surface is large. ThemeFusion acknowledged Wordfence's report and shipped fixed versions in Avada 7.16.1 and Fusion Builder 3.16.1.
- CVE-2026-18431 affects Avada up to 7.16 and Fusion Builder up to 3.16; fixed in 7.16.1 and 3.16.1.
- Wordfence's Argus tool found and reproduced the exploit chain in about two hours.
Why does GiveWP's flaw reach maximum severity?
CVE-2026-82222, the GiveWP flaw, scores a full 10.0 CVSS because it requires only a site with one published donation form and one active payment gateway. Patchstack described the root cause as three ingredients lining up: a broken "safe unserialize" helper that fails to actually strip PHP objects, a donation flow that feeds that helper attacker-controlled data, and a gadget chain present in code GiveWP ships.
Patchstack framed the underlying pattern as familiar: trusting a serialization sanitizer that does not strip objects, unserializing data pulled back from the database as if it were trusted, and shipping development-only libraries into production where they act as ready-made gadget chains. That combination turns routine PHP object injection into full remote code execution once an attacker submits a crafted donation payload.
- CVE-2026-82222 affects GiveWP up to version 4.16.7.1 and scores 10.0 CVSS.
- Exploitation requires only one published donation form and one active payment gateway.
Who is affected across the other three plugins?
The WPMU DEV Dashboard flaw, CVE-2026-76581, only affects sites connected to WPMU DEV with Hub Single-Sign-On enabled and mapped to an administrator account, but where that condition holds, an unauthenticated attacker can obtain full administrator access. It affects all versions up to and including 5.0.1.
CVE-2026-19632 in TranslatePress exposes the raw, plaintext administrator password-reset URL, but only when automatic string saving is enabled and the target administrator's profile locale is set to a published secondary language. CVE-2026-19598 in Pods is broader: an unauthenticated attacker can escalate to Administrator or overwrite any user's password, including the site owner's, on all versions up to 3.3.9, with no special configuration required.
- CVE-2026-76581 (WPMU DEV Dashboard) requires Hub SSO enabled and mapped to an admin; affects versions up to 5.0.1.
- CVE-2026-19598 (Pods) requires no special configuration and affects versions up to 3.3.9.
Why does this cluster of flaws matter for WordPress operators?
None of these five vulnerabilities require a login, a phishing click, or social engineering. That removes the usual defensive assumption that an attacker first needs stolen credentials or an insider mistake. For MSPs and agencies managing dozens or hundreds of client sites, a single unpatched theme or plugin instance can mean full compromise with no warning signs beforehand.
The CyberExperts analysis of the Avada case argues the wider lesson: operators who sort risk by category, theme versus plugin versus core, miss the point, because attackers care about reachable code paths, not labels. A theme with a required companion plugin and a million sales is, in practice, exposed application infrastructure rather than cosmetic design software.
- All five CVEs are exploitable by an unauthenticated attacker with no user interaction required.
What should site owners do now?
Update each affected product to its fixed release without waiting for a routine maintenance window: WPMU DEV Dashboard beyond 5.0.1, Avada to 7.16.1 with Fusion Builder to 3.16.1, TranslatePress beyond 3.3.1, Pods beyond 3.3.9, and GiveWP beyond 4.16.7.1. A related, separately disclosed Elementor Pro flaw, CVE-2026-32475, was fixed in version 4.2.2 on August 19, 2026, after researcher Tin Pham reported a file-upload validation bypass through Patchstack.
- Inventory every site running Avada and confirm the installed Fusion Builder version, since the two ship together.
- Update GiveWP-powered donation sites even if only one form is live, since that is enough to meet the exploitation condition.
- Disable automatic string saving in TranslatePress or audit administrator profile locales until the plugin is updated.
- Review recent administrator account creation, unexpected redirects, and unfamiliar PHP files in upload directories as signs of prior compromise.
- Elementor Pro's separate CVE-2026-32475 file-upload flaw was fixed in version 4.2.2 on August 19, 2026.
Timeline
Impact & actions
Five unauthenticated critical flaws across Avada, GiveWP, Pods, TranslatePress and WPMU DEV Dashboard let attackers take over sites or run code without a login, and unpatched installs remain exploitable until updated.
Security: All five CVEs are rated 9.8 or 10.0 CVSS and require no authentication or user interaction, making them attractive for mass automated scanning once technical detail circulates.
Privacy: TranslatePress's flaw can expose an administrator's plaintext password-reset URL, and GiveWP's flaw runs on sites handling donor payment data.
Recommended actions · Immediate urgency
- 1Update WPMU DEV Dashboard, Avada, Fusion Builder, TranslatePress, Pods, and GiveWP to their patched versions immediately
- 2Audit administrator accounts and recent file changes for signs of prior compromise
- 3Review WPMU DEV Dashboard SSO/authentication configuration and restrict unnecessary admin access
- 4Also update Elementor Pro to 4.2.2 or later and disable multiple file uploads on public forms if not needed
Technical details
- CVEs
- CVE-2026-76581, CVE-2026-18431, CVE-2026-19632, CVE-2026-19598, CVE-2026-82222, CVE-2026-32475
- CVSS
- 10
- Attack vector
- Network, unauthenticated, no user interaction required for all five flaws.
- Affected versions
- WPMU DEV Dashboard up to 5.0.1, Avada theme up to 7.16, Fusion Builder up to 3.16, TranslatePress up to 3.3.1, Pods up to 3.3.9, GiveWP up to 4.16.7.1, Elementor Pro up to 4.2.1
- Patched versions
- Avada 7.16.1, Fusion Builder 3.16.1, Elementor Pro 4.2.2
Mitigations
- Update all five affected plugins/theme components to vendor-fixed versions
- Update Elementor Pro to 4.2.2 or later
- Disable multiple file uploads in Elementor Pro forms where not required
- Restrict PHP execution in WordPress upload directories
Response
Vendor
Customer guidance
Update WPMU DEV Dashboard, Avada theme, Fusion Builder, TranslatePress, Pods, and GiveWP to their fixed versions immediately; separately update Elementor Pro to 4.2.2 and review upload directories for planted PHP files.
Updates
BleepingComputer updated its Avada report to note Fusion Builder installs automatically with the Avada theme, meaning any outdated Avada site is exploitable for CVE-2026-18431.
FAQ
Which WordPress products are affected by these five critical CVEs?
WPMU DEV Dashboard (up to 5.0.1), the Avada theme (up to 7.16) with Fusion Builder (up to 3.16), TranslatePress (up to 3.3.1), Pods (up to 3.3.9), and GiveWP (up to 4.16.7.1) each carry a critical, unauthenticated flaw disclosed recently, per Wordfence and Patchstack.
Do these vulnerabilities require an attacker to log in?
No. All five flaws are exploitable by an unauthenticated attacker with no user interaction, according to The Hacker News' summary of the Wordfence and Patchstack disclosures.
Why is the Avada theme flaw called zero-click?
CVE-2026-18431 chains six separate weaknesses starting from a public request, so an administrator never needs to click a link or log in for the attack to reach arbitrary PHP execution, per Wordfence's account to BleepingComputer.
What makes GiveWP's flaw rate the maximum CVSS score?
CVE-2026-82222 scores 10.0 because it needs only one published donation form and one active payment gateway, combining a broken serialization sanitizer with a gadget chain to reach remote code execution, according to Patchstack.
Has ThemeFusion fixed the Avada theme issue?
Yes. ThemeFusion acknowledged Wordfence's report and shipped fixes in Avada 7.16.1 and Fusion Builder 3.16.1, per BleepingComputer.
Is the Elementor Pro flaw part of the same disclosure?
No. CVE-2026-32475 is a separate unauthenticated file-upload flaw in Elementor Pro, fixed in version 4.2.2 on August 19, 2026, and is reported here because it affects the same WordPress ecosystem in the same window.
The bottom line
Wordfence and Patchstack disclosed five critical, unauthenticated WordPress CVEs spanning WPMU DEV Dashboard, Avada/Fusion Builder, TranslatePress, Pods, and GiveWP, each rated 9.8 or 10.0 CVSS.
What happens next
What to do






