CVE-2022-27780
- EPSS 0.09%
- Published 02.06.2022 14:15:44
- Last modified 21.11.2024 06:56:10
The curl URL parser wrongly accepts percent-encoded URL separators like '/'when decoding the host name part of a URL, making it a *different* URL usingthe wrong host name when it is later retrieved.For example, a URL like `http://example.com%2F127.0....
CVE-2022-27781
- EPSS 0.05%
- Published 02.06.2022 14:15:44
- Last modified 21.11.2024 06:56:10
libcurl provides the `CURLOPT_CERTINFO` option to allow applications torequest details to be returned about a server's certificate chain.Due to an erroneous function, a malicious server could make libcurl built withNSS get stuck in a never-ending bus...
CVE-2022-27782
- EPSS 0.27%
- Published 02.06.2022 14:15:44
- Last modified 21.11.2024 06:56:10
libcurl would reuse a previously created connection even when a TLS or SSHrelated option had been changed that should have prohibited reuse.libcurl keeps previously used connections in a connection pool for subsequenttransfers to reuse if one of them...
CVE-2022-27774
- EPSS 0.51%
- Published 02.06.2022 14:15:43
- Last modified 21.11.2024 06:56:09
An insufficiently protected credentials vulnerability exists in curl 4.9 to and include curl 7.82.0 are affected that could allow an attacker to extract credentials when follows HTTP(S) redirects is used with authentication could leak credentials to ...
CVE-2022-27775
- EPSS 0.25%
- Published 02.06.2022 14:15:43
- Last modified 21.11.2024 06:56:09
An information disclosure vulnerability exists in curl 7.65.0 to 7.82.0 are vulnerable that by using an IPv6 address that was in the connection pool but with a different zone id it could reuse a connection instead.
CVE-2022-27776
- EPSS 0.57%
- Published 02.06.2022 14:15:43
- Last modified 21.11.2024 06:56:09
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.
CVE-2022-27778
- EPSS 0.46%
- Published 02.06.2022 14:15:43
- Last modified 21.11.2024 06:56:10
A use of incorrectly resolved name vulnerability fixed in 7.83.1 might remove the wrong file when `--no-clobber` is used together with `--remove-on-error`.
CVE-2022-22576
- EPSS 0.27%
- Published 26.05.2022 17:15:09
- Last modified 21.11.2024 06:47:03
An improper authentication vulnerability exists in curl 7.33.0 to and including 7.82.0 which might allow reuse OAUTH2-authenticated connections without properly making sure that the connection was authenticated with the same credentials as set for th...
CVE-2021-22946
- EPSS 0.07%
- Published 29.09.2021 20:15:08
- Last modified 21.11.2024 05:50:59
A user can tell curl >= 7.20.0 and <= 7.78.0 to require a successful upgrade to TLS when speaking to an IMAP, POP3 or FTP server (`--ssl-reqd` on the command line or`CURLOPT_USE_SSL` set to `CURLUSESSL_CONTROL` or `CURLUSESSL_ALL` withlibcurl). This ...
CVE-2021-22947
- EPSS 0.19%
- Published 29.09.2021 20:15:08
- Last modified 21.11.2024 05:50:59
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 ...