CVE-2024-9681
- EPSS 0.73%
- Veröffentlicht 06.11.2024 08:15:03
- Zuletzt bearbeitet 03.11.2025 21:18:48
When curl is asked to use HSTS, the expiry time for a subdomain might overwrite a parent domain's cache entry, making it end sooner or later than otherwise intended. This affects curl using applications that enable HSTS and use URLs with the insecur...
CVE-2024-8096
- EPSS 0.52%
- Veröffentlicht 11.09.2024 10:15:02
- Zuletzt bearbeitet 30.07.2025 19:42:16
When curl is told to use the Certificate Status Request TLS extension, often referred to as OCSP stapling, to verify that the server certificate is valid, it might fail to detect some OCSP problems and instead wrongly consider the response as fine. ...
CVE-2024-2004
- EPSS 0.84%
- Veröffentlicht 27.03.2024 08:15:41
- Zuletzt bearbeitet 30.07.2025 19:42:14
When a protocol selection parameter option disables all protocols without adding any then the default set of protocols would remain in the allowed set due to an error in the logic for removing protocols. The below command would perform a request to c...
CVE-2024-2379
- EPSS 0.21%
- Veröffentlicht 27.03.2024 08:15:41
- Zuletzt bearbeitet 30.07.2025 19:42:09
libcurl skips the certificate verification for a QUIC connection under certain conditions, when built to use wolfSSL. If told to use an unknown/bad cipher or curve, the error path accidentally skips the verification and returns OK, thus ignoring any ...
CVE-2024-2398
- EPSS 1.96%
- Veröffentlicht 27.03.2024 08:15:41
- Zuletzt bearbeitet 30.07.2025 19:42:27
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...
CVE-2024-2466
- EPSS 0.15%
- Veröffentlicht 27.03.2024 08:15:41
- Zuletzt bearbeitet 30.07.2025 19:42:21
libcurl did not check the server certificate of TLS connections done to a host specified as an IP address, when built to use mbedTLS. libcurl would wrongly avoid using the set hostname function when the specified hostname was given as an IP address,...
CVE-2024-0853
- EPSS 0.16%
- Veröffentlicht 03.02.2024 14:15:50
- Zuletzt bearbeitet 21.11.2024 08:47:30
curl inadvertently kept the SSL session ID for connections in its cache even when the verify status (*OCSP stapling*) test failed. A subsequent transfer to the same hostname could then succeed if the session ID cache was still fresh, which then skipp...
CVE-2023-46219
- EPSS 0.22%
- Veröffentlicht 12.12.2023 02:15:06
- Zuletzt bearbeitet 02.12.2025 20:15:48
When saving HSTS data to an excessively long file name, curl could end up removing all contents, making subsequent requests using that file unaware of the HSTS status they should otherwise use.
CVE-2023-46218
- EPSS 0.44%
- Veröffentlicht 07.12.2023 01:15:07
- Zuletzt bearbeitet 30.06.2025 17:15:29
This flaw allows a malicious HTTP server to set "super cookies" in curl that are then passed back to more origins than what is otherwise allowed or possible. This allows a site to set cookies that then would get sent to different and unrelated sites ...
CVE-2023-38039
- EPSS 12.31%
- Veröffentlicht 15.09.2023 04:15:10
- Zuletzt bearbeitet 02.12.2025 20:15:46
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 malici...