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

CVE-2026-8365

Blocksy に報告された脆弱性

深刻度
8.8CVSS
2.1.42修正されたバージョン
1.1%30日以内に悪用される確率
今後30日以内に悪用される確率は 1.1% と推定されています(EPSS)。

概要

The Blocksy theme for WordPress is vulnerable to PHP Object Injection leading to Remote Code Execution via the 'blocksy_meta' REST API field and the V200 database migration in versions up to and including 2.1.35. This is due to insufficient input sanitization in the blocksy_sanitize_post_meta_options() function, which only blocks values containing '<' or '>' and does not prevent serialized PHP object strings from being stored in post meta, combined with the SearchReplacer::run_recursively() function unconditionally deserializing all string values via @unserialize() during migration without restricting allowed classes. This makes it possible for authenticated attackers, with contributor-level access and above, to inject a serialized Blocksy\RaiiPattern object into post meta that, when the V200 migration runs on an upgraded site, is deserialized and triggers RaiiPattern::__destruct(), which executes arbitrary PHP callables via call_user_func().

CWE: CWE-502 / 公開 2026年6月8日 / 最終更新 2026年6月9日

影響を受けるバージョン

対処方法

Blocksy を 2.1.42 以降に更新してください。これで本脆弱性は解消します。

提供元の推奨: Update to version 2.1.42, or a newer patched version

Blocksy の他の脆弱性を見る →

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

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

30秒で無料診断する

参照

この脆弱性情報の一部は Wordfence Intelligence から取得しています。 原本: https://www.wordfence.com/threat-intel/vulnerabilities/id/fd216743-ce8d-4632-9fd1-d63502c2dfcd

Copyright 2012-2026 Defiant Inc. / ライセンス全文