VYPR

rpm package

opensuse/curl&distro=openSUSE Tumbleweed

pkg:rpm/opensuse/curl&distro=openSUSE%20Tumbleweed

Vulnerabilities (151)

  • CVE-2025-5025May 28, 2025
    affected < 8.14.0-1.1fixed 8.14.0-1.1

    libcurl supports *pinning* of the server certificate public key for HTTPS transfers. Due to an omission, this check is not performed when connecting with QUIC for HTTP/3, when the TLS backend is wolfSSL. Documentation says the option works with wolfSSL, failing to specify that it

  • CVE-2025-4947May 28, 2025
    affected < 8.14.0-1.1fixed 8.14.0-1.1

    libcurl accidentally skips the certificate verification for QUIC connections when connecting to a host specified as an IP address in the URL. Therefore, it does not detect impostors or man-in-the-middle attacks.

  • CVE-2025-0665Feb 5, 2025
    affected < 8.12.1-1.1fixed 8.12.1-1.1

    libcurl would wrongly close the same eventfd file descriptor twice when taking down a connection channel after having completed a threaded name resolve.

  • CVE-2024-11053Dec 11, 2024
    affected < 8.11.1-1.1fixed 8.11.1-1.1

    When asked to both use a `.netrc` file for credentials and to follow HTTP redirects, curl could leak the password used for the first host to the followed-to host under certain circumstances. This flaw only manifests itself if the netrc file has an entry that matches the redirect

  • CVE-2024-9681Nov 6, 2024
    affected < 8.11.0-1.1fixed 8.11.0-1.1

    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 insecure `HTTP://` scheme and perform

  • CVE-2024-8096Sep 11, 2024
    affected < 8.10.0-1.1fixed 8.10.0-1.1

    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. If the returned status reports

  • CVE-2024-7264Jul 31, 2024
    affected < 8.9.1-1.1fixed 8.9.1-1.1

    libcurl's ASN1 parser code has the `GTime2str()` function, used for parsing an ASN.1 Generalized Time field. If given an syntactically incorrect field, the parser might end up using -1 for the length of the *time fraction*, leading to a `strlen()` getting performed on a pointer t

  • CVE-2024-6874Jul 24, 2024
    affected < 8.9.0-1.1fixed 8.9.0-1.1

    libcurl's URL API function [curl_url_get()](https://curl.se/libcurl/c/curl_url_get.html) offers punycode conversions, to and from IDN. Asking to convert a name that is exactly 256 bytes, libcurl ends up reading outside of a stack based buffer when built to use the *macidn* IDN ba

  • CVE-2024-6197Jul 24, 2024
    affected < 8.9.0-1.1fixed 8.9.0-1.1

    libcurl's ASN1 parser has this utf8asn1str() function used for parsing an ASN.1 UTF-8 string. Itcan detect an invalid field and return error. Unfortunately, when doing so it also invokes `free()` on a 4 byte localstack buffer. Most modern malloc implementations detect this error

  • CVE-2024-2466Mar 27, 2024
    affected < 8.7.1-1.1fixed 8.7.1-1.1

    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, therefore completely skipping

  • CVE-2024-2379Mar 27, 2024
    affected < 8.7.1-1.1fixed 8.7.1-1.1

    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 certificate problems.

  • CVE-2024-2398Mar 27, 2024
    affected < 8.7.1-1.1fixed 8.7.1-1.1

    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 the previously allocated head

  • CVE-2024-2004Mar 27, 2024
    affected < 8.7.1-1.1fixed 8.7.1-1.1

    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 curl.se with a plaintext protoc

  • CVE-2024-0853Feb 3, 2024
    affected < 8.6.0-1.1fixed 8.6.0-1.1

    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 skipped the verify status check.

  • CVE-2023-46219MedDec 12, 2023
    affected < 8.5.0-1.1fixed 8.5.0-1.1

    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-46218MedDec 7, 2023
    affected < 8.5.0-1.1fixed 8.5.0-1.1

    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

  • CVE-2023-38546LowOct 18, 2023
    affected < 8.4.0-1.1fixed 8.4.0-1.1

    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

  • CVE-2023-38545CriOct 18, 2023
    affected < 8.4.0-1.1fixed 8.4.0-1.1

    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 byt

  • CVE-2023-38039Sep 15, 2023
    affected < 8.3.0-1.1fixed 8.3.0-1.1

    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 malicious server to stream an endles

  • CVE-2023-28322May 26, 2023
    affected < 8.1.0-1.1fixed 8.1.0-1.1

    An information disclosure vulnerability exists in curl <v8.1.0 when doing HTTP(S) transfers, libcurl might erroneously use the read callback (`CURLOPT_READFUNCTION`) to ask for data to send, even when the `CURLOPT_POSTFIELDS` option has been set, if the same handle previously was

Page 2 of 8