Incorrect Regular Expression in Deno - CVE-2023-26103
Published: March 28, 2023
Deno
Detailed vulnerability description
The vulnerability allows a remote attacker to perform a denial of service (DoS) attack.
The vulnerability exists due to insufficient input validation when processing regular expressions in Deno.upgradeWebSocket API. A remote attacker can pass specially crafted data to the application and perform regular expression denial of service (ReDos) attack.
How to mitigate CVE-2023-26103
Sources
- https://github.com/denoland/deno/pull/17722
- https://github.com/denoland/deno/blob/2b247be517d789a37e532849e2e40b724af0918f/ext/http/01_http.js%23L395-L409
- https://github.com/denoland/deno/commit/cf06a7c7e672880e1b38598fe445e2c50b4a9d06
- https://github.com/denoland/deno/releases/tag/v1.31.0
- https://security.snyk.io/vuln/SNYK-RUST-DENO-3315970