VYPR

rpm package

suse/curl&distro=SUSE Linux Enterprise Server for SAP Applications 12 SP5

pkg:rpm/suse/curl&distro=SUSE%20Linux%20Enterprise%20Server%20for%20SAP%20Applications%2012%20SP5

Vulnerabilities (42)

  • CVE-2024-8096Sep 11, 2024
    affected < 8.0.1-11.92.1fixed 8.0.1-11.92.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-11.89.1fixed 8.0.1-11.89.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-11.86.2fixed 8.0.1-11.86.2

    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-11.86.2fixed 8.0.1-11.86.2

    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-11.80.1fixed 8.0.1-11.80.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-11.80.1fixed 8.0.1-11.80.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-11.74.1fixed 8.0.1-11.74.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-11.74.1fixed 8.0.1-11.74.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-11.71.1fixed 8.0.1-11.71.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.0.1-11.65.2fixed 8.0.1-11.65.2

    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

  • CVE-2023-28321May 26, 2023
    affected < 8.0.1-11.65.2fixed 8.0.1-11.65.2

    An improper certificate validation vulnerability exists in curl <v8.1.0 in the way it supports matching of wildcard patterns when listed as "Subject Alternative Name" in TLS server certificates. curl can be built to use its own name matching function for TLS rather than one provi

  • CVE-2023-28320May 26, 2023
    affected < 8.0.1-11.65.2fixed 8.0.1-11.65.2

    A denial of service vulnerability exists in curl <v8.1.0 in the way libcurl provides several different backends for resolving host names, selected at build time. If it is built to use the synchronous resolver, it allows name resolves to time-out slow operations using `alarm()` an

  • CVE-2023-28319May 26, 2023
    affected < 8.0.1-11.65.2fixed 8.0.1-11.65.2

    A use after free vulnerability exists in curl <v8.1.0 in the way libcurl offers a feature to verify an SSH server's public key using a SHA 256 hash. When this check fails, libcurl would free the memory for the fingerprint before it returns an error message containing the (now fre

  • CVE-2023-27538Mar 30, 2023
    affected < 7.60.0-11.60.1fixed 7.60.0-11.60.1

    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 t

  • CVE-2023-27536Mar 30, 2023
    affected < 7.60.0-11.60.1fixed 7.60.0-11.60.1

    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 affect

  • CVE-2023-27535Mar 30, 2023
    affected < 7.60.0-11.60.1fixed 7.60.0-11.60.1

    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.

  • CVE-2023-27534Mar 30, 2023
    affected < 7.60.0-11.60.1fixed 7.60.0-11.60.1

    A path traversal vulnerability exists in curl <8.0.0 SFTP implementation causes the tilde (~) character to be wrongly replaced when used as a prefix in the first path element, in addition to its intended use as the first element to indicate a path relative to the user's home dire

  • CVE-2023-27533Mar 30, 2023
    affected < 7.60.0-11.60.1fixed 7.60.0-11.60.1

    A vulnerability in input validation exists in curl <8.0 during communication using the TELNET protocol may allow an attacker to pass on maliciously crafted user name and "telnet options" during server negotiation. The lack of proper input scrubbing allows an attacker to send cont

  • CVE-2023-23916Feb 23, 2023
    affected < 7.60.0-11.55.1fixed 7.60.0-11.55.1

    An allocation of resources without limits or throttling vulnerability exists in curl <v7.88.0 based on the "chained" HTTP compression algorithms, meaning that a server response can be compressed multiple times and potentially with differentalgorithms. The number of acceptable "li

  • CVE-2022-43552Feb 9, 2023
    affected < 7.60.0-11.52.1fixed 7.60.0-11.52.1

    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

Page 1 of 3

VYPR — Vulnerability Intelligence