CVE-2018-16840
- EPSS 0.24%
- Veröffentlicht 31.10.2018 18:29:00
- Zuletzt bearbeitet 17.04.2025 13:05:04
A heap use-after-free flaw was found in curl versions from 7.59.0 through 7.61.1 in the code related to closing an easy handle. When closing and cleaning up an 'easy' handle in the `Curl_close()` function, the library code first frees a struct (witho...
CVE-2003-1605
- EPSS 0.38%
- Veröffentlicht 23.08.2018 19:29:00
- Zuletzt bearbeitet 20.11.2024 23:47:32
curl 7.x before 7.10.7 sends CONNECT proxy credentials to the remote server.
CVE-2016-8615
- EPSS 2.34%
- Veröffentlicht 01.08.2018 06:29:00
- Zuletzt bearbeitet 21.11.2024 02:59:40
A flaw was found in curl before version 7.51. If cookie state is written into a cookie jar file that is later read back and used for subsequent requests, a malicious HTTP server can inject new cookies for arbitrary domains into said cookie jar.
CVE-2016-8616
- EPSS 4.13%
- Veröffentlicht 01.08.2018 06:29:00
- Zuletzt bearbeitet 21.11.2024 02:59:41
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...
CVE-2016-8619
- EPSS 2.94%
- Veröffentlicht 01.08.2018 06:29:00
- Zuletzt bearbeitet 21.11.2024 02:59:41
The function `read_data()` in security.c in curl before version 7.51.0 is vulnerable to memory double free.
CVE-2016-8620
- EPSS 0.82%
- Veröffentlicht 01.08.2018 06:29:00
- Zuletzt bearbeitet 21.11.2024 02:59:41
The 'globbing' feature in curl before version 7.51.0 has a flaw that leads to integer overflow and out-of-bounds read via user controlled input.
CVE-2016-8623
- EPSS 0.84%
- Veröffentlicht 01.08.2018 06:29:00
- Zuletzt bearbeitet 21.11.2024 02:59:42
A flaw was found in curl before version 7.51.0. The way curl handles cookies permits other threads to trigger a use-after-free leading to information disclosure.
CVE-2016-8625
- EPSS 1.53%
- Veröffentlicht 01.08.2018 06:29:00
- Zuletzt bearbeitet 21.11.2024 02:59:42
curl before version 7.51.0 uses outdated IDNA 2003 standard to handle International Domain Names and this may lead users to potentially and unknowingly issue network transfer requests to the wrong host.
- EPSS 0.06%
- Veröffentlicht 31.07.2018 22:29:00
- Zuletzt bearbeitet 21.11.2024 02:59:41
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`.
CVE-2016-8621
- EPSS 2.26%
- Veröffentlicht 31.07.2018 22:29:00
- Zuletzt bearbeitet 21.11.2024 02:59:41
The `curl_getdate` function in curl before version 7.51.0 is vulnerable to an out of bounds read if it receives an input with one digit short.