Infinite loop in cURL - CVE-2026-11352
Published: June 24, 2026
cURL
Detailed vulnerability description
The vulnerability allows a remote attacker to cause a denial of service.
The vulnerability exists due to a loop with an unreachable exit condition in the QUIC UDP receive function when processing zero-length UDP datagrams from a connected HTTP/3 server. A remote attacker can continuously stream empty datagrams to cause a denial of service.
This issue only triggers on platforms featuring the recvmmsg() function call.