VYPR

apk package

wolfi/libcurl-openssl4

pkg:apk/wolfi/libcurl-openssl4

Vulnerabilities (20)

  • CVE-2025-0725Feb 5, 2025
    affected < 8.12.0-r0fixed 8.12.0-r0

    When libcurl is asked to perform automatic gzip decompression of content-encoded HTTP responses with the `CURLOPT_ACCEPT_ENCODING` option, **using zlib 1.2.0.3 or older**, an attacker-controlled integer overflow would make libcurl perform a buffer overflow.

  • CVE-2025-0665Feb 5, 2025
    affected < 8.12.0-r0fixed 8.12.0-r0

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

  • CVE-2025-0167Feb 5, 2025
    affected < 8.12.0-r0fixed 8.12.0-r0

    When asked to 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 a `default` entry that omits both l

  • CVE-2024-11053Dec 11, 2024
    affected < 8.11.1-r0fixed 8.11.1-r0

    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-r0fixed 8.11.0-r0

    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-r0fixed 8.10.0-r0

    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-r0fixed 8.9.1-r0

    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-2466Mar 27, 2024
    affected < 8.7.1-r0fixed 8.7.1-r0

    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-r0fixed 8.7.1-r0

    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-r0fixed 8.7.1-r0

    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-r0fixed 8.7.1-r0

    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-r0fixed 8.6.0-r0

    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-r0fixed 8.5.0-r0

    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-r0fixed 8.5.0-r0

    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-r0fixed 8.4.0-r0

    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-r0fixed 8.4.0-r0

    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-2022-43552Feb 9, 2023
    affected < 7.87.0-r0fixed 7.87.0-r0

    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 wo

  • CVE-2022-43551Dec 23, 2022
    affected < 7.87.0-r0fixed 7.87.0-r0

    A vulnerability exists in curl <7.87.0 HSTS check that could be bypassed to trick it to keep using HTTP. 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. However, the HSTS mechanis

  • CVE-2022-32221Dec 5, 2022
    affected < 7.86.0-r0fixed 7.86.0-r0

    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 used to issue a `PUT` request which used that callback. This f

  • CVE-2022-42916Oct 29, 2022
    affected < 7.86.0-r0fixed 7.86.0-r0

    In curl before 7.86.0, the HSTS check could be bypassed to trick it into staying with HTTP. Using its HSTS support, curl can be instructed to use HTTPS directly (instead of using an insecure cleartext HTTP step) even when HTTP is provided in the URL. This mechanism could be bypas