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

CVE-2026-19991

UsersWP – Front-end login form, User Registration, User Profile & Members Directory plugin for WP に報告された脆弱性

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

概要

The UsersWP plugin for WordPress is vulnerable to Arbitrary File Deletion in versions up to, and including, 1.2.70 via the upload_file_remove() AJAX handler. The plugin stores the value of an account 'file' form field taken directly from $_POST when no real $_FILES upload is provided (process_account() calls uwp_validate_fields() and array_merges the result with the empty output of UsersWP_Files::validate_uploads()). At storage time the value is only checked with validate_file(), which passes any string that does not contain a literal '../'. When the value is later processed by upload_file_remove(), it is again gated with validate_file() and then normalized through uwp_get_file_relative_url(); that helper performs a global str_replace() of the uploads base URL against the stored URL, allowing a crafted URL containing embedded '..<uploads-baseurl>' tokens to collapse into '../../' traversal sequences after the last validation. The transformed value is then appended to the uploads base directory and passed to wp_delete_file() without any canonical containment check. This makes it possible for authenticated attackers, with Subscriber-level access and above, to delete arbitrary files on the affected site's server (including wp-config.

CWE: CWE-22 / 公開 2026年9月10日 / 最終更新 2026年9月10日

影響を受けるバージョン

対処方法

UsersWP – Front-end login form, User Registration, User Profile & Members Directory plugin for WP を 1.2.71 以降に更新してください。これで本脆弱性は解消します。

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

UsersWP – Front-end login form, User Registration, User Profile & Members Directory plugin for WP の他の脆弱性を見る →

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

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

30秒で無料診断する

参照

この脆弱性情報の一部は Wordfence Intelligence から取得しています。 原本: https://www.wordfence.com/threat-intel/vulnerabilities/id/dfa094d3-e8db-4402-ad23-e161b1b6181e

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