Search for packages
Package details: pkg:conan/libcurl@8.12.1
purl pkg:conan/libcurl@8.12.1
Vulnerabilities affecting this package (0)
Vulnerability Summary Fixed by
This package is not known to be affected by vulnerabilities.
Vulnerabilities fixed by this package (7)
Vulnerability Summary Aliases
VCID-eutp-u3c4-aaae An authentication bypass vulnerability exists libcurl <8.0.0 in the connection reuse feature which can reuse previously established connections with incorrect user permissions due to a failure to check for changes in the CURLOPT_GSSAPI_DELEGATION option. This vulnerability affects krb5/kerberos/negotiate/GSSAPI transfers and could potentially result in unauthorized access to sensitive information. The safest option is to not reuse connections if the CURLOPT_GSSAPI_DELEGATION option has been changed. CVE-2023-27536
VCID-gwcj-g9n8-aaas This flaw allows an attacker to insert cookies at will into a running program using libcurl, if the specific series of conditions are met. libcurl performs transfers. In its API, an application creates "easy handles" that are the individual handles for single transfers. libcurl provides a function call that duplicates en easy handle called [curl_easy_duphandle](https://curl.se/libcurl/c/curl_easy_duphandle.html). If a transfer has cookies enabled when the handle is duplicated, the cookie-enable state is also cloned - but without cloning the actual cookies. If the source handle did not read any cookies from a specific file on disk, the cloned version of the handle would instead store the file name as `none` (using the four ASCII letters, no quotes). Subsequent use of the cloned handle that does not explicitly set a source to load cookies from would then inadvertently load cookies from a file named `none` - if such a file exists and is readable in the current directory of the program using libcurl. And if using the correct file format of course. CVE-2023-38546
VCID-kz7x-9spe-aaar This flaw makes curl overflow a heap based buffer in the SOCKS5 proxy handshake. When curl is asked to pass along the host name to the SOCKS5 proxy to allow that to resolve the address instead of it getting done by curl itself, the maximum length that host name can be is 255 bytes. If the host name is detected to be longer, curl switches to local name resolving and instead passes on the resolved address only. Due to this bug, the local variable that means "let the host resolve the name" could get the wrong value during a slow SOCKS5 handshake, and contrary to the intention, copy the too long host name to the target buffer instead of copying just the resolved address there. The target buffer being a heap based buffer, and the host name coming from the URL that curl has been told to operate with. CVE-2023-38545
VCID-pzhv-dhbt-aaan An authentication bypass vulnerability exists in libcurl prior to v8.0.0 where it reuses a previously established SSH connection despite the fact that an SSH option was modified, which should have prevented reuse. libcurl maintains a pool of previously used connections to reuse them for subsequent transfers if the configurations match. However, two SSH settings were omitted from the configuration check, allowing them to match easily, potentially leading to the reuse of an inappropriate connection. CVE-2023-27538
VCID-rhpa-297r-aaam An authentication bypass vulnerability exists in libcurl <8.0.0 in the FTP connection reuse feature that can result in wrong credentials being used during subsequent transfers. Previously created connections are kept in a connection pool for reuse if they match the current setup. However, certain FTP settings such as CURLOPT_FTP_ACCOUNT, CURLOPT_FTP_ALTERNATIVE_TO_USER, CURLOPT_FTP_SSL_CCC, and CURLOPT_USE_SSL were not included in the configuration match checks, causing them to match too easily. This could lead to libcurl using the wrong credentials when performing a transfer, potentially allowing unauthorized access to sensitive information. CVE-2023-27535
VCID-swf6-zwrv-aaah libcurl can be told to save cookie, HSTS and/or alt-svc data to files. When doing this, it called `stat()` followed by `fopen()` in a way that made it vulnerable to a TOCTOU race condition problem. By exploiting this flaw, an attacker could trick the victim to create or overwrite protected files holding this data in ways it was not intended to. CVE-2023-32001
VCID-w4hj-fw9e-aaaa A double free vulnerability exists in libcurl <8.0.0 when sharing HSTS data between separate "handles". This sharing was introduced without considerations for do this sharing across separate threads but there was no indication of this fact in the documentation. Due to missing mutexes or thread locks, two threads sharing the same HSTS data could end up doing a double-free or use-after-free. CVE-2023-27537

Date Actor Action Vulnerability Source VulnerableCode Version
2025-06-20T16:46:03.189497+00:00 GitLab Importer Fixing VCID-gwcj-g9n8-aaas None 36.1.3
2025-06-20T16:46:02.979935+00:00 GitLab Importer Fixing VCID-kz7x-9spe-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libcurl/CVE-2023-38545.yml 36.1.3
2025-06-20T16:46:02.919698+00:00 GitLab Importer Fixing VCID-gwcj-g9n8-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libcurl/CVE-2023-38546.yml 36.1.3
2025-06-20T16:46:02.867342+00:00 GitLab Importer Fixing VCID-kz7x-9spe-aaar None 36.1.3
2025-06-20T16:38:38.812862+00:00 GitLab Importer Fixing VCID-swf6-zwrv-aaah None 36.1.3
2025-06-20T16:38:37.934609+00:00 GitLab Importer Fixing VCID-swf6-zwrv-aaah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libcurl/CVE-2023-32001.yml 36.1.3
2025-06-20T16:27:26.558006+00:00 GitLab Importer Fixing VCID-rhpa-297r-aaam https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libcurl/CVE-2023-27535.yml 36.1.3
2025-06-20T16:27:23.331190+00:00 GitLab Importer Fixing VCID-eutp-u3c4-aaae None 36.1.3
2025-06-20T16:27:23.312634+00:00 GitLab Importer Fixing VCID-w4hj-fw9e-aaaa None 36.1.3
2025-06-20T16:27:22.997911+00:00 GitLab Importer Fixing VCID-rhpa-297r-aaam None 36.1.3
2025-06-20T16:27:21.572801+00:00 GitLab Importer Fixing VCID-pzhv-dhbt-aaan None 36.1.3
2025-06-20T16:27:21.391106+00:00 GitLab Importer Fixing VCID-pzhv-dhbt-aaan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libcurl/CVE-2023-27538.yml 36.1.3
2025-06-20T16:27:20.858026+00:00 GitLab Importer Fixing VCID-eutp-u3c4-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libcurl/CVE-2023-27536.yml 36.1.3
2025-06-20T16:27:20.837013+00:00 GitLab Importer Fixing VCID-w4hj-fw9e-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libcurl/CVE-2023-27537.yml 36.1.3
2025-06-05T17:46:38.881204+00:00 GitLab Importer Fixing VCID-gwcj-g9n8-aaas None 36.1.0
2025-06-05T17:46:38.679471+00:00 GitLab Importer Fixing VCID-kz7x-9spe-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libcurl/CVE-2023-38545.yml 36.1.0
2025-06-05T17:46:38.637559+00:00 GitLab Importer Fixing VCID-gwcj-g9n8-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libcurl/CVE-2023-38546.yml 36.1.0
2025-06-05T17:46:38.566035+00:00 GitLab Importer Fixing VCID-kz7x-9spe-aaar None 36.1.0
2025-06-05T17:39:58.426016+00:00 GitLab Importer Fixing VCID-swf6-zwrv-aaah None 36.1.0
2025-06-05T17:39:57.487255+00:00 GitLab Importer Fixing VCID-swf6-zwrv-aaah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libcurl/CVE-2023-32001.yml 36.1.0
2025-06-05T17:29:30.644120+00:00 GitLab Importer Fixing VCID-rhpa-297r-aaam https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libcurl/CVE-2023-27535.yml 36.1.0
2025-06-05T17:29:27.438485+00:00 GitLab Importer Fixing VCID-eutp-u3c4-aaae None 36.1.0
2025-06-05T17:29:27.416583+00:00 GitLab Importer Fixing VCID-w4hj-fw9e-aaaa None 36.1.0
2025-06-05T17:29:27.107169+00:00 GitLab Importer Fixing VCID-rhpa-297r-aaam None 36.1.0
2025-06-05T17:29:25.648675+00:00 GitLab Importer Fixing VCID-pzhv-dhbt-aaan None 36.1.0
2025-06-05T17:29:25.478595+00:00 GitLab Importer Fixing VCID-pzhv-dhbt-aaan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libcurl/CVE-2023-27538.yml 36.1.0
2025-06-05T17:29:24.875099+00:00 GitLab Importer Fixing VCID-eutp-u3c4-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libcurl/CVE-2023-27536.yml 36.1.0
2025-06-05T17:29:24.848592+00:00 GitLab Importer Fixing VCID-w4hj-fw9e-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/conan/libcurl/CVE-2023-27537.yml 36.1.0