CVE-2017-13089
Scores
EPSS
Percentile: 75.8%
CVSS
CVSS Score: 7.8/10
All CVSS Scores
Vector: CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Vector Breakdown
CVSS (Common Vulnerability Scoring System) vector provides detailed metrics about vulnerability characteristics
CVSS
Attack Vector
Local (L)
Describes how the vulnerability is exploited
Attack Complexity
Low (L)
Describes the conditions beyond the attacker's control
Privileges Required
None (N)
Describes the level of privileges an attacker must possess
User Interaction
Required (R)
Captures the requirement for a human user participation
Scope
Unchanged (U)
Determines if a successful attack impacts components beyond the vulnerable component
Confidentiality Impact
High (H)
Measures the impact to the confidentiality of information
Integrity Impact
High (H)
Measures the impact to integrity of a successfully exploited vulnerability
Availability Impact
High (H)
Measures the impact to the availability of the impacted component
Vector: AV:N/AC:M/Au:N/C:C/I:C/A:C
Vector Breakdown
CVSS (Common Vulnerability Scoring System) vector provides detailed metrics about vulnerability characteristics
CVSS
Attack Vector
Network (N)
Describes how the vulnerability is exploited
Attack Complexity
Medium
Describes the conditions beyond the attacker's control
Authentication
None (N)
Describes the level of privileges an attacker must possess
Confidentiality Impact
Complete
Measures the impact to the confidentiality of information
Integrity Impact
Complete
Measures the impact to integrity of a successfully exploited vulnerability
Availability Impact
Complete
Measures the impact to the availability of the impacted component
Description
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.
Scaner-VS 7 — a modern vulnerability management solution
Sources
CWEs
Related Vulnerabilities
Exploits
Recommendations
Source: nvd
All Wget users should upgrade to the latest version:
# emerge –sync
# emerge –ask –oneshot –verbose “>=net-misc/wget-1.19.1-r2”
Vulnerable Software (9)
Type: Configuration
Product: wget
Operating System: rhel 7
{ "fixed": "1.14-15.el7_4.1"}
Source: redhat
Type: Configuration
Product: wget
Operating System: ubuntu artful 17.10
{ "fixed": "1.19.1-3ubuntu1.1"}
Source: ubuntu
Type: Configuration
Product: wget
Operating System: ubuntu trusty 14.04
{ "fixed": "1.15-1ubuntu1.14.04.3"}
Source: ubuntu
Type: Configuration
Product: wget
Operating System: ubuntu xenial 16.04
{ "fixed": "1.17.1-1ubuntu1.3"}
Source: ubuntu
Type: Configuration
Product: wget
Operating System: ubuntu zesty 17.04
{ "fixed": "1.18-2ubuntu1.1"}
Source: ubuntu
Type: Configuration
Product: wget
Operating System: altlinux
{ "fixed": "0:1.19.2-alt1"}
Source: redhat
Type: Configuration
Product: wget
Operating System: debian
{ "fixed": "1.19.2-1"}
Source: debian
Type: Configuration
Vendor: *
Product: debian_linux
Operating System: * * *
{ "cpe_match": [ { "cpe23uri": "cpe:2.3:o:debian:debian_linux:8.0:*:*:*:*:*:*:*", "vulnerable": true }, { "cpe23uri": "cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:*",...
{ "cpe_match": [ { "cpe23uri": "cpe:2.3:o:debian:debian_linux:8.0:*:*:*:*:*:*:*", "vulnerable": true }, { "cpe23uri": "cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:*", "vulnerable": true } ], "operator": "OR"}
Source: nvd
Type: Configuration
Vendor: *
Product: wget
Operating System: * * *
{ "cpe_match": [ { "cpe23uri": "cpe:2.3:a:gnu:wget:*:*:*:*:*:*:*:*", "versionEndIncluding": "1.19.1", "vulnerable": true } ], "operator": "OR"}
Source: nvd