Skip to content

🚨 [security] Update @nestjs/microservices 11.1.6 → 11.1.19 (patch)#67

Closed
depfu[bot] wants to merge 1 commit into
mainfrom
depfu/update/pnpm/@nestjs/microservices-11.1.19
Closed

🚨 [security] Update @nestjs/microservices 11.1.6 → 11.1.19 (patch)#67
depfu[bot] wants to merge 1 commit into
mainfrom
depfu/update/pnpm/@nestjs/microservices-11.1.19

Conversation

@depfu
Copy link
Copy Markdown
Contributor

@depfu depfu Bot commented Apr 14, 2026


Welcome to Depfu 👋

This is one of the first three pull requests with dependency updates we've sent your way. We tried to start with a few easy patch-level updates. Hopefully your tests will pass and you can merge this pull request without too much risk. This should give you an idea how Depfu works in general.

After you merge your first pull request, we'll send you a few more. We'll never open more than seven PRs at the same time so you're not getting overwhelmed with updates.

Let us know if you have any questions. Thanks so much for giving Depfu a try!



🚨 Your current dependencies have known security vulnerabilities 🚨

This dependency update fixes known security vulnerabilities. Please see the details below and assess their impact carefully. We recommend to merge and deploy this as soon as possible!


Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ @​nestjs/microservices (11.1.6 → 11.1.19) · Repo · Changelog

Security Advisories 🚨

🚨 Nest Affected by DoS via Recursive handleData in JsonSocket (TCP Transport)

Impact

Attacker sends many small, valid JSON messages in one TCP frame
→ handleData() recurses once per message; buffer shrinks each call
→ maxBufferSize is never reached; call stack overflows instead
→ A ~47 KB payload is sufficient to trigger RangeError

Patches

Fixed in @nestjs/microservices@11.1.19

References

Discovered by https://github.com/hwpark6804-gif

Release Notes

11.1.18

v11.1.18 (2026-04-03)

Bug fixes

  • microservices
    • #16675 fix(microservices): preserve packet headers in nats serializer (@wwenrr)
  • core
    • #16683 fix(core): prevent injector hang when design:paramtypes is missing (@Youmoo)
    • #16637 fix(core): dependency injection edge case with moduleref.create (@JakobStaudinger)
    • #16686 fix(core): sanitize sse message

Dependencies

Committers: 6

11.1.17

v11.1.17 (2026-03-16)

Enhancements

  • microservices

Bugs

  • platform-fastify
    • auto-run middleware for HEAD requests as fastify redirects them to GET handlers (effectively skipping middleware execution) cbdf737 (@kamilmysliwiec)

Dependencies

Committers: 3

11.1.16

v11.1.16 (2026-03-05)

Bug fixes

  • microservices
    • #16506 fix(microservices): fix double callback when isdisposed or err is truthy (@LhonRafaat)

Dependencies

Committers: 2

11.1.15

What's Changed

  • fix(microservices): if indexOf return 0 will if will be falsy by @cuiweixie in #16401
  • fix(microservices): introuduce max pattern depth and object complexity by @kamilmysliwiec in #16402
  • chore(@nestjs/core): allow override for initializeWildcardHandlersIfE… by @StNekroman in #16468
  • chore(deps): update dependency @fastify/middie to v9.2.0 [security] by @renovate[bot] in #16472
  • fix(deps): update dependency multer to v2.1.0 [security] by @renovate[bot] in #16474

New Contributors

Full Changelog: v11.1.14...v11.1.15

11.1.14

v11.1.14 (2026-02-17)

Bug fixes

Enhancements

Committers: 5

11.1.13

v11.1.13 (2026-02-03)

Bug fixes

  • common
    • #16230 fix(common): Fix skipping maxArrayLength and maxStringLength option (@chojs23)

Enhancements

Dependencies

Committers: 6

11.1.12

v11.1.12 (2026-01-15)

Bug fixes

  • common

Dependencies

Committers: 3

11.1.11

v11.1.11 (2025-12-29)

Bug fixes

  • platform-fastify
  • core
    • #16133 fix(core): add missing catch handler for forward-ref provider resolution (@coti-z)

Dependencies

Committers: 3

11.1.10

v11.1.10 (2025-12-22)

Bug fixes

  • core
    • #16098 fix(core): instantiate nested transient providers in static context (@mag123c)
    • #16005 fix(core): resolve all providers when using resolve() with each option (@malkovitc)
  • microservices
    • #16072 fix(microservices): fix grpc stream method return type (@shash-hq)
  • common

Enhancements

Dependencies

Committers: 11

11.1.9

v11.1.9 (2025-11-14)

Bug fixes

  • core
    • #15865 fix(core): make get() throw for implicitly request-scoped trees (@JoeNutt)

Enhancements

Dependencies

Committers: 4

11.1.8

v11.1.8 (2025-10-27)

Bug fixes

  • core
    • #15815 fix(core): ensure nested transient provider isolation (@mag123c)
  • platform-fastify

Committers: 2

11.1.7

v11.1.7 (2025-10-21)

Bug fixes

  • microservices
  • platform-fastify
    • #15732 fix: correct parameter type in RouteConstraints decorator (@thedv91)
  • core
    • #15571 fix(core): skip lifecycle hooks for non-instantiated transient services (@mag123c)
  • common

Enhancements

  • common, platform-socket.io, websockets
  • common
    • #15705 fix(core): resolve extras in configurable module builder async methods (@mag123c)
  • common, core
    • #15503 feat(common): add force-console option to console logger (@mag123c)
  • core
    • #15588 fix(core): improve dependency resolution error messages (@at7211)
  • microservices
    • #15598 feat(errors): add InvalidTcpDataReceptionException for handling TCP receive errors​ (@ghyghoo8)

Dependencies

Committers: 9

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@depfu depfu Bot added the depfu label Apr 14, 2026
@depfu depfu Bot requested a review from microwavekonijn April 14, 2026 02:05
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Apr 14, 2026

⚠️ No Changeset found

Latest commit: 3e29676

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@depfu
Copy link
Copy Markdown
Contributor Author

depfu Bot commented May 12, 2026

Closing because this update has already been applied

@depfu depfu Bot closed this May 12, 2026
@depfu depfu Bot deleted the depfu/update/pnpm/@nestjs/microservices-11.1.19 branch May 12, 2026 12:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants