Search
Search is not available in local development.
Run npx pagefind --site __site after building to enable it.
JLSEC-2026-416 High 8.6

When an application tells libcurl it wants to allow HTTP/2 server push, and the amount of...

JLSEC Published
Modified
Severity
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L
Affected Packages
CURL_jll < 8.9.0+0
LibCURL_jll < 8.7.1+0
Aliases / Upstream
CVE-2024-2398 GHSA-mq8w-c2j9-rqxc EUVD-2024-27350

When an application tells libcurl it wants to allow HTTP/2 server push, and the amount of received headers for the push surpasses the maximum allowed limit (1000), libcurl aborts the server push. When aborting, libcurl inadvertently does not free all the previously allocated headers and instead leaks the memory. Further, this error condition fails silently and is therefore not easily detected by an application.

References