Skip to content

chore(deps): update dependency undici to v6.28.0 - #21

Open
renovate[bot] wants to merge 1 commit into
alphafrom
renovate/undici-6.x-lockfile
Open

chore(deps): update dependency undici to v6.28.0#21
renovate[bot] wants to merge 1 commit into
alphafrom
renovate/undici-6.x-lockfile

Conversation

@renovate

@renovate renovate Bot commented Jun 14, 2024

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
undici (source) 6.18.26.28.0 age confidence

Release Notes

nodejs/undici (undici)

v6.28.0

Compare Source

Full Changelog: nodejs/undici@v6.27.0...v6.28.0

v6.27.0

Compare Source

⚠️ Security Release

This release line addresses 4 security advisories.

Action required: Upgrade to undici 6.27.0 or later.

npm install undici@^6.27.0

Note on patched version: the v6 fixes shipped in v6.27.0, not 6.26.0
v6.26.0 contains only the chunked-EOF fix (#​5308) and the version bump, none
of the security fixes below.

The v6 line is not affected by the SOCKS5 advisories (GHSA-vmh5-mc38-953g,
GHSA-hm92-r4w5-c3mj), the shared-cache disclosure (GHSA-pr7r-676h-xcf6), or the
8.x-only WebSocket regression (GHSA-38rv-x7px-6hhq).

Summary

Advisory CVE Severity (CVSS) Fixed in Fix commit
GHSA-vxpw-j846-p89q CVE-2026-12151 High (7.5) 6.27.0 b7f252e7
GHSA-p88m-4jfj-68fv CVE-2026-9679 Moderate (5.9) 6.27.0 25efa447
GHSA-g8m3-5g58-fq7m CVE-2026-11525 Low (3.7) 6.27.0 25efa447
GHSA-35p6-xmwp-9g52 CVE-2026-6733 Low (3.7) 6.27.0 f4c31d60

High severity

WebSocket DoS via fragment count bypass — CVE-2026-12151

GHSA-vxpw-j846-p89q · CWE-400, CWE-770
Fix: b7f252e7 Backport WebSocket maxPayloadSize fixes (#​5423, backported to v6 in #​5428)

A malicious WebSocket server can stream a large number of small or empty
continuation frames. Undici enforced a limit on cumulative payload size but did
not limit the number of fragments per message, leading to unbounded memory
growth and denial of service. All releases from 6.17.0 onward are affected.

  • Affected: applications using new WebSocket(...) or WebSocketStream
    against untrusted endpoints.
  • Workaround: none — upgrade is required.

Moderate severity

HTTP header injection via Set-Cookie percent-decoding — CVE-2026-9679

GHSA-p88m-4jfj-68fv · CWE-93
Fix: 25efa447 fix(cookies): preserve values and parse SameSite strictly

parseSetCookie applied percent-decoding to cookie values, turning encoded
sequences like %0D%0A and %00 into literal bytes, contrary to RFC 6265 §5.4
and browser behavior. Applications forwarding parsed Set-Cookie values into
response headers were exposed to header injection, enabling session fixation,
open redirects, and cache poisoning.

  • Workaround: sanitize values before forwarding — strip or reject CR, LF,
    NUL, ;, and =.

Low severity

Set-Cookie SameSite attribute downgrade — CVE-2026-11525

GHSA-g8m3-5g58-fq7m · CWE-183
Fix: 25efa447 fix(cookies): preserve values and parse SameSite strictly

The cookie parser accepted SameSite values containing Strict, Lax, or
None as substrings rather than requiring exact matches per RFC 6265. Values
like SameSite=NoneOfYourBusiness parsed as None, and SameSite=StrictLax
parsed as Lax, silently weakening cookie security policies for apps that
forward parsed attributes.

HTTP response queue poisoning via keep-alive socket reuse — CVE-2026-6733

GHSA-35p6-xmwp-9g52 · CWE-367 (TOCTOU race condition)
Fix: f4c31d60 fix: guard idle socket validation to skip fresh sockets (#​5400)

An attacker controlling an upstream HTTP/1.1 server could inject unsolicited
responses onto idle keep-alive sockets. On socket reuse, the injected response
was associated with a new request, delivering responses to the wrong requests.

  • Requirements: attacker-controlled/compromised upstream and active
    keep-alive reuse.
  • Workaround: disable keep-alive reuse with keepAliveTimeout: 0 on the
    Client or Pool.

Release contents & deliberate backports

v6.27.0 is a security-only release — every change in it is one of the fixes
above, backported to the v6.x maintenance line on purpose:

  • #5428 — backport of the WebSocket maxPayloadSize fragment-count / cumulative-size limits to v6.x (CVE-2026-12151; this is the v6 counterpart of the v7 backport #​5423).
  • #5400 — idle-socket-validation fix for the queue-poisoning issue (CVE-2026-6733).

The cookie fix (25efa447,
covering both CVE-2026-9679 and CVE-2026-11525) was applied directly to the v6.x
branch. Full changelog:
v6.26.0...v6.27.0.


Credits

Per-advisory credits (as recorded in each GHSA):

v6.26.0

Compare Source

What's Changed

Full Changelog: nodejs/undici@v6.25.0...v6.26.0

v6.25.0

Compare Source

What's Changed

Full Changelog: nodejs/undici@v6.24.1...v6.25.0

v6.24.1

Compare Source

Full Changelog: nodejs/undici@v6.24.0...v6.24.1

v6.24.0

Compare Source

Undici v6.24.0 Security Release Notes (LTS)

This release backports fixes for security vulnerabilities affecting the v6 line.

Upgrade guidance

All users on v6 should upgrade to v6.24.0 or later.

Fixed advisories

Not applicable to v6

Affected and patched ranges (v6)

References

v6.23.0

Compare Source

⚠️ Security Release

This fixes GHSA-g9mf-h72j-4rw9 and CVE-2026-22036.

Full Changelog: nodejs/undici@v6.22.0...v6.23.0

v6.22.0

Compare Source

What's Changed

Full Changelog: nodejs/undici@v6.21.3...v6.22.0

v6.21.3

Compare Source

What's Changed

Full Changelog: nodejs/undici@v6.21.2...v6.21.3

v6.21.2

Compare Source

What's Changed

New Contributors

Full Changelog: nodejs/undici@v6.21.1...v6.21.2

v6.21.1

Compare Source

⚠️ Security Release ⚠️

Fixes CVE CVE-2025-22150 GHSA-c76h-2ccp-4975 (embargoed until 22-01-2025).

What's Changed

Full Changelog: nodejs/undici@v6.21.0...v6.21.1

v6.21.0

Compare Source

What's Changed

Full Changelog: nodejs/undici@v6.20.1...v6.21.0

v6.20.1

Compare Source

What's Changed

Full Changelog: nodejs/undici@v6.20.0...v6.20.1

v6.20.0

Compare Source

What's Changed

Full Changelog: nodejs/undici@v6.19.8...v6.20.0

v6.19.8

Compare Source

Full Changelog: nodejs/undici@v6.19.7...v6.19.8

v6.19.7

Compare Source

Full Changelog: nodejs/undici@v6.19.6...v6.19.7

v6.19.6

Compare Source

Full Changelog: nodejs/undici@v6.19.5...v6.19.6

v6.19.5

Compare Source

Full Changelog: nodejs/undici@v6.19.4...v6.19.5

v6.19.4

Compare Source

Full Changelog: nodejs/undici@v6.19.3...v6.19.4

v6.19.3

Compare Source

Full Changelog: nodejs/undici@v6.19.2...v6.19.3

v6.19.2

Compare Source

What's Changed

Full Changelog: nodejs/undici@v6.19.1...v6.19.2

v6.19.1

Compare Source

What's Changed

Full Changelog: nodejs/undici@v6.19.0...v6.19.1

v6.19.0

Compare Source

What's Changed

New Contributors

Full Changelog: nodejs/undici@v6.18.2...v6.19.0


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 this update 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/undici-6.x-lockfile branch from b601e42 to 6110dc8 Compare June 18, 2024 04:40
@renovate renovate Bot changed the title chore(deps): update dependency undici to v6.19.0 chore(deps): update dependency undici to v6.19.1 Jun 18, 2024
@renovate renovate Bot changed the title chore(deps): update dependency undici to v6.19.1 chore(deps): update dependency undici to v6.19.2 Jun 18, 2024
@renovate
renovate Bot force-pushed the renovate/undici-6.x-lockfile branch from 6110dc8 to f33ae55 Compare June 18, 2024 11:15
@renovate
renovate Bot force-pushed the renovate/undici-6.x-lockfile branch 2 times, most recently from b167f99 to f738131 Compare July 22, 2024 12:07
@renovate renovate Bot changed the title chore(deps): update dependency undici to v6.19.2 chore(deps): update dependency undici to v6.19.3 Jul 22, 2024
@renovate
renovate Bot force-pushed the renovate/undici-6.x-lockfile branch from f738131 to 73c9f9b Compare July 22, 2024 17:39
@renovate renovate Bot changed the title chore(deps): update dependency undici to v6.19.3 chore(deps): update dependency undici to v6.19.4 Jul 22, 2024
@renovate
renovate Bot force-pushed the renovate/undici-6.x-lockfile branch from 73c9f9b to 108d1a4 Compare July 31, 2024 11:07
@renovate renovate Bot changed the title chore(deps): update dependency undici to v6.19.4 chore(deps): update dependency undici to v6.19.5 Jul 31, 2024
@renovate
renovate Bot force-pushed the renovate/undici-6.x-lockfile branch from 108d1a4 to 9192ee9 Compare August 9, 2024 14:14
@renovate renovate Bot changed the title chore(deps): update dependency undici to v6.19.5 chore(deps): update dependency undici to v6.19.6 Aug 9, 2024
@renovate
renovate Bot force-pushed the renovate/undici-6.x-lockfile branch from 9192ee9 to 12107f4 Compare August 9, 2024 19:20
@renovate renovate Bot changed the title chore(deps): update dependency undici to v6.19.6 chore(deps): update dependency undici to v6.19.7 Aug 9, 2024
@renovate
renovate Bot force-pushed the renovate/undici-6.x-lockfile branch from 12107f4 to caf515d Compare August 14, 2024 10:23
@renovate renovate Bot changed the title chore(deps): update dependency undici to v6.19.7 chore(deps): update dependency undici to v6.19.8 Aug 19, 2024
@renovate
renovate Bot force-pushed the renovate/undici-6.x-lockfile branch from caf515d to 5037b4e Compare August 19, 2024 20:18
@renovate
renovate Bot force-pushed the renovate/undici-6.x-lockfile branch from 5037b4e to 22cd3cf Compare October 9, 2024 09:39
@renovate renovate Bot changed the title chore(deps): update dependency undici to v6.19.8 chore(deps): update dependency undici to v6.20.0 Oct 9, 2024
@renovate
renovate Bot force-pushed the renovate/undici-6.x-lockfile branch from 22cd3cf to d1588d2 Compare October 14, 2024 20:34
@renovate renovate Bot changed the title chore(deps): update dependency undici to v6.20.0 chore(deps): update dependency undici to v6.20.1 Oct 14, 2024
@renovate renovate Bot changed the title chore(deps): update dependency undici to v6.20.1 chore(deps): update dependency undici to v6.21.0 Nov 13, 2024
@renovate
renovate Bot force-pushed the renovate/undici-6.x-lockfile branch from d1588d2 to 308c2e5 Compare November 13, 2024 16:00
@renovate
renovate Bot force-pushed the renovate/undici-6.x-lockfile branch from 308c2e5 to 5f9a962 Compare January 16, 2025 13:46
@renovate renovate Bot changed the title chore(deps): update dependency undici to v6.21.0 chore(deps): update dependency undici to v6.21.1 Jan 16, 2025
@renovate
renovate Bot force-pushed the renovate/undici-6.x-lockfile branch from 5f9a962 to fcbfa44 Compare March 13, 2025 15:33
@renovate renovate Bot changed the title chore(deps): update dependency undici to v6.21.1 chore(deps): update dependency undici to v6.21.2 Mar 13, 2025
@renovate
renovate Bot force-pushed the renovate/undici-6.x-lockfile branch from fcbfa44 to bea59fc Compare May 13, 2025 14:26
@renovate renovate Bot changed the title chore(deps): update dependency undici to v6.21.2 chore(deps): update dependency undici to v6.21.3 May 13, 2025
@renovate
renovate Bot force-pushed the renovate/undici-6.x-lockfile branch from bea59fc to 224467c Compare October 3, 2025 17:12
@renovate renovate Bot changed the title chore(deps): update dependency undici to v6.21.3 chore(deps): update dependency undici to v6.22.0 Oct 3, 2025
@renovate
renovate Bot force-pushed the renovate/undici-6.x-lockfile branch from 224467c to 53d5e1e Compare January 5, 2026 18:05
@renovate renovate Bot changed the title chore(deps): update dependency undici to v6.22.0 chore(deps): update dependency undici to v6.23.0 Jan 5, 2026
@renovate
renovate Bot force-pushed the renovate/undici-6.x-lockfile branch from 53d5e1e to 4834b39 Compare March 12, 2026 19:07
@renovate renovate Bot changed the title chore(deps): update dependency undici to v6.23.0 chore(deps): update dependency undici to v6.24.0 Mar 12, 2026
@renovate
renovate Bot force-pushed the renovate/undici-6.x-lockfile branch from 4834b39 to 6f40688 Compare March 15, 2026 01:59
@renovate renovate Bot changed the title chore(deps): update dependency undici to v6.24.0 chore(deps): update dependency undici to v6.24.1 Mar 15, 2026
@renovate renovate Bot changed the title chore(deps): update dependency undici to v6.24.1 chore(deps): update dependency undici to v6.25.0 Apr 15, 2026
@renovate
renovate Bot force-pushed the renovate/undici-6.x-lockfile branch from 6f40688 to f0c4253 Compare April 15, 2026 12:33
@renovate
renovate Bot force-pushed the renovate/undici-6.x-lockfile branch from f0c4253 to 039fbc0 Compare May 25, 2026 18:51
@renovate renovate Bot changed the title chore(deps): update dependency undici to v6.25.0 chore(deps): update dependency undici to v6.26.0 May 25, 2026
@renovate renovate Bot changed the title chore(deps): update dependency undici to v6.26.0 chore(deps): update dependency undici to v6.27.0 Jun 16, 2026
@renovate
renovate Bot force-pushed the renovate/undici-6.x-lockfile branch from 039fbc0 to 13d04ad Compare June 16, 2026 00:03
@renovate renovate Bot changed the title chore(deps): update dependency undici to v6.27.0 chore(deps): update dependency undici to v6.28.0 Jul 24, 2026
@renovate
renovate Bot force-pushed the renovate/undici-6.x-lockfile branch from 13d04ad to 14b8d19 Compare July 24, 2026 19:01
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