VYPR

rpm package

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

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

Vulnerabilities (20)

  • CVE-2020-8177HigDec 14, 2020
    affected < 7.37.0-37.47.1fixed 7.37.0-37.47.1

    curl 7.20.0 through 7.70.0 is vulnerable to improper restriction of names for files and other resources that can lead too overwriting a local file when the -J flag is used.

  • CVE-2019-5482CriSep 16, 2019
    affected < 7.37.0-37.43.1fixed 7.37.0-37.43.1

    Heap buffer overflow in the TFTP protocol handler in cURL 7.19.4 to 7.65.3.

  • CVE-2019-5436HigMay 28, 2019
    affected < 7.37.0-37.40.1fixed 7.37.0-37.40.1

    A heap buffer overflow in the TFTP receiving code allows for DoS or arbitrary code execution in libcurl versions 7.19.4 through 7.64.1.

  • CVE-2019-3823Feb 6, 2019
    affected < 7.37.0-37.34.1fixed 7.37.0-37.34.1

    libcurl versions from 7.34.0 to before 7.64.0 are vulnerable to a heap out-of-bounds read in the code handling the end-of-response for SMTP. If the buffer passed to `smtp_endofresp()` isn't NUL terminated and contains no character ending the parsed number, and `len` is set to 5,

  • CVE-2019-3822Feb 6, 2019
    affected < 7.37.0-37.34.1fixed 7.37.0-37.34.1

    libcurl versions from 7.36.0 to before 7.64.0 are vulnerable to a stack-based buffer overflow. The function creating an outgoing NTLM type-3 header (`lib/vauth/ntlm.c:Curl_auth_create_ntlm_type3_message()`), generates the request HTTP header contents based on previously received

  • CVE-2018-16890Feb 6, 2019
    affected < 7.37.0-37.34.1fixed 7.37.0-37.34.1

    libcurl versions from 7.36.0 to before 7.64.0 is vulnerable to a heap buffer out-of-bounds read. The function handling incoming NTLM type-2 messages (`lib/vauth/ntlm.c:ntlm_decode_type2_target`) does not validate incoming data correctly and is subject to an integer overflow vulne

  • CVE-2018-16839Oct 31, 2018
    affected < 7.37.0-37.37.1fixed 7.37.0-37.37.1

    Curl versions 7.33.0 through 7.61.1 are vulnerable to a buffer overrun in the SASL authentication code that may lead to denial of service.

  • CVE-2018-1000301CriMay 24, 2018
    affected < 7.37.0-37.23.1fixed 7.37.0-37.23.1

    curl version curl 7.20.0 to and including curl 7.59.0 contains a CWE-126: Buffer Over-read vulnerability in denial of service that can result in curl can be tricked into reading data beyond the end of a heap based buffer used to store downloaded RTSP content.. This vulnerability

  • CVE-2016-9586Apr 23, 2018
    affected < 7.37.0-36.1fixed 7.37.0-36.1

    curl before version 7.52.0 is vulnerable to a buffer overflow when doing a large floating point output in libcurl's implementation of the printf() functions. If there are any application that accepts a format string from the outside without necessary input filtering, it could all

  • CVE-2018-1000122Mar 14, 2018
    affected < 7.37.0-37.17.1fixed 7.37.0-37.17.1

    A buffer over-read exists in curl 7.20.0 to and including curl 7.58.0 in the RTSP+RTP handling code that allows an attacker to cause a denial of service or information leakage

  • CVE-2018-1000121Mar 14, 2018
    affected < 7.37.0-37.17.1fixed 7.37.0-37.17.1

    A NULL pointer dereference exists in curl 7.21.0 to and including curl 7.58.0 in the LDAP code that allows an attacker to cause a denial of service

  • CVE-2018-1000120Mar 14, 2018
    affected < 7.37.0-37.17.1fixed 7.37.0-37.17.1

    A buffer overflow exists in curl 7.12.3 to and including curl 7.58.0 in the FTP URL handling that allows an attacker to cause a denial of service or worse.

  • CVE-2018-1000007Jan 24, 2018
    affected < 7.37.0-37.14.1fixed 7.37.0-37.14.1

    libcurl 7.1 through 7.57.0 might accidentally leak authentication data to third parties. When asked to send custom headers in its HTTP requests, libcurl will send that set of headers first to the host in the initial URL but also, if asked to follow redirects and a 30X HTTP respon

  • CVE-2017-8817CriNov 29, 2017
    affected < 7.37.0-37.11.3fixed 7.37.0-37.11.3

    The FTP wildcard function in curl and libcurl before 7.57.0 allows remote attackers to cause a denial of service (out-of-bounds read and application crash) or possibly have unspecified other impact via a string that ends with an '[' character.

  • CVE-2017-8816CriNov 29, 2017
    affected < 7.37.0-37.11.3fixed 7.37.0-37.11.3

    The NTLM authentication feature in curl and libcurl before 7.57.0 on 32-bit platforms allows attackers to cause a denial of service (integer overflow and resultant buffer overflow, and application crash) or possibly have unspecified other impact via vectors involving long user an

  • CVE-2017-1000257CriOct 31, 2017
    affected < 7.37.0-37.8.1fixed 7.37.0-37.8.1

    An IMAP FETCH response line indicates the size of the returned data, in number of bytes. When that response says the data is zero bytes, libcurl would pass on that (non-existing) data with a pointer and the size (zero) to the deliver-data function. libcurl's deliver-data function

  • CVE-2017-1000254HigOct 6, 2017
    affected < 7.37.0-37.8.1fixed 7.37.0-37.8.1

    libcurl may read outside of a heap allocated buffer when doing FTP. When libcurl connects to an FTP server and successfully logs in (anonymous or not), it asks the server for the current directory with the `PWD` command. The server then responds with a 257 response containing the

  • CVE-2017-1000101MedOct 5, 2017
    affected < 7.37.0-37.3.1fixed 7.37.0-37.3.1

    curl supports "globbing" of URLs, in which a user can pass a numerical range to have the tool iterate over those numbers to do a sequence of transfers. In the globbing function that parses the numerical range, there was an omission that made curl read a byte beyond the end of the

  • CVE-2017-1000100MedOct 5, 2017
    affected < 7.37.0-37.3.1fixed 7.37.0-37.3.1

    When doing a TFTP transfer and curl/libcurl is given a URL that contains a very long file name (longer than about 515 bytes), the file name is truncated to fit within the buffer boundaries, but the buffer size is still wrongly updated to use the untruncated length. This too large

  • CVE-2017-7407LowApr 3, 2017
    affected < 7.37.0-36.1fixed 7.37.0-36.1

    The ourWriteOut function in tool_writeout.c in curl 7.53.1 might allow physically proximate attackers to obtain sensitive information from process memory in opportunistic circumstances by reading a workstation screen during use of a --write-out argument ending in a '%' character,