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

CVE-2026-8912

Contest Gallery – Upload & Vote Photos, Media, Sell with PayPal & Stripe に報告された脆弱性

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

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

概要

The Contest Gallery plugin for WordPress is vulnerable to SQL Injection via the 'form_input' parameter in versions up to, and including, 28.1.6. This is due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query inside the unauthenticated 'post_cg_gallery_form_upload' AJAX action (specifically the 'cb' branch of the included users-upload-check.php, where $f_input_id is concatenated unquoted into 'SELECT Field_Content FROM ... WHERE id = $f_input_id'). The endpoint is gated only by a public frontend nonce ('cg1l_action' / 'cg_nonce') that is exposed in the page source of any public gallery page. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.

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

影響を受けるバージョン

対処方法

Contest Gallery – Upload & Vote Photos, Media, Sell with PayPal & Stripe を 28.1.7 以降に更新してください。これで本脆弱性は解消します。

Contest Gallery – Upload & Vote Photos, Media, Sell with PayPal & Stripe の他の脆弱性を見る →

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

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

30秒で無料診断する

参照