chore(deps): update dependency @nestjs/platform-fastify to v11.1.24 [security]#2726
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency @nestjs/platform-fastify to v11.1.24 [security]#2726renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
072c099 to
941e282
Compare
941e282 to
2e38d45
Compare
2e38d45 to
42c7153
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
11.1.14→11.1.24Nest Fastify HEAD Request Middleware Bypass
CVE-2026-33011 / GHSA-wf42-42fg-fg84
More information
Details
Impact
In a NestJS application using
@nestjs/platform-fastify, GET middleware can be bypassed because Fastify automatically redirects HEAD requests to the corresponding GET handlers (if they exist).As a result:
Patches
Fixed in
@nestjs/platform-fastify@11.1.16Severity
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:NReferences
This data is provided by the GitHub Advisory Database (CC-BY 4.0).
Nest: Middleware Bypass on Fastify via Trailing Slash
CVE-2026-54281 / GHSA-6v32-fjc9-9qf6
More information
Details
Impact
An authentication bypass vulnerability exists in
@nestjs/platform-fastify(confirmed on version11.1.24, the latest available release at time of report). When middleware is registered through NestJS'sMiddlewareConsumer.forRoutes()API on the Fastify adapter, an unauthenticated client can bypass the Nest middleware registered for that route by simply appending a trailing slash (/) to the request URL.This bypass works on the default Fastify adapter configuration — no special router options need to be enabled. Applications using the standard CRUD route shape (
GET /resourceandGET /resource/:id) are affected when they protect those routes withMiddlewareConsumer.forRoutes()middleware.Patches
Fixed in
@nestjs/platform-fastify@11.1.24References
Kudos goes to @a-tt-om
Severity
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:L/SC:N/SI:N/SA:NReferences
This data is provided by the GitHub Advisory Database (CC-BY 4.0).
Release Notes
nestjs/nest (@nestjs/platform-fastify)
v11.1.24Compare Source
v11.1.24 (2026-05-25)
Bug fixes
coreEnhancements
coreDependencies
platform-wsCommitters: 2
v11.1.23Compare Source
v11.1.23 (2026-05-21)
Bug fixes
coreCommitters: 1
v11.1.22Compare Source
v11.1.22 (2026-05-21)
Bug fixes
coreEnhancements
coreCommitters: 2
v11.1.21Compare Source
v11.1.21 (2026-05-14)
Bug fixes
coreCommitters: 1
v11.1.20Compare Source
v11.1.20 (2026-05-13)
Bug fixes
core,testingcoremicroservicescommonplatform-socket.ioEnhancements
microservicescommonplatform-expressDependencies
platform-wsCommitters: 13
v11.1.19Compare Source
v11.1.19 (2026-04-13)
Bug fixes
microservicesCommitters: 2
v11.1.18Compare Source
v11.1.18 (2026-04-03)
Bug fixes
microservicescoreDependencies
core,platform-express,platform-fastifyplatform-fastifyplatform-wscommonCommitters: 6
v11.1.17Compare Source
v11.1.17 (2026-03-16)
Enhancements
microservicesBugs
platform-fastifycbdf737(@kamilmysliwiec)Dependencies
commonplatform-fastifyCommitters: 3
v11.1.16Compare Source
v11.1.16 (2026-03-05)
Bug fixes
microservicesDependencies
platform-expressCommitters: 2
v11.1.15Compare Source
What's Changed
New Contributors
Full Changelog: nestjs/nest@v11.1.14...v11.1.15
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.