Vulnerability Description
Deno is a JavaScript, TypeScript, and WebAssembly runtime. Prior to 2.7.5, a Deno program that opens a client WebSocket connection could be crashed by the remote server. While handling the WebSocket handshake response, Deno parsed the Sec-WebSocket-Protocol and Sec-WebSocket-Extensions response headers in a way that assumed their bytes were always printable ASCII. A response header containing non-visible-ASCII bytes (0x80-0xFF) caused a panic that aborted the entire Deno process. This vulnerability is fixed in 2.7.5.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Deno | Deno | < 2.7.5 |
Related Weaknesses (CWE)
References
- https://github.com/denoland/deno/security/advisories/GHSA-x2qc-cmh9-f4hfMitigationVendor Advisory
FAQ
What is CVE-2026-55517?
CVE-2026-55517 is a vulnerability with a CVSS score of 4.3 (MEDIUM). Deno is a JavaScript, TypeScript, and WebAssembly runtime. Prior to 2.7.5, a Deno program that opens a client WebSocket connection could be crashed by the remote server. While handling the WebSocket h...
How severe is CVE-2026-55517?
CVE-2026-55517 has been rated MEDIUM with a CVSS base score of 4.3/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-55517?
Check the references section above for vendor advisories and patch information. Affected products include: Deno Deno.