SCA: security update for websocket-driver (GHSA-33ph-fccm-39pj)

medium Tenable Cloud Security Plugin ID 446030

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- ### Impact If this library is used in tandem with the `permessage-deflate` extension, a WebSocket server
or client can be made to accept messages that are larger than the configured maximum message size. This is
because this limit is checked against the message frames' length headers, which give the size of the
compressed data, not the size after decompression. This can lead to applications accepting larger messages
than expected and exceeding their intended resource usage. ### Patches The issue has been patched in
version 0.8.1, by checking the length of messages after they are processed by incoming extensions. All
users should upgrade to this version. ### Workarounds No known workarounds exist. ### Acknowledgements
This issue was discovered and reported by Pranjali Thakur, DepthFirst Security Research Team.
(CVE-2026-54464)

Solution

Update the websocket-driver library and its related packages to version 0.8.1 or later.

See Also

https://github.com/advisories/GHSA-33ph-fccm-39pj

Plugin Details

Severity: Medium

ID: 446030

Version: Revision 1.1

Type: Local

Family: SCA Checks

Published: 8/17/2026

Updated: 8/17/2026

Risk Information

VPR

Risk Factor: Low

Score: 3

Percentile: 23.78

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: Medium

Base Score: 5

Temporal Score: 3.7

Vector: CVSS2#AV:N/AC:L/Au:N/C:N/I:N/A:P

CVSS Score Source: CVE-2026-54464

CVSS v3

Risk Factor: High

Base Score: 7.5

Temporal Score: 6.5

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Temporal Vector: CVSS:3.0/E:U/RL:O/RC:C

CVSS v4

Risk Factor: Medium

Base Score: 6.3

Threat Score: 1.7

Threat Vector: CVSS:4.0/E:U

Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:L

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 7/15/2026

Vulnerability Publication Date: 7/15/2026

Reference Information

CVE: CVE-2026-54464

cwe: CWE-770