cve/2023/CVE-2023-26103.md
2024-06-18 02:51:15 +02:00

896 B

CVE-2023-26103

Description

Versions of the package deno before 1.31.0 are vulnerable to Regular Expression Denial of Service (ReDoS) due to the upgradeWebSocket function, which contains regexes in the form of /s*,s*/, used for splitting the Connection/Upgrade header. A specially crafted Connection/Upgrade header can be used to significantly slow down a web socket server.

POC

Reference

Github