VYPR

rpm package

suse/wget&distro=SUSE OpenStack Cloud 6

pkg:rpm/suse/wget&distro=SUSE%20OpenStack%20Cloud%206

Vulnerabilities (2)

  • CVE-2017-13090HigOct 27, 2017
    affected < 1.14-21.3.1fixed 1.14-21.3.1

    The retr.c:fd_read_body() function is called when processing OK responses. When the response is sent chunked in wget before 1.19.2, the chunk parser uses strtol() to read each chunk's length, but doesn't check that the chunk length is a non-negative number. The code then tries to

  • CVE-2017-13089HigOct 27, 2017
    affected < 1.14-21.3.1fixed 1.14-21.3.1

    The http.c:skip_short_body() function is called in some circumstances, such as when processing redirects. When the response is sent chunked in wget before 1.19.2, the chunk parser uses strtol() to read each chunk's length, but doesn't check that the chunk length is a non-negative