Skip to content

quiche vulnerable to unbounded storage of information related to connection ID retirement

Low severity GitHub Reviewed Published Mar 12, 2024 in cloudflare/quiche • Updated Mar 13, 2024

Package

cargo quiche (Rust)

Affected versions

< 0.19.2
>= 0.20.0, < 0.20.1

Patched versions

0.19.2
0.20.1

Description

Impact

Cloudflare quiche was discovered to be vulnerable to unbounded storage of information related to connection ID retirement, which could lead to excessive resource consumption. Each QUIC connection possesses a set of connection Identifiers (IDs); see RFC 9000 Section 5.1. Endpoints declare the number of active connection IDs they are willing to support using the active_connection_id_limit transport parameter. The peer can create new IDs using a NEW_CONNECTION_ID frame but must stay within the active ID limit. This is done by retirement of old IDs, the endpoint sends NEW_CONNECTION_ID includes a value in the retire_prior_to field, which elicits a RETIRE_CONNECTION_ID frame as confirmation. An unauthenticated remote attacker can exploit the vulnerability by sending NEW_CONNECTION_ID frames and manipulating the connection (e.g. by restricting the peer's congestion window size) so that RETIRE_CONNECTION_ID frames can only be sent at a slower rate than they are received, leading to storage of information related to connection IDs in an unbounded queue.

Patches

Quiche versions 0.19.2 and 0.20.1 are the earliest to address this problem. There is no workaround for affected versions.

References

@mskowroncf mskowroncf published to cloudflare/quiche Mar 12, 2024
Published by the National Vulnerability Database Mar 12, 2024
Published to the GitHub Advisory Database Mar 13, 2024
Reviewed Mar 13, 2024
Last updated Mar 13, 2024

Severity

Low
3.7
/ 10

CVSS base metrics

Attack vector
Network
Attack complexity
High
Privileges required
None
User interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
Low
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L

Weaknesses

CVE ID

CVE-2024-1410

GHSA ID

GHSA-xhg9-xwch-vr7x

Source code

Credits

Checking history
See something to contribute? Suggest improvements for this vulnerability.