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

CVE-2026-77203

Groups – Memberships and Access Control に報告された脆弱性

高深刻度
8.8CVSS 3.1
4.7.0修正されたバージョン
—30日以内に悪用される確率

概要

The Groups – Memberships and Access Control plugin for WordPress is vulnerable to Privilege Escalation in all versions up to, and including, 4.6.0. This is due to the groups_join() function deriving group-join eligibility from the ambient post's author capabilities via the global $post->post_author rather than from the currently authenticated user's own capabilities, while simultaneously minting and returning a valid groups-join-data hash and WordPress nonce for the caller in the same response — eliminating all authorization barriers to self-enrollment. This makes it possible for authenticated attackers, with Subscriber-level access and above, to enroll themselves into any group including privileged groups carrying the groups_admin_groups capability, and to subsequently create and join a group containing every registered WordPress capability, effectively escalating their privileges to Administrator. Exploitation requires the attacker to supply an Administrator-authored post ID via the post_ID parameter of the authenticated wp_ajax_parse_media_shortcode handler in order to establish the privileged ambient post context used by the flawed authorization check.

CWE: CWE-269 / 公開 2026年9月26日 / 最終更新 2026年9月26日

影響を受けるバージョン

対処方法

Groups – Memberships and Access Control を 4.7.0 以降に更新してください。これで本脆弱性は解消します。

Groups – Memberships and Access Control の他の脆弱性を見る →

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

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

30秒で無料診断する

参照