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

CVE-2026-6070

WP-BusinessDirectory – Business directory plugin for WordPress に報告された脆弱性

緊急深刻度
9.1CVSS 3.1
4.0.2修正されたバージョン
0.8%30日以内に悪用される確率

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

概要

The WP-BusinessDirectory plugin for WordPress is vulnerable to Unauthenticated Arbitrary File Deletion in versions up to and including 4.0.1. This is due to insufficient path validation in the remove() method of the JBusinessDirectoryControllerUpload class. The task=upload.remove endpoint is accessible without authentication via the plugin's frontend routing system. The _filename parameter is accepted with RAW filter (no sanitization), and the helper function makePathFile() only normalizes directory separator characters without stripping path traversal sequences (../). When combined with the _path_type=2 parameter, which sets the base directory to the plugin's site folder, an attacker can supply a _filename value containing ../ sequences to traverse outside the plugin directory and call PHP's unlink() on arbitrary files — including wp-config.php, wp-config-backup.php, or other critical server files accessible to the web server process. This makes it possible for unauthenticated attackers to delete arbitrary files on the server.

CWE: CWE-73 / 公開 2026年7月1日 / 最終更新 2026年7月1日

影響を受けるバージョン

対処方法

WP-BusinessDirectory – Business directory plugin for WordPress を 4.0.2 以降に更新してください。これで本脆弱性は解消します。

WP-BusinessDirectory – Business directory plugin for WordPress の他の脆弱性を見る →

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

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

30秒で無料診断する

参照