cve/2023/CVE-2023-38039.md
2024-06-07 04:52:01 +00:00

905 B

CVE-2023-38039

Description

When curl retrieves an HTTP response, it stores the incoming headers so thatthey can be accessed later via the libcurl headers API.However, curl did not have a limit in how many or how large headers it wouldaccept in a response, allowing a malicious server to stream an endless seriesof headers and eventually cause curl to run out of heap memory.

POC

Reference

No PoCs from references.

Github