WP脆弱性ウォッチ脆弱性データ 2026年8月28日 時点

CVE-2026-12761

miniOrange Social Login and Register (Discord, Google, Twitter, LinkedIn) に報告された脆弱性

緊急深刻度
9.8CVSS 3.1
7.8.0修正されたバージョン
0.9%30日以内に悪用される確率

今後30日以内に悪用される確率は 0.9% と推定されています(EPSS)。 現時点で活発な悪用は観測されていませんが、修正版が出ている場合は更新を推奨します。

概要

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.

CWE: CWE-287 / 公開 2026年7月10日 / 最終更新 2026年7月13日

影響を受けるバージョン

対処方法

miniOrange Social Login and Register (Discord, Google, Twitter, LinkedIn) を 7.8.0 以降に更新してください。これで本脆弱性は解消します。

miniOrange Social Login and Register (Discord, Google, Twitter, LinkedIn) の他の脆弱性を見る →

あなたのサイトは大丈夫ですか?

URLを入力するだけで、実際に使われているプラグインを検出し、 このデータベースと突き合わせて既知の脆弱性が残っていないかを確認できます。登録不要・無料です。

30秒で無料診断する

参照