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

CVE-2026-7635

coreActivity: Activity Logging for WordPress に報告された脆弱性

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

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

概要

The coreActivity: Activity Logging for WordPress plugin for WordPress is vulnerable to PHP Object Injection in all versions up to, and including, 3.0. This is due to the plugin failing to validate or strip PHP serialization syntax from the User-Agent HTTP header before storing it in the logmeta table, and subsequently calling `maybe_unserialize()` on every retrieved `meta_value` in `query_metas()` without verifying the data was originally serialized by the application. This makes it possible for unauthenticated attackers to inject a crafted PHP serialized payload via the User-Agent header during any logged event (such as a failed login attempt), which, when an administrator views the Logs page, is deserialized and passed to `DeviceDetector::setUserAgent()`, triggering a Fatal TypeError that creates a persistent Denial of Service condition blocking administrator access to the Logs page entirely.

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

影響を受けるバージョン

対処方法

coreActivity: Activity Logging for WordPress を 3.1 以降に更新してください。これで本脆弱性は解消します。

coreActivity: Activity Logging for WordPress の他の脆弱性を見る →

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

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

30秒で無料診断する

参照