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

CVE-2026-6226

Frontend Admin by DynamiApps に報告された脆弱性

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

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

概要

The Frontend Admin by DynamiApps plugin for WordPress is vulnerable to unauthenticated privilege escalation in versions up to and including 3.29.2. This is due to insecure form submission handling that accepts arbitrary form definitions from user input instead of securely loading them from the backend. When $_POST['_acf_form'] is an array (rather than a form ID), the validate_form() function bypasses database lookup and directly processes the attacker-controlled structure. The create_record() function preserves attacker-supplied record data if present, and the user action's run() function falls back to attacker-controlled field definitions from $form['fields'] when legitimate fields cannot be found. The role field's pre_update_value() validation reads $field['role_options'] from this attacker-controlled definition, allowing an attacker to specify ['administrator'] as an allowed role and bypass the security check. This makes it possible for unauthenticated attackers to create administrator accounts by injecting a custom form configuration with a spoofed role field.

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

影響を受けるバージョン

対処方法

Frontend Admin by DynamiApps を 3.29.3 以降に更新してください。これで本脆弱性は解消します。

Frontend Admin by DynamiApps の他の脆弱性を見る →

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

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

30秒で無料診断する

参照