VYPR

rpm package

suse/curl&distro=SUSE Linux Enterprise Module for Basesystem 15 SP5

pkg:rpm/suse/curl&distro=SUSE%20Linux%20Enterprise%20Module%20for%20Basesystem%2015%20SP5

Vulnerabilities (11)

  • CVE-2024-11053Dec 11, 2024
    affected < 8.0.1-150400.5.59.1fixed 8.0.1-150400.5.59.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.0.1-150400.5.56.1fixed 8.0.1-150400.5.56.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.0.1-150400.5.50.1fixed 8.0.1-150400.5.50.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.0.1-150400.5.47.1fixed 8.0.1-150400.5.47.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-2398Mar 27, 2024
    affected < 8.0.1-150400.5.44.1fixed 8.0.1-150400.5.44.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.0.1-150400.5.44.1fixed 8.0.1-150400.5.44.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-2023-46219MedDec 12, 2023
    affected < 8.0.1-150400.5.36.1fixed 8.0.1-150400.5.36.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.0.1-150400.5.36.1fixed 8.0.1-150400.5.36.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.0.1-150400.5.32.1fixed 8.0.1-150400.5.32.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.0.1-150400.5.32.1fixed 8.0.1-150400.5.32.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.0.1-150400.5.29.1fixed 8.0.1-150400.5.29.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