A Critical UpdraftPlus Flaw Is Under Active Attack, Threatening Millions of WordPress Sites
Cybersecurity

A Critical UpdraftPlus Flaw Is Under Active Attack, Threatening Millions of WordPress Sites

A signature-verification failure in one of WordPress's most popular backup plugins collapses to a predictable all-zero key, handing unauthenticated attackers a direct path to remote code execution.

PublishedJune 13, 2026
Read time4 min read
Share

A Backup Plugin Becomes the Attack Surface

A critical vulnerability in UpdraftPlus, one of the most widely deployed backup and migration plugins in the WordPress ecosystem, is now under active exploitation, putting an enormous installed base at risk. Tracked as CVE-2026-10795 and carrying a CVSS score of 8.1, the flaw affects UpdraftPlus version 1.26.4 and earlier. With more than three million active installations, the plugin's reach turns a single coding error into an internet-scale exposure, and attackers have noticed.

There is a bitter irony in the target. UpdraftPlus exists to protect site owners, letting them back up and restore their WordPress installations against disaster. A flaw that turns a safety tool into an entry point is the kind of inversion that makes supply-chain and plugin security so difficult. Site owners installed this software precisely to reduce risk, and it has, for the unpatched, become the largest risk on their site.

How a Cryptographic Failure Opens the Door

The technical root of the vulnerability is a failure in how the plugin's UpdraftCentral remote-procedure-call mechanism verifies signatures. According to advisories, the cryptographic validation collapses under certain conditions to a predictable all-zero AES-128 key. When the key that is supposed to be secret becomes a known constant, the entire authentication scheme built on it falls apart. An attacker who knows the key can forge requests that the system will accept as legitimate.

From there the attack is direct. As one advisory described it, "this vulnerability allows unauthenticated attackers to run arbitrary Remote Procedure Calls as the connected administrator." By impersonating the administrator over the RPC channel, an attacker can instruct the site to upload and activate a malicious plugin, and an activated plugin runs code. That chain, from forged signature to administrative RPC to malicious plugin, delivers unauthenticated remote code execution, the most severe outcome a web vulnerability can produce.

Exploitation Is Already Widespread

This is not a theoretical risk awaiting proof-of-concept code. Security firm Wordfence reported observing "4,987 attacks targeting this vulnerability in the past 24 hours," a volume that indicates automated, opportunistic scanning at scale. When exploitation reaches thousands of attempts per day so soon after disclosure, it means attackers have weaponized the flaw and are sweeping the internet for vulnerable installations indiscriminately.

The economics favor the attacker. With millions of installations and a reliable exploitation path, even a small fraction of unpatched sites yields a large absolute number of compromises. Each compromised WordPress site can be repurposed for spam, malware distribution, credential theft, or as a foothold for further attacks. The researcher who reported the flaw, credited as vtim, earned a 5,200 dollar bounty, a reminder that responsible disclosure remains far cheaper for everyone than the cleanup that follows mass exploitation.

Why WordPress Plugins Keep Producing These Events

CVE-2026-10795 fits a depressingly familiar pattern. WordPress powers a vast share of the web, and its extensibility depends on a sprawling ecosystem of plugins of wildly varying code quality and security maturity. A popular plugin concentrates risk: a single flaw inherits the trust and reach of every site that installed it. The platform's success is, in security terms, also its central liability.

The recurring lesson is that third-party code running with administrative privileges deserves the same scrutiny as the core platform, yet it rarely receives it. Many site owners install plugins and never revisit them, treating them as set-and-forget conveniences. That posture is untenable when those plugins handle authentication, backups, or any privileged operation. Each plugin is effectively a vendor with access to the heart of the site, and vendors with that access must be managed, monitored, and patched accordingly.

What Site Owners Should Do Now

The immediate action is unambiguous: anyone running UpdraftPlus 1.26.4 or earlier should update to the patched version without delay, given that exploitation is ongoing. Given the speed of automated scanning, the window between disclosure and compromise is measured in hours, not weeks, and an unpatched site should be considered a likely target rather than a possible one. Owners who suspect compromise should look for unfamiliar plugins, unexpected administrative activity, and unauthorized file changes.

Beyond this specific flaw, the episode is a prompt to treat plugin management as a security discipline. That means maintaining an inventory of installed plugins, removing those that are unused, subscribing to vulnerability feeds, and applying updates promptly rather than deferring them. For organizations that run WordPress at scale, automated patching and web application firewalls add meaningful protection. The attackers are automated and relentless; defenders who remain manual and occasional will keep losing this race.

Tagged#news#security#cybersecurity#vulnerability#wordpress#rce#cve