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

CVE-2026-9848

Customer Support Ticket System & Helpdesk に報告された脆弱性

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

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

概要

The WP Ticket plugin for WordPress is vulnerable to SQL Injection via the WordPress search query parameter (`s`) in versions up to, and including, 6.0.4 The plugin hooks WordPress's `posts_request` filter with `wp_ticket_com_posts_request()`, which calls `emd_author_search_results()` when the current request is an unauthenticated front-end search. That function reads `$query->query_vars['s']` — already wp_unslash()'d by `WP_Query::parse_query()`, so wp_magic_quotes protection has been stripped — and concatenates the raw value into a SQL `LIKE` clause inside a UNION sub-SELECT appended to the main query, with no `$wpdb->prepare()` or escaping. 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年6月13日 / 最終更新 2026年7月21日

影響を受けるバージョン

対処方法

Customer Support Ticket System & Helpdesk を 6.0.5 以降に更新してください。これで本脆弱性は解消します。

Customer Support Ticket System & Helpdesk の他の脆弱性を見る →

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

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

30秒で無料診断する

参照