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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-16149— Security Hardener <=2.4.4 REST API权限提升漏洞

一分钟漏洞结论

影响对象
marc4 Security Hardener
利用判断
尚无明确在野利用证据,仍需结合暴露面评估
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

WordPress 的 Security Hardener 插件在所有 2.4.4 及更早版本中存在“缺少权限校验”(Missing Authorization)漏洞。该漏洞源于插件默认启用的用户枚举保护机制:它通过 函数挂钩到 过滤器,并将 和 路由下所有已注册处理器(包括 POST、PUT、PATCH 和 DELETE 方法)的 覆盖为一个仅返回 检查结果的匿名闭包。此举完全绕过了 WordPress 核心原本执行的权限能力检查,例如 、 、 和 ,而这些权限能力通常由 控制器强制执行。 由于上述权限校验被覆盖

CVSS 8.8 · High EPSS 0.59% · P46

影响版本矩阵 1

厂商产品 版本范围状态
marc4 Security Hardener ≤ 2.4.4 affected
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
Security Hardener <= 2.4.4 - Authenticated (Subscriber+) Privilege Escalation via REST API '/wp/v2/users' permission_callback Overwrite
来源: CVE Program / CVE List V5
Vulnerability Description
The Security Hardener plugin for WordPress is vulnerable to Missing Authorization in all versions up to, and including, 2.4.4. The vulnerability exists because the plugin's user-enumeration protection, which is enabled by default, hooks the rest_endpoints filter via secure_user_endpoints() and overwrites every registered handler's permission_callback on both the /wp/v2/users and /wp/v2/users/(?P<id>[\d]+) routes — including POST, PUT, PATCH, and DELETE handlers — with a bare closure that returns only is_user_logged_in(), completely stripping WordPress Core's original capability checks such as create_users, promote_user, edit_users, and delete_users that WP_REST_Users_Controller normally enforces. This makes it possible for authenticated attackers with Subscriber-level access and above to create new Administrator accounts by sending POST request to /wp/v2/users with administrator role, or to reset an existing Administrator's password by issuing a PUT/POST request to /wp/v2/users/<id>. Because the block_user_enum option defaults to enabled, no special plugin configuration is required — the overwrite is active on every request as soon as the plugin is installed.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
来源: CVE Program / CVE List V5
Vulnerability Type
特权管理不恰当
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
marc4 Security Hardener 0 ~ 2.4.4 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-16149

暂无评论


发表评论