CVE-2026-92087
Last modified
CVE-2026-92087 is a high-severity vulnerability rated 8.1/10 on the CVSS scale. @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.
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.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| @fastify/auth | @fastify/auth | >= 5.0.0, < 5.1.1 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-92087?
How severe is CVE-2026-92087?
How do I fix CVE-2026-92087?
How Strix Helps
- Uncovering a hidden BOLA in Appsmith's snapshot logicStrix autonomously discovered a BOLA/IDOR vulnerability in Appsmith's snapshot deletion path.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-92077Denial-of-service in the SVG component. This vulnerability w…
- CVE-2026-92078Denial-of-service in the Security component. This vulnerabil…
- CVE-2026-92079Mitigation bypass in the Widget: Win32 component. This vulne…
- CVE-2026-9208Tanium addressed an unauthorized code execution vulnerabilit…8.8
- CVE-2026-92081fastify is a fast and low-overhead web framework for Node.js…5.9
- CVE-2026-92082By default, Payara Server does not limit the number of faile…6.3
- CVE-2026-92091A flaw was found in jwcrypto. The JWK.import_key() function …5.9
- CVE-2026-9210Insufficient input validation vulnerability in the listed NE…4.5
- CVE-2026-9211An unauthenticated user on the local network can gain contro…8.8
- CVE-2026-92114A vulnerability was identified in a2ui-project a2ui up to 0.…5.3
- CVE-2026-9212Insufficient authentication and input validation in the list…8
- CVE-2026-92122Jenkins Script Security Plugin 1415.v9a_f9b_3a_c253d and ear…8.8
Are you affected by CVE-2026-92087?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
