Skip to content

chore(deps-dev): bump undici from 8.0.2 to 8.5.0 in /workspaces/cli - #777

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/workspaces/cli/undici-8.5.0
Closed

chore(deps-dev): bump undici from 8.0.2 to 8.5.0 in /workspaces/cli#777
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/workspaces/cli/undici-8.5.0

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubJul 8, 2026

Copy link
Copy Markdown
Contributor

Bumps undici from 8.0.2 to 8.5.0.

Release notes

Sourced from undici's releases.

v8.5.0

⚠️ Security Release

This release line addresses 8 security advisories. Most are fixed in v8.5.0; the SOCKS5 pool-reuse issue was fixed earlier in v8.2.0.

Action required: Upgrade to undici 8.5.0 or later.

npm install undici@^8.5.0

Summary

AdvisoryCVESeverity (CVSS)Fixed inFix commit
GHSA-vxpw-j846-p89qCVE-2026-12151High (7.5)8.5.032dbf0b3
GHSA-38rv-x7px-6hhqCVE-2026-9675High (7.5)8.5.0b4c287b3
GHSA-vmh5-mc38-953gCVE-2026-9697High (7.4)8.5.042d49559
GHSA-hm92-r4w5-c3mjCVE-2026-6734High (7.5)8.2.0a516f870
GHSA-pr7r-676h-xcf6CVE-2026-9678Moderate (5.9)8.5.0cb105d7c
GHSA-p88m-4jfj-68fvCVE-2026-9679Moderate (5.9)8.5.05655ea43
GHSA-g8m3-5g58-fq7mCVE-2026-11525Low (3.7)8.5.05655ea43
GHSA-35p6-xmwp-9g52CVE-2026-6733Low (3.7)8.5.06ea54ef8

High severity

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

GHSA-vxpw-j846-p89q · CWE-400, CWE-770 Fix:32dbf0b3websocket: limit the number of fragments in a message (also c5ed7875handle empty fragments and stream limits)

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.

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

WebSocket DoS via cumulative fragment bypass — CVE-2026-9675

GHSA-38rv-x7px-6hhq · CWE-400, CWE-770 Fix:b4c287b3fix(websocket): enforce max payload size across fragments

Undici validated the size of individual frames but did not track cumulative size across a fragmented message. An attacker could send many small fragments that each pass per-frame validation but collectively exceed the configured limit, causing memory exhaustion. This is a regression introduced in 8.1.0 (the

... (truncated)

Commits

@dependabotdependabotBot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 8, 2026
@changeset-bot

changeset-botBot commented Jul 8, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 508a4c9

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@socket-security

socket-securityBot commented Jul 8, 2026

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

DiffPackageSupply Chain
Security
VulnerabilityQualityMaintenanceLicense
Updatednpm/​undici@​8.0.2 ⏵ 8.5.097100+40100+198+2100

View full report

Bumps [undici](https://github.com/nodejs/undici) from 8.0.2 to 8.5.0.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v8.0.2...v8.5.0)
---
updated-dependencies:
- dependency-name: undici
dependency-version: 8.5.0
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/workspaces/cli/undici-8.5.0 branch from c60a395 to 508a4c9CompareJuly 11, 2026 16:39
@fraxkenfraxken closed this Jul 11, 2026
@dependabot@github

dependabotBot commented on behalf of githubJul 11, 2026

Copy link
Copy Markdown
ContributorAuthor

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabotBot deleted the dependabot/npm_and_yarn/workspaces/cli/undici-8.5.0 branch July 11, 2026 21:54
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filejavascriptPull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@fraxken