目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-19991— UsersWP 1.2.70 认证文件删除漏洞

一分钟漏洞结论

影响对象
stiofansisland UsersWP – Front-end login form, User Registration, User Profile & Members Directory plugin for WP
利用判断
尚无明确在野利用证据,仍需结合暴露面评估
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

WordPress 插件 UsersWP 在 1.2.70 及更早版本中存在任意文件删除漏洞,该漏洞可通过 AJAX 处理程序触发。 当没有提供真实的 上传数据时,该插件会直接从 中获取账户“file”表单字段的值( 调用 ,并将其结果与 的空输出进行合并)。在保存该值时,系统仅通过 进行检查,而该检查仅拒绝包含字面量 的字符串。 随后,当该值被 处理时,它先经过 验证,再通过 进行规范化处理。该辅助函数会对存储的 URL 执行全局 ,将上传基础 URL 替换掉,使得一个精心构造的、内嵌 令牌的 URL 在最后一次

CVSS 8.1 · High
获取后续新漏洞提醒 登录后订阅

一、 漏洞 CVE-2026-19991 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
UsersWP <= 1.2.70 - Authenticated (Subscriber+) Arbitrary File Deletion
来源: CVE Program / CVE List V5
Vulnerability Description
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.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H
来源: CVE Program / CVE List V5
Vulnerability Type
对路径名的限制不恰当(路径遍历)
来源: CVE Program / CVE List V5

受影响产品

二、漏洞 CVE-2026-19991 的公开POC

# POC 描述 源链接 神龙链接
AI 生成 POC 高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2026-19991 的情报信息

登录查看更多情报信息。

CVE-2026-19991 补丁与修复 (1)

CVE-2026-19991 厂商安全公告 (1)

CVE-2026-19991 厂商页面 (1)

CVE-2026-19991 其他参考 (1)

IV. Related Vulnerabilities

V. Comments for CVE-2026-19991

暂无评论


发表评论