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

CVE-2026-7567

Temporary Login に報告された脆弱性

緊急深刻度
9.8CVSS 3.1
1.1.0修正されたバージョン
9.2%30日以内に悪用される確率
今後30日以内に悪用される確率は 9.2% と推定されています(EPSS)。

概要

The Temporary Login plugin for WordPress is vulnerable to Authentication Bypass in versions up to and including 1.0.0. This is due to improper input validation in the maybe_login_temporary_user() function, which fails to verify that the 'temp-login-token' GET parameter is a scalar string before processing it. When the parameter is supplied as an array, PHP's empty() check is bypassed and sanitize_key() returns an empty string, which is then passed as the meta_value to get_users(). WordPress ignores an empty meta_value and returns all users matching the meta_key '_temporary_login_token', allowing authentication without a valid token. This makes it possible for unauthenticated attackers to authenticate as any active temporary login user by sending a single crafted GET request.

CWE: CWE-288 / 公開 2026年5月1日 / 最終更新 2026年6月17日

影響を受けるバージョン

対処方法

Temporary Login を 1.1.0 以降に更新してください。これで本脆弱性は解消します。

Temporary Login の他の脆弱性を見る →

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

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

30秒で無料診断する

参照