Gnu Wget vulnerabilities
22 known vulnerabilities affecting gnu/wget.
Total CVEs
22
CISA KEV
0
Public exploits
7
Exploited in wild
0
Severity breakdown
CRITICAL3HIGH7MEDIUM11LOW1
Vulnerabilities
Page 1 of 2
CVE-2024-10524MEDIUMCVSS 6.5fixed in 1.25.02024-11-19
CVE-2024-10524 [MEDIUM] CWE-918 CVE-2024-10524: Applications that use Wget to access a remote resource using shorthand URLs and pass arbitrary user
Applications that use Wget to access a remote resource using shorthand URLs and pass arbitrary user credentials in the URL are vulnerable. In these cases attackers can enter crafted credentials which will cause Wget to access an arbitrary host.
nvdosv
CVE-2024-38428CRITICALCVSS 9.1≤ 1.24.52024-06-16
CVE-2024-38428 [CRITICAL] CWE-436 CVE-2024-38428: url.c in GNU Wget through 1.24.5 mishandles semicolons in the userinfo subcomponent of a URI, and th
url.c in GNU Wget through 1.24.5 mishandles semicolons in the userinfo subcomponent of a URI, and thus there may be insecure behavior in which data that was supposed to be in the userinfo subcomponent is misinterpreted to be part of the host subcomponent.
nvdosv
CVE-2021-31879MEDIUMCVSS 6.1≤ 1.21.12021-04-29
CVE-2021-31879 [MEDIUM] CVE-2021-31879: GNU Wget through 1.21.1 does not omit the Authorization header upon a redirect to a different origin
GNU Wget through 1.21.1 does not omit the Authorization header upon a redirect to a different origin, a related issue to CVE-2018-1000007.
nvd
CVE-2019-5953CRITICALCVSS 9.8≤ 1.20.12019-05-17
CVE-2019-5953 [CRITICAL] CWE-787 CVE-2019-5953: Buffer overflow in GNU Wget 1.20.1 and earlier allows remote attackers to cause a denial-of-service
Buffer overflow in GNU Wget 1.20.1 and earlier allows remote attackers to cause a denial-of-service (DoS) or may execute an arbitrary code via unspecified vectors.
nvdosv
CVE-2018-20483HIGHCVSS 7.8fixed in 1.20.12018-12-26
CVE-2018-20483 [HIGH] CWE-200 CVE-2018-20483: set_file_metadata in xattr.c in GNU Wget before 1.20.1 stores a file's origin URL in the user.xdg.or
set_file_metadata in xattr.c in GNU Wget before 1.20.1 stores a file's origin URL in the user.xdg.origin.url metadata attribute of the extended attributes of the downloaded file, which allows local users to obtain sensitive information (e.g., credentials contained in the URL) by reading this attribute, as demonstrated by getfattr. This also applies to
nvdosv
CVE-2018-0494MEDIUMCVSS 6.5PoCfixed in 1.19.5vWGet2018-05-06
CVE-2018-0494 [MEDIUM] CWE-20 CVE-2018-0494: GNU Wget before 1.19.5 is prone to a cookie injection vulnerability in the resp_new function in http
GNU Wget before 1.19.5 is prone to a cookie injection vulnerability in the resp_new function in http.c via a \r\n sequence in a continuation line.
nvdosv
CVE-2017-13090HIGHCVSS 8.8≤ 1.19.12017-10-27
CVE-2017-13090 [HIGH] CWE-122 CVE-2017-13090: The retr.c:fd_read_body() function is called when processing OK responses. When the response is sent
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 read the chunk in pieces of 8192 bytes by using the MIN() macro, but end
nvdosv
CVE-2017-13089HIGHCVSS 8.8≤ 1.19.12017-10-27
CVE-2017-13089 [HIGH] CWE-121 CVE-2017-13089: The http.c:skip_short_body() function is called in some circumstances, such as when processing redir
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
nvdosv
CVE-2017-6508MEDIUMCVSS 6.1≤ 1.19.12017-03-07
CVE-2017-6508 [MEDIUM] CWE-93 CVE-2017-6508: CRLF injection vulnerability in the url_parse function in url.c in Wget through 1.19.1 allows remote
CRLF injection vulnerability in the url_parse function in url.c in Wget through 1.19.1 allows remote attackers to inject arbitrary HTTP headers via CRLF sequences in the host subcomponent of a URL.
nvdosv
CVE-2016-7098HIGHCVSS 8.1PoC≤ 1.172016-09-26
CVE-2016-7098 [HIGH] CWE-362 CVE-2016-7098: Race condition in wget 1.17 and earlier, when used in recursive or mirroring mode to download a sing
Race condition in wget 1.17 and earlier, when used in recursive or mirroring mode to download a single file, might allow remote servers to bypass intended access list restrictions by keeping an HTTP connection open.
nvdosv
CVE-2016-4971HIGHCVSS 8.8PoCfixed in 1.182016-06-30
CVE-2016-4971 [HIGH] CVE-2016-4971: GNU wget before 1.18 allows remote servers to write to arbitrary files by redirecting a request from
GNU wget before 1.18 allows remote servers to write to arbitrary files by redirecting a request from HTTP to a crafted FTP resource.
nvdosv
CVE-2014-4877CRITICALCVSS 9.3PoC≤ 1.15v1.12+6 more2014-10-29
CVE-2014-4877 [CRITICAL] CWE-22 CVE-2014-4877: Absolute path traversal vulnerability in GNU Wget before 1.16, when recursion is enabled, allows rem
Absolute path traversal vulnerability in GNU Wget before 1.16, when recursion is enabled, allows remote FTP servers to write to arbitrary files, and consequently execute arbitrary code, via a LIST response that references the same filename within two entries, one of which indicates that the filename is for a symlink.
nvdosv
CVE-2010-2252MEDIUMCVSS 6.8≤ 1.12v1.5.3+16 more2010-07-06
CVE-2010-2252 [MEDIUM] CWE-20 CVE-2010-2252: GNU Wget 1.12 and earlier uses a server-provided filename instead of the original URL to determine t
GNU Wget 1.12 and earlier uses a server-provided filename instead of the original URL to determine the destination filename of a download, which allows remote servers to create or overwrite arbitrary files via a 3xx redirect to a URL with a .wgetrc filename followed by a 3xx redirect to a URL with a crafted filename, and possibly execute arbitrary code
nvdosv
CVE-2009-3490MEDIUMCVSS 6.8≤ 1.11.4v1.5.3+14 more2009-09-30
CVE-2009-3490 [MEDIUM] CVE-2009-3490: GNU Wget before 1.12 does not properly handle a '\0' character in a domain name in the Common Name f
GNU Wget before 1.12 does not properly handle a '\0' character in a domain name in the Common Name field of an X.509 certificate, which allows man-in-the-middle remote attackers to spoof arbitrary SSL servers via a crafted certificate issued by a legitimate Certification Authority, a related issue to CVE-2009-2408.
nvdosv
CVE-2006-6719MEDIUMCVSS 5.0PoCv1.5.3v1.6+10 more2006-12-23
CVE-2006-6719 [MEDIUM] CVE-2006-6719: The ftp_syst function in ftp-basic.c in Free Software Foundation (FSF) GNU wget 1.10.2 allows remote
The ftp_syst function in ftp-basic.c in Free Software Foundation (FSF) GNU wget 1.10.2 allows remote attackers to cause a denial of service (application crash) via a malicious FTP server with a large number of blank 220 responses to the SYST command.
nvdosv
CVE-2005-3185HIGHCVSS 7.5≥ 0, < 1.10.2-12005-10-13
CVE-2005-3185 [HIGH] CVE-2005-3185: Stack-based buffer overflow in the ntlm_output function in http-ntlm
Stack-based buffer overflow in the ntlm_output function in http-ntlm.c for (1) wget 1.10, (2) curl 7.13.2, and (3) libcurl 7.13.2, and other products that use libcurl, when NTLM authentication is enabled, allows remote servers to execute arbitrary code via a long NTLM username.
osv
CVE-2004-1487MEDIUMCVSS 5.0v1.8v1.8.1+3 more2005-04-27
CVE-2004-1487 [MEDIUM] CVE-2004-1487: wget 1.8.x and 1.9.x allows a remote malicious web server to overwrite certain files via a redirecti
wget 1.8.x and 1.9.x allows a remote malicious web server to overwrite certain files via a redirection URL containing a ".." that resolves to the IP address of the malicious server, which bypasses wget's filtering for ".." sequences.
nvdosv
CVE-2004-1488MEDIUMCVSS 5.0PoCv1.8v1.8.1+3 more2005-04-27
CVE-2004-1488 [MEDIUM] CVE-2004-1488: wget 1.8.x and 1.9.x does not filter or quote control characters when displaying HTTP responses to t
wget 1.8.x and 1.9.x does not filter or quote control characters when displaying HTTP responses to the terminal, which may allow remote malicious web servers to inject terminal escape sequences and execute arbitrary code.
nvdosv
CVE-2004-2014LOWCVSS 2.6PoCv1.5.3v1.6+7 more2004-12-31
CVE-2004-2014 [LOW] CVE-2004-2014: Wget 1.9 and 1.9.1 allows local users to overwrite arbitrary files via a symlink attack on the name
Wget 1.9 and 1.9.1 allows local users to overwrite arbitrary files via a symlink attack on the name of the file being downloaded.
nvdosv
CVE-2002-1565HIGHCVSS 7.5≥ 0, < 1.8.2-82003-06-16
CVE-2002-1565 [HIGH] CVE-2002-1565: Buffer overflow in url_filename function for wget 1
Buffer overflow in url_filename function for wget 1.8.1 allows attackers to cause a denial of service (segmentation fault) and possibly execute arbitrary code via a long URL.
osv
1 / 2Next →