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

CVE-2026-15826

User Profile Builder – Beautiful User Registration Forms, User Profiles & User Role Editor に報告された脆弱性

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

概要

The User Profile Builder plugin for WordPress is vulnerable to Authentication Bypass via Type Confusion in versions up to, and including, 3.16.4. This is due to the wppb_log_in_user() function calling absint() on the return value of wp_insert_user() before performing an is_wp_error() check — when a registration is submitted with a 61–70 character username, WordPress core rejects it with a WP_Error object, but absint() coerces that object to the integer 1 before the error check can short-circuit execution, causing the plugin to bind and return a transient-backed autologin nonce tied to user ID 1. This makes it possible for unauthenticated attackers to log in as the site's Administrator account (user ID 1), resulting in full administrative takeover of the site.

CWE: CWE-704 / 公開 2026年8月15日 / 最終更新 2026年8月20日

影響を受けるバージョン

対処方法

User Profile Builder – Beautiful User Registration Forms, User Profiles & User Role Editor を 3.16.5 以降に更新してください。これで本脆弱性は解消します。

User Profile Builder – Beautiful User Registration Forms, User Profiles & User Role Editor の他の脆弱性を見る →

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

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

30秒で無料診断する

参照