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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-92087— Fastify-auth 授权绕过漏洞

一分钟漏洞结论

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

是一个 Fastify 插件,能够将多种认证和授权策略组合为单一的路由守卫。在 5.0.0 至 5.1.0 版本中,当策略以 关系组合,同时启用 执行选项,且其中某个条目为作为 AND 分组的嵌套数组时,该分组的求值方式是顺序依赖的:较早失败的检查会被静默丢弃,分组的最终结果仅由其最后一个检查的结果决定。 因此,一个仅满足 AND 分组中最后一个成员条件的请求——例如,攻击者持有有效的 API 密钥但并非管理员——会被授权通过,而未被拒绝。此外,类似的顺序依赖绕过也影响镜像配置:当顶层关系为 且嵌套分组使用 时也会

CVSS 8.1 · High

影响版本矩阵 2

厂商产品 版本范围状态
@fastify/auth @fastify/auth 5.0.0< 5.1.1 affected
5.1.1 unaffected
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
@fastify/auth vulnerable to Authorization Bypass via order-dependent evaluation of composed auth
来源: CVE Program / CVE List V5
Vulnerability Description
@fastify/auth is a Fastify plugin that composes multiple authentication and authorization strategies into a single route guard. In versions 5.0.0 through 5.1.0, when strategies are composed with the relation "or" option together with the run "all" option and one entry is a nested array acting as an AND group, the group is evaluated in an order-dependent way: an earlier failing check is silently dropped and the group's result becomes the outcome of its last check. As a result, a request that satisfies only the last member of an AND group, for example an attacker who holds a valid API key but is not an administrator, is authorized instead of rejected, and a related order-dependent bypass affects the mirror configuration where the top-level relation is "and" and a nested group uses "or". The issue is fixed in @fastify/auth 5.1.1, and users should upgrade to 5.1.1 or later. As a workaround, omit the run "all" option where it is not required, order each AND group so its stricter check is evaluated last, or replace nested AND groups with an explicit top-level "and" composition.
来源: 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:N
来源: CVE Program / CVE List V5
Vulnerability Type
授权机制不恰当
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
@fastify/auth @fastify/auth 5.0.0 ~ 5.1.1 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-92087

暂无评论


发表评论