CVE-2024-1410

Source
https://cve.org/CVERecord?id=CVE-2024-1410
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2024-1410.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2024-1410
Aliases
Published
2024-03-12T18:06:05Z
Modified
2026-09-24T03:45:08Z
Severity
  • 3.7 (Low) CVSS_V3 - CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L CVSS Calculator
Summary
Unbounded storage of information related to connection ID retirement, in quiche
Details

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 https://datatracker.ietf.org/doc/html/rfc9000#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. Quiche versions 0.19.2 and 0.20.1 are the earliest to address this problem. There is no workaround for affected versions.

Database specific
{
    "cna_assigner":  "cloudflare",
    "cwe_ids":  [
        "CWE-400"
    ],
    "osv_generated_from":  "https://github.com/CVEProject/cvelistV5/tree/main/cves/2024/1xxx/CVE-2024-1410.json"
}
References

Affected packages

Git / github.com/cloudflare/quiche

Affected ranges

Type
GIT
Repo
https://github.com/cloudflare/quiche
Events
Database specific
Show details
{
    "extracted_events":  [
        {
            "introduced":  "0.15.0"
        },
        {
            "fixed":  "<0.19.2"
        },
        {
            "introduced":  "0.20.0"
        },
        {
            "fixed":  "<0.20.1"
        }
    ],
    "source":  "AFFECTED_FIELD"
}

Affected versions

0.*
0.20.0

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2024-1410.json"