Denial of service in Quinn endpoints
| Details |
|
| Package |
quinn-proto |
| Version |
0.11.13 |
| URL |
quinn-rs/quinn#2559 |
| Date |
2026-03-09 |
| Patched versions |
>=0.11.14 |
| Unaffected versions |
<0.5.0 |
Receiving QUIC transport parameters containing invalid values could lead to a panic.
Unfortunately the maintainers did not properly assess usage of unwrap() calls in the
transport parameters parsing code, and we did not have sufficient fuzzing coverage to find this
issue. We have since added a fuzzing target to cover this code path.
See advisory page for additional details.