SB2026040730 - Improper access control in nestjs nest



SB2026040730 - Improper access control in nestjs nest

Published: April 7, 2026

Security Bulletin ID SB2026040730
Severity
Medium
Patch available
YES
Number of vulnerabilities 1
Exploitation vector Remote access
Highest impact Data manipulation

Breakdown by Severity

Medium 100%
  • Low
  • Medium
  • High
  • Critical

Description

This security bulletin contains information about 1 security vulnerability.


1) Improper access control (CVE-ID: CVE-2026-2293)

The vulnerability allows a remote attacker to bypass middleware-based security checks.

The vulnerability exists due to improper access control in the Nest Fastify adapter middleware matching logic when handling requests with variant paths under Fastify path-normalization options. A remote attacker can send a specially crafted request to bypass middleware-based security checks.

The issue occurs because middleware matching uses a regex check over req.originalUrl while route dispatch uses Fastify-normalized paths, allowing route-scoped middleware to be skipped while the protected handler is still reached.


Remediation

Install update from vendor's website.