dependabot-bot's Description of Work
Bumps undici from 7.25.0 to 7.29.0.
Release notes
Sourced from undici's releases.
v7.29.0
β οΈ Security fixes
High severity
GHSA-4cwx-7wf7-3272: malformed qualifiedprivateCache-Control directives could cause cross-user information disclosure in shared caches or a parse-time crash. The cache parser now treats empty qualified directives conservatively and safely handles mixed qualified and unqualified directives. Fixed by 9f10f1e9, with regression coverage in 466e99d1.Medium severity
GHSA-m8rv-5g2x-5cg5: a malicioustypeproperty on a duck-typed blob-like HTTP/1.1 request body could inject CRLF sequences into the generatedcontent-typeheader. Undici now coerces and validates the value before adding it to the request. Fixed by 33928bc2.
GHSA-jr45-8vmc-qm54: optional whitespace around=in qualifiedno-cacheandprivatedirectives could bypass shared-cache restrictions and disclose authenticated data across users. Cache-Control parsing now normalizes these forms and applies conservative cache decisions. Fixed by 98011a86.
GHSA-8xcm-r25x-g524: the retry interceptor could expose a staleContent-Lengthafter resuming a partial response, potentially causing downstream response desynchronization, hangs, or corruption. Undici now rejects partial responses whoseContent-Lengthis inconsistent withContent-Range. Fixed by 1b5a5312, with corrected fixtures in 4a9dafb1.
GHSA-v3r7-h72x-cjcm: unsanitizeddomainandunparsedvalues passed tosetCookie()could inject cookie attributes. Undici now validates cookie domains, paths, and unparsed attributes more strictly. Fixed by 3bf91ddb.Full Changelog: https://github.com/nodejs/undici/compare/v7.28.0...v7.29.0
v7.28.0
β οΈ Security Release
This release line addresses 7 security advisories, all shipped in v7.28.0.
Action required: Upgrade to undici 7.28.0 or later.
npm install undici@^7.28.0The v7 line is not affected by GHSA-38rv-x7px-6hhq (CVE-2026-9675), which is
an 8.x-only regression.Note on GHSA-hm92-r4w5-c3mj: this fix shipped in v7.28.0, not the
earlier 7.2x line β the vulnerable single-pool code was still present throughv7.27.2. The per-origin pool fix is3805b8f8(#5041).Summary
Advisory
CVE
Severity (CVSS)
Fixed in
Fix commitGHSA-vxpw-j846-p89q
CVE-2026-12151
High (7.5)
7.28.08cb10f98GHSA-vmh5-mc38-953g
CVE-2026-9697
High (7.4)
7.28.004201f89GHSA-hm92-r4w5-c3mj
CVE-2026-6734
High (7.5)
7.28.03805b8f8GHSA-pr7r-676h-xcf6
CVE-2026-9678
Moderate (5.9)
7.28.085a24055GHSA-p88m-4jfj-68fv
CVE-2026-9679
Moderate (5.9)
7.28.0d0574cc4GHSA-g8m3-5g58-fq7m
CVE-2026-11525
Low (3.7)
7.28.0d0574cc4GHSA-35p6-xmwp-9g52
CVE-2026-6733
Low (3.7)
7.28.0ea8930cf
<!-- raw HTML omitted -->
... (truncated)
Commits
-
9e38fc1Bumped v7.29.0 (#5590) -
d887e34fix: validate coerced header values for CRLF (#5579) -
33928bcfix: validate blob body content type -
98011a8fix(cache): harden cache directive parsing -
4a9dafbtest(retry): correct broken content-range fixtures in retry-handler.js -
1b5a531fix(retry): reject partial content length mismatch -
466e99dtest: cover crash on mixed unqualified and qualified private cache directives -
9f10f1efix: handle empty qualified private cache directive -
3bf91ddfix: harden cookie domain, path, and unparsed attribute validation -
f9eba0aBumped v7.28.0 (#5430) - Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/slackapi/node-slack-sdk/network/alerts).