Vulnerability Details : CVE-2017-13089
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 number. The code then tries to skip the chunk in pieces of 512 bytes by using the MIN() macro, but ends up passing the negative chunk length to connect.c:fd_read(). As fd_read() takes an int argument, the high 32 bits of the chunk length are discarded, leaving fd_read() with a completely attacker controlled length argument.
Vulnerability category: Overflow
Exploit prediction scoring system (EPSS) score for CVE-2017-13089
Probability of exploitation activity in the next 30 days: 70.73%
Percentile, the proportion of vulnerabilities that are scored at or less: ~ 98 % EPSS Score History EPSS FAQ
CVSS scores for CVE-2017-13089
Base Score | Base Severity | CVSS Vector | Exploitability Score | Impact Score | Source |
---|---|---|---|---|---|
9.3
|
HIGH | AV:N/AC:M/Au:N/C:C/I:C/A:C |
8.6
|
10.0
|
nvd@nist.gov |
8.8
|
HIGH | CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H |
2.8
|
5.9
|
cret@cert.org |
8.8
|
HIGH | CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H |
2.8
|
5.9
|
nvd@nist.gov |
CWE ids for CVE-2017-13089
-
The product performs operations on a memory buffer, but it can read from or write to a memory location that is outside of the intended boundary of the buffer.Assigned by: nvd@nist.gov (Primary)
-
A stack-based buffer overflow condition is a condition where the buffer being overwritten is allocated on the stack (i.e., is a local variable or, rarely, a parameter to a function).Assigned by: cret@cert.org (Secondary)
References for CVE-2017-13089
-
https://security.gentoo.org/glsa/201711-06
GNU Wget: Multiple vulnerabilities (GLSA 201711-06) — Gentoo securityIssue Tracking;Third Party Advisory
-
https://access.redhat.com/errata/RHSA-2017:3075
RHSA-2017:3075 - Security Advisory - Red Hat Customer Portal
-
https://www.synology.com/support/security/Synology_SA_17_62_Wget
Synology Inc.
-
http://git.savannah.gnu.org/cgit/wget.git/commit/?id=d892291fb8ace4c3b734ea5125770989c215df3f
wget.git - GNU WgetIssue Tracking;Patch;Third Party Advisory
-
http://www.securityfocus.com/bid/101592
GNU wget CVE-2017-13089 Stack Buffer Overflow VulnerabilityIssue Tracking;Third Party Advisory;VDB Entry
-
http://www.securitytracker.com/id/1039661
wget Buffer Overflows in Processing HTTP Data Lets Remote Users Execute Arbitrary Code - SecurityTrackerIssue Tracking;Third Party Advisory;VDB Entry
-
https://www.viestintavirasto.fi/en/cybersecurity/vulnerabilities/2017/haavoittuvuus-2017-037.html
NCSC News | NCSC-FIIssue Tracking;Patch;Third Party Advisory
-
https://github.com/r1b/CVE-2017-13089
GitHub - r1b/CVE-2017-13089: PoC for wget v1.19.1Issue Tracking;Third Party Advisory
-
http://www.debian.org/security/2017/dsa-4008
Debian -- Security Information -- DSA-4008-1 wgetIssue Tracking;Third Party Advisory
Products affected by CVE-2017-13089
- cpe:2.3:o:debian:debian_linux:8.0:*:*:*:*:*:*:*
- cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:*
- cpe:2.3:a:gnu:wget:*:*:*:*:*:*:*:*