Add advisory for quinn-proto DoS issue (#1787)

This commit is contained in:
Dirkjan Ochtman
2023-09-21 13:30:28 +02:00
committed by GitHub
parent 12719bd23b
commit 69e85eff7f

View File

@@ -0,0 +1,21 @@
```toml
[advisory]
id = "RUSTSEC-0000-0000"
package = "quinn-proto"
date = "2023-09-21"
url = "https://github.com/quinn-rs/quinn/pull/1667"
categories = ["denial-of-service"]
keywords = ["panic"]
aliases = ["GHSA-q8wc-j5m9-27w3"]
cvss = "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
[versions]
patched = ["^0.9.5", ">= 0.10.5"]
```
# Denial of service in Quinn servers
Receiving QUIC frames containing a frame with unknown frame type could lead to a panic.
Unfortunately this is issue was not found by our fuzzing infrastructure.
Thanks to the QUIC Tester research group for reporting this issue.