Answer in brief
CVE-2026-54466 records a Critical severity (CVSS 9.2) vulnerability in websocket-driver: Message corruption via abuse of protocol length headers. The current sources do not mark it as known exploited. The current feed maps websocket-driver (npm), websocket-driver (npm). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 9.2. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps websocket-driver (npm), websocket-driver (npm). Check affected ranges and fixed versions before updating.
| Product | Affected versions | Fixed versions |
|---|---|---|
| cpe:2.3:a:faye:websocket-driver:*:*:*:*:*:ruby:*:* | Not reported | Not reported |
| Package | Affected range | Fixed version |
|---|---|---|
| websocket-drivernpm | <0.7.5 | 0.7.5 |
| websocket-drivernpm | >=0 <0.7.5 | 0.7.5 |
Published upstream
Jul 15, 2026
Evidence: source:nvd:source_dates:source-dates:recordSource modified
Sep 10, 2026
Evidence: source:nvd:source_dates:source-dates:recordFirst seen by HOL
Jul 15, 2026
### Impact The frame format in draft versions of the WebSocket protocol includes a length header that allows an arbitrarily large integer to be encoded as a sequence of bytes with the high bit set. By sending an indefinite sequence of bytes with values `0x80` or above, a client can make the server parse these bytes into an ever-growing integer. Since JavaScript numbers are 64-bit floating point values, this number will eventually lose precision and lead to the subsequent payload being parsed incorrectly. ### Patches The issue has been patched in version 0.7.5 by rejecting the message if the length header exceeds the configured maximum message length. 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.
Quoted source text, attributed separately from HOL analysis.