fix(deps): update dependency @nestjs/core to v11.1.18 [security]#868
fix(deps): update dependency @nestjs/core to v11.1.18 [security]#868renovate[bot] wants to merge 1 commit into
Conversation
|
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #868 +/- ##
=======================================
Coverage 92.19% 92.19%
=======================================
Files 17 17
Lines 397 397
Branches 128 137 +9
=======================================
Hits 366 366
Misses 31 31 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
8931e49 to
7defbbd
Compare
7defbbd to
f6cc9ee
Compare
This PR contains the following updates:
11.1.3→11.1.18@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.7Compare Source
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
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.