Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

Update dependency ws to 7.4.6 [SECURITY] - autoclosed #254

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 30, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change
ws 7.3.1 -> 7.4.6

GitHub Vulnerability Alerts

CVE-2021-32640

Impact

A specially crafted value of the Sec-Websocket-Protocol header can be used to significantly slow down a ws server.

Proof of concept

for (const length of [1000, 2000, 4000, 8000, 16000, 32000]) {
  const value = 'b' + ' '.repeat(length) + 'x';
  const start = process.hrtime.bigint();

  value.trim().split(/ *, */);

  const end = process.hrtime.bigint();

  console.log('length = %d, time = %f ns', length, end - start);
}

Patches

The vulnerability was fixed in [email protected] (websockets/ws@00c425e) and backported to [email protected] (websockets/ws@78c676d) and [email protected] (websockets/ws@76d47c1).

Workarounds

In vulnerable versions of ws, the issue can be mitigated by reducing the maximum allowed length of the request headers using the --max-http-header-size=size and/or the maxHeaderSize options.

Credits

The vulnerability was responsibly disclosed along with a fix in private by Robert McLaughlin from University of California, Santa Barbara.


Configuration

📅 Schedule: "" (UTC).

🚦 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 has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/npm-ws-vulnerability branch from d139f27 to ce85860 Compare May 31, 2021 19:53
@renovate renovate bot changed the title Update dependency ws to 7.4.6 [SECURITY] Update dependency ws to 7.4.6 [SECURITY] - autoclosed Jun 1, 2021
@renovate renovate bot closed this Jun 1, 2021
@renovate renovate bot deleted the renovate/npm-ws-vulnerability branch June 1, 2021 21:37
@renovate renovate bot changed the title Update dependency ws to 7.4.6 [SECURITY] - autoclosed Update dependency ws to 7.4.6 [SECURITY] Jun 2, 2021
@renovate renovate bot reopened this Jun 2, 2021
@renovate renovate bot restored the renovate/npm-ws-vulnerability branch June 2, 2021 09:22
@renovate renovate bot force-pushed the renovate/npm-ws-vulnerability branch 5 times, most recently from dffbb26 to 8e100ba Compare June 8, 2021 01:17
@renovate renovate bot force-pushed the renovate/npm-ws-vulnerability branch 5 times, most recently from 9c84b3c to c1b56ea Compare June 21, 2021 18:52
@renovate renovate bot force-pushed the renovate/npm-ws-vulnerability branch 4 times, most recently from 92ca702 to e10fcc7 Compare June 29, 2021 16:33
@renovate renovate bot force-pushed the renovate/npm-ws-vulnerability branch 2 times, most recently from b10b888 to 0984936 Compare July 1, 2021 18:53
@renovate renovate bot force-pushed the renovate/npm-ws-vulnerability branch from 0984936 to 90f7d10 Compare July 3, 2021 00:12
@renovate renovate bot changed the title Update dependency ws to 7.4.6 [SECURITY] Update dependency ws to 7.4.6 [SECURITY] - autoclosed Jul 4, 2021
@renovate renovate bot closed this Jul 4, 2021
@renovate renovate bot deleted the renovate/npm-ws-vulnerability branch July 4, 2021 21:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant