Skip to content

chore(deps): update dependency @nestjs/core to v11 [security] - #127

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/npm-nestjs-core-vulnerability
Open

chore(deps): update dependency @nestjs/core to v11 [security]#127
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/npm-nestjs-core-vulnerability

Conversation

@renovate

@renovate renovate Bot commented Aug 7, 2024

Copy link
Copy Markdown

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@nestjs/core (source) >=8 <9>=11.1.18 <12 age confidence
@nestjs/core (source) 8.4.111.1.18 age confidence

@​nestjs/core vulnerable to Information Exposure via StreamableFile pipe

CVE-2023-26108 / GHSA-4jpv-8r57-pv7j

More information

Details

Versions of the package @​nestjs/core before 9.0.5 are vulnerable to Information Exposure via the StreamableFile pipe. Exploiting this vulnerability is possible when the client cancels a request while it is streaming a StreamableFile, the stream wrapped by the StreamableFile will be kept open.

Severity

  • CVSS Score: 5.3 / 10 (Medium)
  • Vector String: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N

References

This data is provided by the GitHub Advisory Database (CC-BY 4.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() interpolates message.type and message.id directly into Server-Sent Events text protocol output without sanitizing newline characters (\r, \n). Since the SSE protocol treats both \r and \n as field delimiters and \n\n as 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 spoofing: Attacker forges SSE events with arbitrary event: types, causing client-side EventSource.addEventListener() callbacks to fire for wrong event types.
  • Data injection: Attacker injects arbitrary data: payloads, potentially triggering XSS if the client renders SSE data as HTML without sanitization.
  • Reconnection corruption: Attacker injects id: fields, corrupting the Last-Event-ID header on reconnection, causing the client to miss or replay events.
  • Attack precondition: Requires the developer to map user-influenced data to the type or id fields 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.18

Severity

  • CVSS Score: 6.3 / 10 (Medium)
  • Vector String: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:L/VA:L/SC:N/SI:L/SA:N

References

This data is provided by the GitHub Advisory Database (CC-BY 4.0).


Release Notes

nestjs/nest (@​nestjs/core)

v11.1.18

Compare Source

v11.1.18 (2026-04-03)
Bug fixes
Dependencies
Committers: 6

v11.1.17

Compare Source

v11.1.17 (2026-03-16)
Enhancements
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

v11.1.16

Compare Source

v11.1.16 (2026-03-05)
Bug fixes
  • microservices
Dependencies
Committers: 2

v11.1.15

Compare Source

What's Changed
New Contributors

Full Changelog: nestjs/nest@v11.1.14...v11.1.15

v11.1.14

Compare Source

v11.1.14 (2026-02-17)
Bug fixes
Enhancements
Committers: 5

v11.1.13

Compare Source

v11.1.13 (2026-02-03)
Bug fixes
  • common
Enhancements
Dependencies
Committers: 6

v11.1.12

Compare Source

v11.1.12 (2026-01-15)
Bug fixes
Dependencies
Committers: 3

v11.1.11

Compare Source

v11.1.11 (2025-12-29)
Bug fixes
Dependencies
Committers: 3

v11.1.10

Compare Source

v11.1.10 (2025-12-22)
Bug fixes
Enhancements
Dependencies
Committers: 11

v11.1.9

Compare Source

v11.1.9 (2025-11-14)
Bug fixes
Enhancements
Dependencies
Committers: 4

v11.1.8

Compare Source

v11.1.8 (2025-10-27)
Bug fixes
Committers: 2

v11.1.7

Compare Source

v11.1.7 (2025-10-21)
Bug fixes
Enhancements
Dependencies
Committers: 9

v11.1.6

Compare Source

v11.1.6 (2025-08-07)
Bug fixes
Dependencies
Committers: 6

v11.1.5

Compare Source

v11.1.5 (2025-07-18)
Dependencies

v11.1.4

Compare Source

v11.1.4 (2025-07-16)
Bug fixes
Enhancements
Dependencies
Committers: 11

v11.1.3

Compare Source

v11.1.3 (2025-06-06)
Bug fixes
Enhancements
Dependencies
Committers: 3

v11.1.2

Compare Source

v11.1.2 (2025-05-26)
Bug fixes
Dependencies
Committers: 2

v11.1.1

Compare Source

v11.1.1 (2025-05-14)
Bug fixes
Enhancements
Dependencies
Committers: 7

v11.1.0

Compare Source

v11.1.0 (2025-04-23)
Enhancements
Committers: 1

v11.0.21

Compare Source

v11.0.21 (2025-04-23)
Enhancements
Dependencies
Committers: 1

v11.0.20

Compare Source

What's Changed
New Contributors

Full Changelog: nestjs/nest@v11.0.19...v11.0.20

v11.0.19

Compare Source

v11.0.18

Compare Source

What's Changed
  • chore(common): temporarily move file-type to regular deps d9a69a3

Full Changelog: nestjs/nest@v11.0.17...v11.0.18

v11.0.17

Compare Source

v11.0.16

Compare Source

v11.0.16 (2025-04-11)

v11.0.15

Compare Source

v11.0.15 (2025-04-10)
Bug fixes
Committers: 1

v11.0.14

Compare Source

v11.0.14 (2025-04-09)
Bug fixes
  • platform-fastify
Committers: 1

v11.0.13

Compare Source

v11.0.13 (2025-04-03)
Bug fixes
  • platform-fastify
  • microservices
    • #​14869 fix(microservices): do not re-create client connection once get client by service name (@​mingo023)
Dependencies
Committers: 2

v11.0.12

Compare Source

v11.0.12 (2025-03-19)
Bug fixes
Enhancements

v11.0.11

Compare Source

v11.0.11 (2025-02-28)
Enhancements
  • platform-fastify
Dependencies
Committers: 1

v11.0.10

Compare Source

v11.0.10 (2025-02-17)
Bug fixes

v11.0.9

Compare Source

v11.0.9 (2025-02-10)
Bug fixes
Committers: 2

v11.0.8

Compare Source

v11.0.8 (2025-02-06)
Bug fixes
Committers: 4

v11.0.7

Compare Source

v11.0.7 (2025-01-31)
Bug fixes
Committers: 1

v11.0.6

Compare Source

v11.0.6 (2025-01-27)
Bug fixes
Committers: 1

v11.0.5

Compare Source

v11.0.5 (2025-01-23)
Bug fixes
Committers: 1

v11.0.4

Compare Source

v11.0.3

Compare Source

v11.0.2

Compare Source

v11.0.1

Compare Source

v11.0.0

Compare 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 👈 👈 👈

⚠️ Node v16 and v18 are no longer supported (>= v20 is required).

Features
  • common, core, microservices
  • common, core
  • common, core, microservices, platform-express, platform-fastify, platform-socket.io, platform-ws, testing, websockets
    • #​14238 chore(deps): upgrade to express v5, fastify v5, add legacy route path converter to minimize breaking changes (@​kamilmysliwiec)
Enhancements

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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 these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/npm-nestjs-core-vulnerability branch from 3aba3f3 to b735526 Compare October 10, 2024 02:29
@renovate renovate Bot changed the title chore(deps): update dependency @nestjs/core to v9 [security] chore(deps): update dependency @nestjs/core [security] Oct 10, 2024
@renovate
renovate Bot force-pushed the renovate/npm-nestjs-core-vulnerability branch from b735526 to 9ea916f Compare October 11, 2024 05:38
@renovate renovate Bot changed the title chore(deps): update dependency @nestjs/core [security] chore(deps): update dependency @nestjs/core to v9 [security] Oct 11, 2024
@renovate
renovate Bot force-pushed the renovate/npm-nestjs-core-vulnerability branch from 9ea916f to 324af65 Compare October 22, 2024 23:13
@renovate renovate Bot changed the title chore(deps): update dependency @nestjs/core to v9 [security] chore(deps): update dependency @nestjs/core [security] Oct 22, 2024
@renovate
renovate Bot force-pushed the renovate/npm-nestjs-core-vulnerability branch from 324af65 to 5c07672 Compare October 23, 2024 23:41
@renovate renovate Bot changed the title chore(deps): update dependency @nestjs/core [security] chore(deps): update dependency @nestjs/core to v9 [security] Oct 23, 2024
@renovate
renovate Bot force-pushed the renovate/npm-nestjs-core-vulnerability branch from 5c07672 to 6f21f7d Compare October 30, 2024 02:47
@renovate renovate Bot changed the title chore(deps): update dependency @nestjs/core to v9 [security] chore(deps): update dependency @nestjs/core [security] Oct 30, 2024
@renovate
renovate Bot force-pushed the renovate/npm-nestjs-core-vulnerability branch from 6f21f7d to 373cf1d Compare November 1, 2024 02:54
@renovate renovate Bot changed the title chore(deps): update dependency @nestjs/core [security] chore(deps): update dependency @nestjs/core to v9 [security] Nov 1, 2024
@renovate
renovate Bot force-pushed the renovate/npm-nestjs-core-vulnerability branch from 373cf1d to ccde57c Compare December 4, 2024 23:48
@renovate renovate Bot changed the title chore(deps): update dependency @nestjs/core to v9 [security] chore(deps): update dependency @nestjs/core [security] Dec 4, 2024
@renovate
renovate Bot force-pushed the renovate/npm-nestjs-core-vulnerability branch from ccde57c to e8261d8 Compare December 6, 2024 20:45
@renovate renovate Bot changed the title chore(deps): update dependency @nestjs/core [security] chore(deps): update dependency @nestjs/core to v9 [security] Dec 6, 2024
@renovate
renovate Bot force-pushed the renovate/npm-nestjs-core-vulnerability branch from e8261d8 to 50bff74 Compare December 19, 2024 05:56
@renovate renovate Bot changed the title chore(deps): update dependency @nestjs/core to v9 [security] chore(deps): update dependency @nestjs/core [security] Dec 19, 2024
@renovate
renovate Bot force-pushed the renovate/npm-nestjs-core-vulnerability branch from 50bff74 to 7aa66f9 Compare December 21, 2024 20:38
@renovate renovate Bot changed the title chore(deps): update dependency @nestjs/core [security] chore(deps): update dependency @nestjs/core to v9 [security] Dec 21, 2024
@renovate
renovate Bot force-pushed the renovate/npm-nestjs-core-vulnerability branch from 7aa66f9 to 309cdd6 Compare December 24, 2024 20:45
@renovate renovate Bot changed the title chore(deps): update dependency @nestjs/core to v9 [security] chore(deps): update dependency @nestjs/core [security] Dec 24, 2024
@renovate
renovate Bot force-pushed the renovate/npm-nestjs-core-vulnerability branch from 309cdd6 to eb1b087 Compare December 25, 2024 14:37
@renovate renovate Bot changed the title chore(deps): update dependency @nestjs/core [security] chore(deps): update dependency @nestjs/core to v9 [security] Dec 25, 2024
@renovate
renovate Bot force-pushed the renovate/npm-nestjs-core-vulnerability branch from eb1b087 to 9c9bbbf Compare January 16, 2025 03:20
@renovate renovate Bot changed the title chore(deps): update dependency @nestjs/core to v9 [security] chore(deps): update dependency @nestjs/core [security] Jan 16, 2025
@renovate
renovate Bot force-pushed the renovate/npm-nestjs-core-vulnerability branch from 9c9bbbf to 5487299 Compare January 17, 2025 12:09
@renovate renovate Bot changed the title chore(deps): update dependency @nestjs/core [security] chore(deps): update dependency @nestjs/core to v9 [security] Jan 17, 2025
@renovate
renovate Bot force-pushed the renovate/npm-nestjs-core-vulnerability branch from 5487299 to 1ae51d6 Compare January 25, 2025 07:58
@renovate renovate Bot changed the title chore(deps): update dependency @nestjs/core to v9 [security] chore(deps): update dependency @nestjs/core [security] Jan 25, 2025
@renovate renovate Bot changed the title chore(deps): update dependency @nestjs/core to v9 [security] chore(deps): update dependency @nestjs/core [security] Mar 4, 2025
@renovate
renovate Bot force-pushed the renovate/npm-nestjs-core-vulnerability branch from b4a9748 to 62153c5 Compare March 6, 2025 07:42
@renovate renovate Bot changed the title chore(deps): update dependency @nestjs/core [security] chore(deps): update dependency @nestjs/core to v9 [security] Mar 6, 2025
@renovate
renovate Bot force-pushed the renovate/npm-nestjs-core-vulnerability branch from 62153c5 to 5550725 Compare March 13, 2025 00:03
@renovate renovate Bot changed the title chore(deps): update dependency @nestjs/core to v9 [security] chore(deps): update dependency @nestjs/core [security] Mar 13, 2025
@renovate
renovate Bot force-pushed the renovate/npm-nestjs-core-vulnerability branch from 5550725 to 144222f Compare March 15, 2025 08:15
@renovate renovate Bot changed the title chore(deps): update dependency @nestjs/core [security] chore(deps): update dependency @nestjs/core to v9 [security] Mar 15, 2025
@renovate
renovate Bot force-pushed the renovate/npm-nestjs-core-vulnerability branch from 144222f to 3cb344f Compare March 18, 2025 00:11
@renovate renovate Bot changed the title chore(deps): update dependency @nestjs/core to v9 [security] chore(deps): update dependency @nestjs/core [security] Mar 18, 2025
@renovate
renovate Bot force-pushed the renovate/npm-nestjs-core-vulnerability branch from 3cb344f to c033109 Compare March 21, 2025 03:47
@renovate renovate Bot changed the title chore(deps): update dependency @nestjs/core [security] chore(deps): update dependency @nestjs/core to v9 [security] Mar 21, 2025
@renovate
renovate Bot force-pushed the renovate/npm-nestjs-core-vulnerability branch from c033109 to 6bf074d Compare April 2, 2025 20:06
@renovate renovate Bot changed the title chore(deps): update dependency @nestjs/core to v9 [security] chore(deps): update dependency @nestjs/core [security] Apr 2, 2025
@renovate
renovate Bot force-pushed the renovate/npm-nestjs-core-vulnerability branch from 6bf074d to 001b55d Compare April 4, 2025 08:05
@renovate renovate Bot changed the title chore(deps): update dependency @nestjs/core [security] chore(deps): update dependency @nestjs/core to v9 [security] Apr 4, 2025
@renovate
renovate Bot force-pushed the renovate/npm-nestjs-core-vulnerability branch from 001b55d to 4cec22f Compare April 26, 2025 03:59
@renovate renovate Bot changed the title chore(deps): update dependency @nestjs/core to v9 [security] chore(deps): update dependency @nestjs/core [security] Apr 26, 2025
@renovate
renovate Bot force-pushed the renovate/npm-nestjs-core-vulnerability branch from 4cec22f to b924dd0 Compare April 27, 2025 23:43
@renovate renovate Bot changed the title chore(deps): update dependency @nestjs/core [security] chore(deps): update dependency @nestjs/core to v9 [security] Apr 27, 2025
@renovate
renovate Bot force-pushed the renovate/npm-nestjs-core-vulnerability branch from b924dd0 to b7ad65f Compare May 9, 2025 00:12
@renovate renovate Bot changed the title chore(deps): update dependency @nestjs/core to v9 [security] chore(deps): update dependency @nestjs/core [security] May 9, 2025
@renovate
renovate Bot force-pushed the renovate/npm-nestjs-core-vulnerability branch from b7ad65f to 6c4e7a8 Compare May 10, 2025 19:30
@renovate renovate Bot changed the title chore(deps): update dependency @nestjs/core [security] chore(deps): update dependency @nestjs/core to v9 [security] May 10, 2025
@renovate
renovate Bot force-pushed the renovate/npm-nestjs-core-vulnerability branch from 6c4e7a8 to 9a88142 Compare May 17, 2025 11:58
@renovate renovate Bot changed the title chore(deps): update dependency @nestjs/core to v9 [security] chore(deps): update dependency @nestjs/core [security] May 17, 2025
@renovate
renovate Bot force-pushed the renovate/npm-nestjs-core-vulnerability branch from 9a88142 to 8997e92 Compare May 18, 2025 15:52
@renovate renovate Bot changed the title chore(deps): update dependency @nestjs/core [security] chore(deps): update dependency @nestjs/core to v9 [security] May 18, 2025
@renovate
renovate Bot force-pushed the renovate/npm-nestjs-core-vulnerability branch from 8997e92 to 3685a41 Compare May 24, 2025 07:36
@renovate renovate Bot changed the title chore(deps): update dependency @nestjs/core to v9 [security] chore(deps): update dependency @nestjs/core [security] May 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants