CVE-2026-12761
CriticalCVSS 9.8Exploitation Probability (EPSS)
Low risk37th percentile - higher than 37% of all known CVEs
Summary
The miniOrange Social Login and Register plugin for WordPress up to version 7.7.0 contains an authentication bypass vulnerability leading to account takeover. An attacker can supply an arbitrary email address (e.g., admin) to the Profile Completion flow, exploit the weak OTP space (99,000 values) and leaked transaction hash to crack the OTP in under a second, and log in as the targeted user.
Risk Assessment
The risk to the organization is critical – an unauthenticated attacker can gain full administrative access to WordPress, leading to complete site takeover and potential data breach.
Recommendation
Immediately update the miniOrange Social Login and Register plugin to the latest available version (above 7.7.0). If an update is not possible, temporarily disable the plugin until a patch is released.
Original NVD description (English source)
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.

