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

CVE-2026-14249

Request a Quote – Quote Forms for Any WordPress Site に報告された脆弱性

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

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

概要

The Request a Quote plugin for WordPress is vulnerable to Code Injection in versions up to, and including, 2.5.5 via the emd_delete_file AJAX action. This is due to the emd_delete_file() handler deriving a PHP function name from the attacker-controlled $_POST['path'] parameter and invoking it dynamically via the variable-function call $sess_name(), and the handler being registered for wp_ajax_nopriv with its only protection being a nonce that the plugin prints into the public quote-form page via wp_localize_script. This makes it possible for unauthenticated attackers to invoke arbitrary zero-argument PHP functions on the server, such as phpinfo(), potentially exposing sensitive server configuration and credentials, or executing other destructive built-in PHP functions.

CWE: CWE-74 / 公開 2026年7月2日 / 最終更新 2026年7月2日

影響を受けるバージョン

対処方法

Request a Quote – Quote Forms for Any WordPress Site を 2.5.6 以降に更新してください。これで本脆弱性は解消します。

Request a Quote – Quote Forms for Any WordPress Site の他の脆弱性を見る →

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

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

30秒で無料診断する

参照