chore(deps): update dependency @nestjs/core to v11 [security] - #104
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency @nestjs/core to v11 [security]#104renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/npm-nestjs-core-vulnerability
branch
3 times, most recently
from
April 15, 2026 10:11
71cad19 to
b225783
Compare
renovate
Bot
force-pushed
the
renovate/npm-nestjs-core-vulnerability
branch
5 times, most recently
from
April 21, 2026 22:58
8b83341 to
f06cb22
Compare
renovate
Bot
force-pushed
the
renovate/npm-nestjs-core-vulnerability
branch
2 times, most recently
from
April 23, 2026 18:58
26052a3 to
9baf1e3
Compare
renovate
Bot
force-pushed
the
renovate/npm-nestjs-core-vulnerability
branch
6 times, most recently
from
April 30, 2026 23:43
6653106 to
854112d
Compare
renovate
Bot
force-pushed
the
renovate/npm-nestjs-core-vulnerability
branch
6 times, most recently
from
May 18, 2026 14:09
8ddcc45 to
b0fc7ba
Compare
renovate
Bot
force-pushed
the
renovate/npm-nestjs-core-vulnerability
branch
3 times, most recently
from
May 28, 2026 20:30
eb9dc02 to
5b2eb76
Compare
renovate
Bot
force-pushed
the
renovate/npm-nestjs-core-vulnerability
branch
3 times, most recently
from
June 18, 2026 21:50
ea4e39c to
0f2c9ab
Compare
renovate
Bot
force-pushed
the
renovate/npm-nestjs-core-vulnerability
branch
4 times, most recently
from
July 16, 2026 23:54
3c6a9e5 to
7dad5a1
Compare
renovate
Bot
force-pushed
the
renovate/npm-nestjs-core-vulnerability
branch
4 times, most recently
from
July 24, 2026 23:56
fa37994 to
0ea57f6
Compare
renovate
Bot
force-pushed
the
renovate/npm-nestjs-core-vulnerability
branch
2 times, most recently
from
July 30, 2026 21:38
070bd0b to
70a8280
Compare
renovate
Bot
force-pushed
the
renovate/npm-nestjs-core-vulnerability
branch
4 times, most recently
from
August 15, 2026 02:45
f3ac64b to
fb6ba20
Compare
renovate
Bot
force-pushed
the
renovate/npm-nestjs-core-vulnerability
branch
4 times, most recently
from
August 26, 2026 23:39
c12149f to
9c4ca24
Compare
renovate
Bot
force-pushed
the
renovate/npm-nestjs-core-vulnerability
branch
from
September 2, 2026 23:34
9c4ca24 to
5079ebd
Compare
renovate
Bot
force-pushed
the
renovate/npm-nestjs-core-vulnerability
branch
from
September 3, 2026 03:51
5079ebd to
e308db8
Compare
renovate
Bot
force-pushed
the
renovate/npm-nestjs-core-vulnerability
branch
from
September 3, 2026 19:35
e308db8 to
92f8250
Compare
renovate
Bot
force-pushed
the
renovate/npm-nestjs-core-vulnerability
branch
from
September 4, 2026 01:58
92f8250 to
a8941a3
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:
^10.0.0→^11.0.0@nestjs/core Improperly Neutralizes Special Elements in Output Used by a Downstream Component ('Injection')
CVE-2026-35515 / GHSA-36xv-jgw5-4q75
More information
Details
Impact
What kind of vulnerability is it? Who is impacted?
SseStream._transform()interpolatesmessage.typeandmessage.iddirectly into Server-Sent Events text protocol output without sanitizing newline characters (\r,\n). Since the SSE protocol treats both\rand\nas field delimiters and\n\nas event boundaries, an attacker who can influence these fields through upstream data sources can inject arbitrary SSE events, spoof event types, and corrupt reconnection state. Spring Framework's own security patch (6e97587) validates these same fields (id,event) for the same reason.Actual impact:
event:types, causing client-sideEventSource.addEventListener()callbacks to fire for wrong event types.data:payloads, potentially triggering XSS if the client renders SSE data as HTML without sanitization.id:fields, corrupting theLast-Event-IDheader on reconnection, causing the client to miss or replay events.typeoridfields of SSE messages. Direct HTTP request input does not reach these fields without developer code bridging the gap.Patches
Has the problem been patched? What versions should users upgrade to?
Patched in
@nestjs/core@11.1.18Severity
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:L/VA:L/SC:N/SI:L/SA:NReferences
This data is provided by the GitHub Advisory Database (CC-BY 4.0).
Release Notes
nestjs/nest (@nestjs/core)
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
v11.1.14Compare Source
v11.1.14 (2026-02-17)
Bug fixes
platform-fastifycommonEnhancements
commonCommitters: 5
v11.1.13Compare Source
v11.1.13 (2026-02-03)
Bug fixes
commonEnhancements
microservicescommonDependencies
platform-fastifyplatform-expressCommitters: 6
v11.1.12Compare Source
v11.1.12 (2026-01-15)
Bug fixes
commonDependencies
platform-wscommonplatform-fastifyCommitters: 3
v11.1.11Compare Source
v11.1.11 (2025-12-29)
Bug fixes
platform-fastifycoreDependencies
platform-socket.ioplatform-fastifycommonCommitters: 3
v11.1.10Compare Source
v11.1.10 (2025-12-22)
Bug fixes
coremicroservicescommonEnhancements
commoncoremicroservicescommon,coreDependencies
platform-fastifyplatform-expresscommonCommitters: 11
v11.1.9Compare Source
v11.1.9 (2025-11-14)
Bug fixes
coreEnhancements
commonDependencies
platform-fastifyCommitters: 4
v11.1.8Compare Source
v11.1.8 (2025-10-27)
Bug fixes
coreplatform-fastifyCommitters: 2
v11.1.7Compare Source
v11.1.7 (2025-10-21)
Bug fixes
microservicesplatform-fastifycorecommonEnhancements
common,platform-socket.io,websocketscommoncommon,corecoremicroservicesDependencies
platform-fastifycore,platform-express,platform-fastifycommonCommitters: 9
v11.1.6Compare Source
v11.1.6 (2025-08-07)
Bug fixes
coremicroservicesDependencies
platform-fastifyCommitters: 6
v11.1.5Compare Source
v11.1.5 (2025-07-18)
Dependencies
platform-expressv11.1.4Compare Source
v11.1.4 (2025-07-16)
Bug fixes
platform-fastifycore,testingcoremicroservicesEnhancements
platform-fastifycommon,core,microservices,platform-express,platform-fastify,websocketscoreDependencies
platform-wsplatform-fastifyCommitters: 11
v11.1.3Compare Source
v11.1.3 (2025-06-06)
Bug fixes
coreEnhancements
commoncommon,coreDependencies
platform-expressCommitters: 3
v11.1.2Compare Source
v11.1.2 (2025-05-26)
Bug fixes
microservicesDependencies
commonplatform-expressCommitters: 2
v11.1.1Compare Source
v11.1.1 (2025-05-14)
Bug fixes
coremicroservicescore,platform-fastifygetHeaderandappendHeadermethods fromAbstractHttpAdapter(@micalevisk)platform-expressEnhancements
microservicesDependencies
platform-fastifyplatform-wscommonCommitters: 7
v11.1.0Compare Source
v11.1.0 (2025-04-23)
Enhancements
microservicesCommitters: 1
v11.0.21Compare Source
v11.0.21 (2025-04-23)
Enhancements
commonDependencies
platform-fastifyCommitters: 1
v11.0.20Compare Source
What's Changed
evalby @Borewit in #14974New Contributors
Full Changelog: nestjs/nest@v11.0.19...v11.0.20
v11.0.19Compare Source
v11.0.18Compare Source
What's Changed
d9a69a3Full Changelog: nestjs/nest@v11.0.17...v11.0.18
v11.0.17Compare Source
v11.0.16Compare Source
v11.0.16 (2025-04-11)
file-typeto validate file mimetypes by @Chathula in #14881v11.0.15Compare Source
v11.0.15 (2025-04-10)
Bug fixes
platform-fastifyCommitters: 1
v11.0.14Compare Source
v11.0.14 (2025-04-09)
Bug fixes
platform-fastifyCommitters: 1
v11.0.13Compare Source
v11.0.13 (2025-04-03)
Bug fixes
platform-fastifymicroservicesDependencies
platform-expressplatform-fastifyCommitters: 2
v11.0.12Compare Source
v11.0.12 (2025-03-19)
Bug fixes
coreEnhancements
corev11.0.11Compare Source
v11.0.11 (2025-02-28)
Enhancements
platform-fastifyDependencies
platform-fastifyplatform-wsCommitters: 1
v11.0.10Compare Source
v11.0.10 (2025-02-17)
Bug fixes
microservicesplatform-expressv11.0.9Compare Source
v11.0.9 (2025-02-10)
Bug fixes
corecommonCommitters: 2
v11.0.8Compare Source
v11.0.8 (2025-02-06)
Bug fixes
commonplatform-expressCommitters: 4
v11.0.7Compare Source
v11.0.7 (2025-01-31)
Bug fixes
coreCommitters: 1
v11.0.6Compare Source
v11.0.6 (2025-01-27)
Bug fixes
coreCommitters: 1
v11.0.5Compare Source
v11.0.5 (2025-01-23)
Bug fixes
coreCommitters: 1
v11.0.4Compare Source
v11.0.3Compare Source
v11.0.2Compare Source
v11.0.1Compare Source
v11.0.0Compare Source
v11.0.0 (2025-01-16)
Article: https://trilon.io/blog/announcing-nestjs-11-whats-new
Migration guide: https://docs.nestjs.com/migration-guide 👈 👈 👈
Features
common,core,microservicescommon,corecommon,core,microservices,platform-express,platform-fastify,platform-socket.io,platform-ws,testing,websocketsEnhancements
common@Inject()(@micalevisk)microserviceswebsocketscommon,core,microservices,websocketscommon,core,platform-fastifyplatform-expressplatform-wsplatform-fastifycommon,coreBug fixes
coreReflectortypes (@AlexRMU)platform-fastifymicroservicesConfiguration
📅 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.