云虫漏洞库

CVE-2026-18500 - @fastify/jwt is a JSON Web Token plugin for Fastify. In versions before 10.2.2, a per-request verification key passed to request.jwtVerify({ key }) is silently overridden by the plugin's globally configured secret, because the option merge applies the global key last. Applications that use different keys for different authorization domains, for example separate user and admin keys, therefore accept a token signed with the global key on a route that explicitly requires another ke - 漏洞详情

漏洞编号:CVE-2026-18500

风险等级:高危

漏洞来源:CVE

CVE 编号:CVE-2026-18500

CNNVD 编号:-

厂商/产品:- / -

影响范围:-

CWE:CWE-347

发布/更新时间:2026-08-15 / 2026-08-28

漏洞描述

@fastify/jwt is a JSON Web Token plugin for Fastify. In versions before 10.2.2, a per-request verification key passed to request.jwtVerify({ key }) is silently overridden by the plugin's globally configured secret, because the option merge applies the global key last. Applications that use different keys for different authorization domains, for example separate user and admin keys, therefore accept a token signed with the global key on a route that explicitly requires another key. This lets an ordinary authenticated user cross a key-based trust boundary without knowing either secret. The issue is fixed in @fastify/jwt 10.2.2, where an explicit per-call key takes precedence over the global secret. Users should upgrade to 10.2.2.

相关链接

相关漏洞

« 返回首页