Description
An issue in curl’s QUIC UDP receive function allows a malicious HTTP/3 server
to trigger a remote denial of service against a curl or libcurl client.
Because the helper function discards zero-length UDP datagrams before counting
them toward the per-call packet budget, a connected QUIC peer can continuously
stream empty datagrams to indefinitely stall the client.
Published: 2026-07-03
Score: 7.5 High
EPSS: 1.0% Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Curl’s QUIC UDP receive routine miscounts zero‑length UDP packets, discarding them before accounting for them in the per‑call packet budget, which allows a malicious HTTP/3 server to continuously stream empty datagrams to a curl or libcurl client, causing the client to spin and consume CPU resources indefinitely. The flaw is a classic maximum iteration count issue (CWE‑835) and does not grant code execution or data exfiltration.

Affected Systems

The vulnerability impacts all instances of the curl command line tool and libcurl library where QUIC support is compiled in. Because the advisory does not specify affected versions, any current release that enables QUIC handling is potentially vulnerable until a patch is applied. The CVE payload does not provide affected version information.

Risk and Exploitability

The EPSS score of 1% indicates a low but non‑zero likelihood of exploitation, and the attack path is straightforward: an attacker only needs to control a QUIC endpoint and send zero‑length UDP datagrams. No authentication or elevated privileges are required on the client side. The CVSS score of 7.5 reflects high severity for a remote denial of service, and the vulnerability is not listed in CISA’s KEV catalog, but it can cause significant service interruption for clients that rely on HTTP/3 traffic.

Generated by OpenCVE AI on July 21, 2026 at 10:17 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update to the latest curl or libcurl release that includes the fix for the QUIC idle‑loop bug
  • Disable QUIC support on the client by using the '--no-http3' flag or setting the corresponding environment variable until a patched version is available
  • Configure firewalls or network filtering to drop or rate‑limit zero‑length UDP packets sent to the client’s QUIC port to prevent the busy loop from consuming resources

Generated by OpenCVE AI on July 21, 2026 at 10:17 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Ubuntu USN Ubuntu USN USN-8525-1 curl vulnerabilities
History

Tue, 07 Jul 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-835
References
Metrics threat_severity

None

threat_severity

Important


Mon, 06 Jul 2026 22:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-400

Mon, 06 Jul 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H'}

ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 06 Jul 2026 10:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-400

Mon, 06 Jul 2026 04:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-400

Sun, 05 Jul 2026 17:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-400

Sun, 05 Jul 2026 12:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-400

Sat, 04 Jul 2026 09:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-400

Sat, 04 Jul 2026 01:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-400

Fri, 03 Jul 2026 13:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-400

Fri, 03 Jul 2026 07:45:00 +0000

Type Values Removed Values Added
First Time appeared Curl
Curl curl
Vendors & Products Curl
Curl curl

Fri, 03 Jul 2026 06:45:00 +0000

Type Values Removed Values Added
Description An issue in curl’s QUIC UDP receive function allows a malicious HTTP/3 server to trigger a remote denial of service against a curl or libcurl client. Because the helper function discards zero-length UDP datagrams before counting them toward the per-call packet budget, a connected QUIC peer can continuously stream empty datagrams to indefinitely stall the client.
Title QUIC zero-length UDP datagrams busy-loop
References

cve-icon MITRE

Status: PUBLISHED

Assigner: curl

Published:

Updated: 2026-07-06T18:27:49.432Z

Reserved: 2026-06-05T11:23:43.389Z

Link: CVE-2026-11352

cve-icon Vulnrichment

Updated: 2026-07-06T18:27:44.775Z

cve-icon NVD

No data.

cve-icon Redhat

Severity : Important

Publid Date: 2026-07-03T06:12:10Z

Links: CVE-2026-11352 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-07-21T10:30:04Z

Weaknesses
  • CWE-835

    Loop with Unreachable Exit Condition ('Infinite Loop')