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

CVE-2026-86583

Import and export users and customers に報告された脆弱性

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

概要

The Import and export users and customers plugin for WordPress is vulnerable to Privilege Escalation in all versions up to, and including, 2.4.17 via the plugin's own export and re-import workflow. The vulnerability exists because the exporter writes CSV cells using fputcsv() with a NUL byte (\0) as the escape character, while the importer parses the same file using SplFileObject::fgetcsv() with only a single delimiter argument, causing PHP's default backslash escape character to be applied instead; because the export column layout places display_name immediately before the role column and nickname immediately after, an attacker can store crafted values in those two profile fields — saved by WordPress core via the standard profile page — such that the escape mismatch causes the parser to merge the display_name cell into the role field and rebalance the column count via nickname, yielding administrator as the parsed role for their own row when it reaches the import_user function's add_role function. This makes it possible for authenticated attackers with Subscriber-level access or above to escalate their privileges to Administrator. Exploitation requires a site administrator to trigger the plugin's documented export re-import migration with both "Update existing users" and "Update roles for existing users" set to "yes".

CWE: CWE-266 / 公開 2026年9月23日 / 最終更新 2026年9月23日

影響を受けるバージョン

対処方法

Import and export users and customers を 2.4.18 以降に更新してください。これで本脆弱性は解消します。

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

Import and export users and customers の他の脆弱性を見る →

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

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

30秒で無料診断する

参照

この脆弱性情報の一部は Wordfence Intelligence から取得しています。 原本: https://www.wordfence.com/threat-intel/vulnerabilities/id/5b0f3444-4c10-45ce-a00b-4ed6038b8846

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