chore(deps): update dependency ws to >=8.20.1 [security]#1473
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency ws to >=8.20.1 [security]#1473renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
abaf53b to
1f254ed
Compare
1f254ed to
89d5bb9
Compare
85c7adc to
ca0bf0f
Compare
42a2dac to
5837a24
Compare
5837a24 to
1f72666
Compare
1f72666 to
29ac544
Compare
29ac544 to
b3a17b0
Compare
b3a17b0 to
58d878a
Compare
da01d89 to
9623efb
Compare
9623efb to
fbe38ed
Compare
fbe38ed to
e345e65
Compare
e345e65 to
1299722
Compare
1299722 to
b35ea09
Compare
b35ea09 to
fabd5a9
Compare
fabd5a9 to
d9f7660
Compare
b1db9b7 to
c0dcaf1
Compare
c0dcaf1 to
da122fd
Compare
da122fd to
cb52262
Compare
cb52262 to
eca5986
Compare
eca5986 to
cd58448
Compare
cd58448 to
be01c37
Compare
be01c37 to
6a2a874
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
>=8.18.3→>=8.20.1ws: Uninitialized memory disclosure
CVE-2026-45736 / GHSA-58qx-3vcg-4xpx
More information
Details
Impact
The
websocket.close()implementation is vulnerable to uninitialized memory disclosure when aTypedArrayis passed as the reason argument.Proof of concept
Patches
The vulnerability was fixed in ws@8.20.1 (websockets/ws@c0327ec).
Credits
Credit for the private and responsible disclosure of this issue goes to Nikita Skovoroda.
Remarks
Although the calculated CVSS severity is medium, the actual severity is believed to be low, as the flaw is only exploitable through misuse that is unlikely in practice.
Resources
Severity
CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:NReferences
This data is provided by the GitHub Advisory Database (CC-BY 4.0).
Release Notes
websockets/ws (ws)
v8.20.1Compare Source
Bug fixes
websocket.close()(
c0327ec).Providing a
TypedArray(e.g.Float32Array) as thereasonargument forwebsocket.close(), rather than the supported string orBuffertypes, causeduninitialized memory to be disclosed to the remote peer.
The issue was privately reported by Nikita Skovoroda.
v8.20.0Compare Source
Features
PerMessageDeflateclass and utilities for theSec-WebSocket-ExtensionsandSec-WebSocket-Protocolheaders (d3503c1).v8.19.0Compare Source
Features
closeTimeoutoption (#2308).Bug fixes
1998485).Configuration
📅 Schedule: (in timezone Asia/Tokyo)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.