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

When curl retrieves an HTTP response, it stores the incoming headers so that they can be accessed...

JLSEC Published
Modified
Severity
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Affected Packages
LibCURL_jll >= 7.84.0+0, < 8.4.0+0

When curl retrieves an HTTP response, it stores the incoming headers so that they can be accessed later via the libcurl headers API.

However, curl did not have a limit in how many or how large headers it would accept in a response, allowing a malicious server to stream an endless series of headers and eventually cause curl to run out of heap memory.

References