miniOrange Social Login and Register (Discord, Google, Twitter, LinkedIn) <= 7.7.0 - Unauthenticated Authentication Bypass to Administrator Account Takeover via Profile Completion OTP Flow
Strategic Overview
- Status
- Patched in 7.8.0
- Affected Version
<= 7.7.0- CVSS
- 9.8Critical
- Weakness type
- CWE-287 · Improper Authentication
- CVE
CVE-2026-12761
At a glance
CVE-2026-12761 is a critical-severity Improper Authentication vulnerability in the miniOrange Social Login and Register (Discord, Google, Twitter, LinkedIn) WordPress plugin, affecting versions <= 7.7.0. It carries a CVSS score of 9.8 (reachable over the network; low attack complexity; high confidentiality, integrity, availability impact). Exploitation requires no authentication. The issue is fixed in version 7.8.0; sites on affected versions should update now. Disclosed July 2026, reported by Supakiad S. (m3ez).
Vulnerability Overview
The miniOrange Social Login and Register (Discord, Google, Twitter, LinkedIn) plugin for WordPress is vulnerable to authentication bypass leading to account takeover in versions up to and including 7.7.0. This is due to the Profile Completion flow accepting an arbitrary email address via the 'email_field' POST parameter without verifying that the email belongs to the identity returned by the OAuth provider, combined with send_otp_token() returning the SHA-512(customer_key || otp) transaction hash to the client where the OTP space is only 99,000 values (wp_rand(1000, 99999)) and the customer_key is a static option (empty on unregistered installs). This makes it possible for unauthenticated attackers to trigger an OTP email to an arbitrary admin's address, crack the OTP offline from the leaked hash in under a second, and submit the cracked OTP to mo_openid_social_login_validate_otp(), which logs the attacker in as the user whose email was supplied — granting full administrator access.
Technical Analysis
The vector marks this flaw as remotely reachable over the network, with low attack complexity — no special timing or configuration is needed, and no privileges on the target site, and no interaction from a victim user. A successful exploit has high impact on confidentiality, integrity, availability — full site compromise territory.
CWE-287: Improper Authentication
miniOrange Social Login and Register (Discord, Google, Twitter, LinkedIn) <= 7.7.0 carries this weakness at email_field, and reaching it takes no account at all. Improper authentication means the mechanism that proves who a caller is can be satisfied without the secret it was supposed to require.
An attacker authenticates as another user — administrators included — without ever knowing a password, so password policies and login rate limits never come into play. For miniOrange Social Login and Register (Discord, Google, Twitter, LinkedIn) the fix is 7.8.0: builds <= 7.7.0 are affected, anything from 7.8.0 onward is not.
Remediation
Update to version 7.8.0, or a newer patched version
How does WordSec protect against this?
This one needs no account at all, which puts it outside what login hardening can reach; WordSec's login security narrows the account-level paths around it, and the firewall is what inspects the request itself. None of that substitutes for the fix: miniOrange Social Login and Register (Discord, Google, Twitter, LinkedIn) 7.8.0 closes this, and updating the plugin is the step that ends it.
- Login Security
- Alerts
External References
Related records
Other vulnerabilities in miniOrange Social Login and Register (Discord, Google, Twitter, LinkedIn)
- 9.8CVE-2026-14300: miniOrange Social Login… Privilege Escalation
CVE-2026-14300 - 9.8CVE-2023-2982: WordPress Social Login… Authentication Bypass
CVE-2023-2982 - 8.8CVE-2023-47683: WordPress Social Login… Privilege Escalation
CVE-2023-47683 - 8.8CVE-2023-23706: WordPress Social Login and Register CSRF
CVE-2023-23706 - 8.1CVE-2025-47670: WordPress Social Login and Register <= 7.6.10 LFI
CVE-2025-47670 - 6.6CVE-2025-68974: Social Login and Register <= 7.7.0 LFI
CVE-2025-68974 - 6.5CVE-2023-24375: WordPress Social Login… Plugin Settings Update
CVE-2023-24375 - 6.4CVE-2026-65561: miniOrange Social Login and Register Stored XSS
CVE-2026-65561
Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C