Attackers Are Already Knocking on Your Login Page
If your WordPress site runs the MiniOrange SAML 2.0 Single Sign-On plugin, there’s a good chance someone has already tried to break in. Security researchers have confirmed that threat actors are actively exploiting two critical authentication bypass vulnerabilities in the plugin, and the window to protect yourself is closing fast.
These aren’t theoretical flaws. They’re being used right now to log in as any user on a vulnerable website — including the administrator. The two vulnerabilities, tracked as CVE-2026-61979 and CVE-2026-15981, were discovered and analyzed by security firm Patchstack in collaboration with DigitalOcean.
Both issues affect the MiniOrange SAML 2.0 SSO plugin, a popular tool that lets WordPress site owners implement single sign-on for their users. The free version alone is installed on more than 10,000 websites, and the paid and enterprise editions add thousands more to that number.
What Makes These MiniOrange Plugin Vulnerabilities So Dangerous?
These are not your average plugin bugs. Both CVE-2026-61979 and CVE-2026-15981 are classified as authentication bypass vulnerabilities. In plain English: an attacker can trick the plugin into thinking they’re someone else. No password needed. No brute-force guessing. Just a crafted request, and they’re in.
Once an attacker authenticates as an administrator, they can do just about anything. Install backdoors, deface the site, steal user data, or use the compromised server as a launchpad for further attacks. For a business, that’s a full network compromise waiting to happen.
Patchstack described the current exploitation attempts as “opportunistic attacks” rather than a targeted campaign. That distinction matters. The attackers aren’t singling out specific companies or industries. They’re scanning the internet and throwing the exploit at every site running the plugin, hoping someone hasn’t patched yet.
Who’s Affected by the MiniOrange SSO Plugin Flaws?
All versions of the MiniOrange SAML 2.0 SSO plugin released before the patches are affected. That includes the free edition, which is the most widely deployed, as well as the various paid tiers and enterprise versions.
The plugin’s popularity makes it an attractive target. Single sign-on is a critical piece of infrastructure for many organizations, and a vulnerability in that component can undermine the security of every connected service.
The Silent Patch Problem: Why Users Are Left in the Dark
Here’s where things get frustrating. The developer has released patches for all affected versions, which is good. But the way the patches were rolled out has left many users completely unaware of the danger.
For the free edition, the fix is included in version 5.4.5. But here’s the catch: the advisory lists it as a bugfix, not a security patch. If you’re not actively following security news, you’d have no reason to rush this update. Patchstack warns that this kind of “silent patch” is dangerous because it gives defenders no urgency while attackers are already weaponizing the exploit.
The situation is even worse for paid editions. Users haven’t received any direct notification about the vulnerabilities. To make matters worse, the paid versions use a different versioning system, so it’s genuinely difficult to tell whether your installation is patched or not. The only way to be sure is to manually update the plugin.
“Whoever is running this appears to be throwing the exploit at every site with the plugin installed without checking which edition or version is behind it,” Patchstack warned. “This is exactly the behavior that makes the silent-patch situation dangerous. The attacker does not need to know which edition you run, you do.”
How to Protect Your WordPress Site Right Now
If you use the MiniOrange SAML 2.0 SSO plugin, don’t wait. Here’s what you need to do immediately:
- Update the free plugin to version 5.4.5 or later — this is the minimum requirement to close the authentication bypass.
- Manually check for updates on paid editions — don’t rely on automatic notifications, since they may not have been sent.
- Review your user accounts — look for any new admin accounts you didn’t create, a common sign of a successful exploit.
- Check your server logs — look for unusual login activity or authentication requests from unfamiliar IP addresses.
- Consider a Web Application Firewall (WAF) — a good WAF can block exploit attempts even if you haven’t patched yet.
If you’re running a website that relies on single sign-on, this should serve as a wake-up call. The same advice applies to other WordPress security issues, like the recent WordPress form plugin vulnerability that exposed hundreds of thousands of sites. The pattern is always the same: a popular plugin, a critical flaw, and a race between attackers and defenders.
What This Means for the WordPress Ecosystem
This incident highlights a broader problem in the WordPress ecosystem. Plugins are the backbone of the platform, but they’re also the primary attack surface. When a plugin developer silently patches a critical vulnerability, they shift the burden of security onto the site owner — who often has no idea there’s a problem.
SecurityWeek has reached out to MiniOrange for comment on the silent patch situation and will update this article if the company responds.
In the meantime, the message from researchers is clear: patch now, verify your users, and don’t assume your plugin updates are protecting you. The attackers certainly aren’t waiting.
For more context on how these attacks unfold, it’s worth reviewing how WordPress remote code execution vulnerabilities have been exploited in the past. The playbook is always similar, and the stakes are always high.