VendorsHaxxcurlall versions
Vulnerabilities

Haxx Curl

Ranked by severity, then by exploit likelihood. Click a CVE ID for its full record.

170CVEs
CVE-2026-80230
OpenSSL pinning bypass
Published 2026-09-06 · Modified
7.5EPSS 0.006
CVE-2026-9545
exposing HTTP/3 early data
Published 2026-07-03 · Modified
7.5EPSS 0.004
CVE-2026-82208
wolfSSL CA-cache hit overrides callback
Published 2026-09-06 · Modified
7.5EPSS 0.004
CVE-2026-12064
proto-default skips SSH verification
Published 2026-07-03 · Modified
7.5EPSS 0.004
CVE-2026-8932
incomplete mTLS config matching in conn reuse
Published 2026-07-03 · Modified
7.5EPSS 0.004
CVE-2026-6276
stale custom cookie host causes cookie leak
Published 2026-05-13 · Modified
7.5EPSS 0.003
CVE-2026-9547
SSH improper host validation
Published 2026-07-03 · Modified
7.4EPSS 0.005
CVE-2026-13608
OpenLDAP SASL authentication bypass
Published 2026-09-06 · Modified
7.4EPSS 0.005
CVE-2016-0755
The ConnectionExists function in lib/url.c in libcurl before 7.47.0 does not properly re-use NTLM-authenticated proxy connections, which might allow remote attackers to authenticate as other users via a request, a similar issue to CVE-2014-0015.
Published 2016-01-29 · Modified
7.3EPSS 0.093
CVE-2025-0725
gzip integer overflow
Published 2025-02-05 · Analyzed
7.3EPSS 0.013
CVE-2026-9080
UAF after pause in socket callback
Published 2026-07-03 · Modified
7.3EPSS 0.005
CVE-2025-0665
eventfd double close
Published 2025-02-05 · Modified
7.0EPSS 0.013
CVE-2016-8617
The base64 encode function in curl before version 7.51.0 is prone to a buffer being under allocated in 32bit systems if it receives at least 1Gb as input via `CURLOPT_USERNAME`.
Published 2018-07-31 · Modified
7.0EPSS 0.006
CVE-2013-2174
Heap-based buffer overflow in the curl_easy_unescape function in lib/escape.c in cURL and libcurl 7.7 through 7.30.0 allows remote attackers to cause a denial of service (application crash) or possibly execute arbitrary code via a crafted string ending in a "%" (percent) character.
Published 2013-07-31 · Modified
6.8EPSS 0.107
CVE-2022-32206
curl < 7.84.0 supports "chained" HTTP compression algorithms, meaning that a serverresponse can be compressed multiple times and potentially with different algorithms. The number of acceptable "links" in this "decompression chain" was unbounded, allowing a malicious server to insert a virtually unlimited number of compression steps.The use of such a decompression chain could result in a "malloc bomb", makingcurl end up spending enormous amounts of allocated heap memory, or trying toand returning out of memory errors.
Published 2022-07-07 · Modified
6.5EPSS 0.331
CVE-2021-22922
When curl is instructed to download content using the metalink feature, thecontents is verified against a hash provided in the metalink XML file.The metalink XML file points out to the client how to get the same contentfrom a set of different URLs, potentially hosted by different servers and theclient can then download the file from one or several of them. In a serial orparallel manner.If one of the servers hosting the contents has been breached and the contentsof the specific file on that server is replaced with a modified payload, curlshould detect this when the hash of the file mismatches after a completeddownload. It should remove the contents and instead try getting the contentsfrom another URL. This is not done, and instead such a hash mismatch is onlymentioned in text and the potentially malicious content is kept in the file ondisk.
Published 2021-08-05 · Modified
6.5EPSS 0.043
CVE-2017-1000101
curl supports "globbing" of URLs, in which a user can pass a numerical range to have the tool iterate over those numbers to do a sequence of transfers. In the globbing function that parses the numerical range, there was an omission that made curl read a byte beyond the end of the URL if given a carefully crafted, or just wrongly written, URL. The URL is stored in a heap based buffer, so it could then be made to wrongly read something else instead of crashing. An example of a URL that triggers the flaw would be `http://ur%20[0-60000000000000000000`.
Published 2017-10-04 · Modified
6.5EPSS 0.039
CVE-2022-27776
A insufficiently protected credentials vulnerability in fixed in curl 7.83.0 might leak authentication or cookie header data on HTTP redirects to the same host but another port number.
Published 2022-06-01 · Modified
6.5EPSS 0.038
CVE-2024-9681
HSTS subdomain overwrites parent cache entry
Published 2024-11-06 · Modified
6.5EPSS 0.020
CVE-2022-35260
curl can be told to parse a `.netrc` file for credentials. If that file endsin a line with 4095 consecutive non-white space letters and no newline, curlwould first read past the end of the stack-based buffer, and if the readworks, write a zero byte beyond its boundary.This will in most cases cause a segfault or similar, but circumstances might also cause different outcomes.If a malicious user can provide a custom netrc file to an application or otherwise affect its contents, this flaw could be used as denial-of-service.
Published 2022-12-05 · Modified
6.5EPSS 0.018
CVE-2023-23916
An allocation of resources without limits or throttling vulnerability exists in curl <v7.88.0 based on the "chained" HTTP compression algorithms, meaning that a server response can be compressed multiple times and potentially with differentalgorithms. The number of acceptable "links" in this "decompression chain" wascapped, but the cap was implemented on a per-header basis allowing a maliciousserver to insert a virtually unlimited number of compression steps simply byusing many headers. The use of such a decompression chain could result in a "malloc bomb", making curl end up spending enormous amounts of allocated heap memory, or trying to and returning out of memory errors.
Published 2023-02-23 · Modified
6.5EPSS 0.017
CVE-2023-46218
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 and domains. It could do this by exploiting a mixed case flaw in curl's function that verifies a given cookie domain against the Public Suffix List (PSL). For example a cookie could be set with `domain=co.UK` when the URL used a lower case hostname `curl.co.uk`, even though `co.uk` is listed as a PSL domain.
Published 2023-12-07 · Modified
6.5EPSS 0.017
CVE-2024-2466
TLS certificate check bypass with mbedTLS
Published 2024-03-27 · Analyzed
6.5EPSS 0.013
CVE-2017-2629
curl before 7.53.0 has an incorrect TLS Certificate Status Request extension feature that asks for a fresh proof of the server's certificate's validity in the code that checks for a test success or failure. It ends up always thinking there's valid proof, even when there is none or if the server doesn't support the TLS extension in question. This could lead to users not detecting when a server's certificate goes invalid or otherwise be mislead that the server is in a better shape than it is in reality. This flaw also exists in the command line tool (--cert-status).
Published 2018-07-27 · Modified
6.5EPSS 0.012
CVE-2023-23915
A cleartext transmission of sensitive information vulnerability exists in curl <v7.88.0 that could cause HSTS functionality to behave incorrectly when multiple URLs are requested in parallel. Using its HSTS support, curl can be instructed to use HTTPS instead of using an insecure clear-text HTTP step even when HTTP is provided in the URL. This HSTS mechanism would however surprisingly fail when multiple transfers are done in parallel as the HSTS cache file gets overwritten by the most recentlycompleted transfer. A later HTTP-only transfer to the earlier host name would then *not* get upgraded properly to HSTS.
Published 2023-02-23 · Modified
6.5EPSS 0.009
CVE-2024-8096
OCSP stapling bypass with GnuTLS
Published 2024-09-11 · Analyzed
6.5EPSS 0.007
CVE-2026-5545
wrong reuse of HTTP Negotiate connection
Published 2026-05-13 · Modified
6.5EPSS 0.005
CVE-2026-3784
wrong proxy connection reuse with credentials
Published 2026-03-11 · Modified
6.5EPSS 0.005
CVE-2026-8458
wrong reuse for different services
Published 2026-07-03 · Modified
6.5EPSS 0.004
CVE-2025-4947
QUIC certificate check skip with wolfSSL
Published 2025-05-28 · Analyzed
6.5EPSS 0.003
CVE-2026-1965
bad reuse of HTTP Negotiate connection
Published 2026-03-11 · Modified
6.5EPSS 0.003
CVE-2015-3237
The smb_request_state function in cURL and libcurl 7.40.0 through 7.42.1 allows remote SMB servers to obtain sensitive information from memory or cause a denial of service (out-of-bounds read and crash) via crafted length and offset values.
Published 2015-06-22 · Modified
6.4EPSS 0.083
CVE-2014-0138
The default configuration in cURL and libcurl 7.10.6 before 7.36.0 re-uses (1) SCP, (2) SFTP, (3) POP3, (4) POP3S, (5) IMAP, (6) IMAPS, (7) SMTP, (8) SMTPS, (9) LDAP, and (10) LDAPS connections, which might allow context-dependent attackers to connect as other users via a request, a similar issue to CVE-2014-0015.
Published 2014-04-15 · Modified
6.4EPSS 0.051
CVE-2024-2379
QUIC certificate check bypass with wolfSSL
Published 2024-03-27 · Analyzed
6.3EPSS 0.017
CVE-2025-14017
broken TLS options for threaded LDAPS
Published 2026-01-08 · Modified
6.3EPSS 0.001
CVE-2022-32208
When curl < 7.84.0 does FTP transfers secured by krb5, it handles message verification failures wrongly. This flaw makes it possible for a Man-In-The-Middle attack to go unnoticed and even allows it to inject data to the client.
Published 2022-07-07 · Modified
5.9EPSS 0.075
CVE-2016-8616
A flaw was found in curl before version 7.51.0 When re-using a connection, curl was doing case insensitive comparisons of user name and password with the existing connections. This means that if an unused connection with proper credentials exists for a protocol that has connection-scoped credentials, an attacker can cause that connection to be reused if s/he knows the case-insensitive version of the correct password.
Published 2018-08-01 · Modified
5.9EPSS 0.035
CVE-2021-22947
When curl >= 7.20.0 and <= 7.78.0 connects to an IMAP or POP3 server to retrieve data using STARTTLS to upgrade to TLS security, the server can respond and send back multiple responses at once that curl caches. curl would then upgrade to TLS but not flush the in-queue of cached responses but instead continue using and trustingthe responses it got *before* the TLS handshake as if they were authenticated.Using this flaw, it allows a Man-In-The-Middle attacker to first inject the fake responses, then pass-through the TLS traffic from the legitimate server and trick curl into sending data back to the user thinking the attacker's injected data comes from the TLS-protected server.
Published 2021-09-29 · Modified
5.9EPSS 0.030
CVE-2023-28320
A denial of service vulnerability exists in curl <v8.1.0 in the way libcurl provides several different backends for resolving host names, selected at build time. If it is built to use the synchronous resolver, it allows name resolves to time-out slow operations using `alarm()` and `siglongjmp()`. When doing this, libcurl used a global buffer that was not mutex protected and a multi-threaded application might therefore crash or otherwise misbehave.
Published 2023-05-26 · Modified
5.9EPSS 0.027
CVE-2022-43552
A use after free vulnerability exists in curl <7.87.0. Curl can be asked to *tunnel* virtually all protocols it supports through an HTTP proxy. HTTP proxies can (and often do) deny such tunnel operations. When getting denied to tunnel the specific protocols SMB or TELNET, curl would use a heap-allocated struct after it had been freed, in its transfer shutdown code path.
Published 2023-02-09 · Modified
5.9EPSS 0.025
← Prev3 / 5Next →