chore(deps): update dependency @nestjs/core to v11.1.18 [security]#1228
Conversation
8d49379 to
bae4a7c
Compare
bae4a7c to
2e57814
Compare
Implemented in e97ad52. I rebased the branch, reran |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
* chore(deps): update dependency vite to v8.0.5 [security] * chore(deps): rebase vite update and regenerate lockfile Agent-Logs-Url: https://github.com/golevelup/nestjs/sessions/84f0c4b4-34e1-44cd-a4a0-39ab6a622ca3 * chore(deps): update dependency @nestjs/core to v11.1.18 [security] (#1228) * chore(deps): update dependency @nestjs/core to v11.1.18 [security] * chore(deps): update all nestjs dependencies to latest versions Agent-Logs-Url: https://github.com/golevelup/nestjs/sessions/6d0c2ec5-bf89-417f-85bd-bf8c3976575b --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> * chore(deps): update vitest monorepo to v4.1.7 (#1212) * chore(deps): update vitest monorepo to v4.1.7 * chore(deps): update vitest monorepo to v4.1.7 in package.json and regenerate lock file Agent-Logs-Url: https://github.com/golevelup/nestjs/sessions/52c518f8-6b31-40c1-8910-6f4071ee5044 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Rodrigo <monstawoodwow@gmail.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> * chore(deps): update dependency @aws-sdk/client-s3 to v3.1050.0 (#1213) * chore(deps): update dependency @aws-sdk/client-s3 to v3.1050.0 * chore(deps): update @aws-sdk/client-s3 to v3.1050.0 in package.json and regenerate lock Agent-Logs-Url: https://github.com/golevelup/nestjs/sessions/73566885-97bd-42ee-9628-c04be5f72cbb --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Rodrigo <monstawoodwow@gmail.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> * chore(deps): update dependency vite to v8.0.5 [security] * chore(deps): rebase vite update and regenerate lockfile Agent-Logs-Url: https://github.com/golevelup/nestjs/sessions/84f0c4b4-34e1-44cd-a4a0-39ab6a622ca3 * chore(deps): rebase branch and regenerate pnpm lockfile Agent-Logs-Url: https://github.com/golevelup/nestjs/sessions/2b402de7-41db-4881-a012-cc9eee6acccb --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Rodrigo <monstawoodwow@gmail.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
This PR contains the following updates:
11.1.17→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
Configuration
📅 Schedule: (in timezone America/New_York)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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.