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

CVE-2026-75981

TranslatePress – Translate Multilingual sites with AI Translation に報告された脆弱性

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

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

概要

The TranslatePress – Translate Multilingual sites with AI Translation plugin for WordPress is vulnerable to unauthenticated Stored Cross-Site Scripting in versions up to and including 3.2.5. The special gettext markers '#!trpst#' and '#!trpen#' are unconditionally rewritten to '<' and '>' by translate_page() in includes/class-translation-render.php (lines 538-539). Because those markers are plain text with no HTML-special characters, an unauthenticated attacker can embed them in a comment; the markers survive wp_kses, and when the post is viewed in a secondary language the substitution turns the attacker's '#!trpst#img ... #!trpen#' into a real <img> tag. remove_tags_from_output() only strips <script>/<style>, so an <img onerror=...> executes in the visitor's browser.

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

影響を受けるバージョン

対処方法

TranslatePress – Translate Multilingual sites with AI Translation を 3.2.6 以降に更新してください。これで本脆弱性は解消します。

TranslatePress – Translate Multilingual sites with AI Translation の他の脆弱性を見る →

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

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

30秒で無料診断する

参照