Lucene search
+L

23 matches found

CVE
CVE
added 2019/05/17 3:25 p.m.530 views

CVE-2019-5953

CVE-2019-5953 describes a buffer overflow in GNU Wget (affected versions 1.20.1 and earlier) that could allow a remote attacker to cause a DoS or potentially execute arbitrary code via unspecified vectors. Public sources in connected documents point to a heap-based/buffer overflow in wget’s input...

9.8CVSS9.7AI score0.05751EPSS
Save
CVE
CVE
added 2024/06/16 12:0 a.m.487 views

CVE-2024-38428

CVE-2024-38428 affects GNU Wget up to 1.24.5 and is caused by improper handling of semicolons in the userinfo subcomponent of a URI, which can cause data intended for userinfo to be misinterpreted as part of the host. The Connected documents confirm multiple advisories (Brocade SANnav/SANnav v2.x...

9.1CVSS6.8AI score0.00666EPSS
Save
CVE
CVE
added 2016/06/30 5:0 p.m.268 views

CVE-2016-4971

CVE-2016-4971 affects GNU Wget prior to 1.18. The issue occurs when following an HTTP redirect to an FTP resource: the filename provided by the server is trusted, which can cause wget to overwrite a local file with a name from the redirected resource. This could potentially allow arbitrary file o...

8.8CVSS8.3AI score0.45935EPSS
Save
CVE
CVE
added 2018/05/06 10:0 p.m.254 views

CVE-2018-0494

CVE-2018-0494 affects GNU Wget prior to 1.19.5. The vulnerability is due to cookie handling in the resp_new function in http.c that can be abused via a CRLF sequence in a continuation line, enabling cookie injection. Exploitation details are not provided in the sources; some advisories state the ...

6.5CVSS6.5AI score0.1704EPSS
Save
CVE
CVE
added 2018/12/26 6:0 p.m.240 views

CVE-2018-20483

CVE-2018-20483 affects GNU Wget prior to 1.20.1, where set_file_metadata in xattr.c stores the file’s origin URL (and Referer info) in user.xdg.origin.url / user.xdg.referrer.url extended attributes. Local users could read these attributes and obtain sensitive information (e.g., credentials in th...

7.8CVSS7.8AI score0.00659EPSS
Save
CVE
CVE
added 2017/03/07 8:39 a.m.194 views

CVE-2017-6508

CVE-2017-6508 is a CRLF injection flaw in the url_parse function of Wget’s url.c (affecting Wget up to version 1.19.1). A remote attacker could inject arbitrary HTTP headers via CRLF sequences in the host portion of a URL, potentially influencing requests. Exploitation details are described in mu...

6.1CVSS6.3AI score0.03086EPSS
Save
CVE
CVE
added 2021/04/29 3:3 a.m.194 views

CVE-2021-31879

CVE-2021-31879 affects GNU Wget by not omitting the Authorization header when redirecting to a different origin. Public details show: upstream GNU Wget up to 1.21.1 is vulnerable; Alpine Linux advisories indicate wget older than 1.21.2-1 are affected and that upgrading resolves the issue; other e...

6.1CVSS7.8AI score0.01104EPSS
Save
CVE
CVE
added 2017/10/27 7:0 p.m.191 views

CVE-2017-13089

Summary: CVE-2017-13089 affects wget prior to 1.19.2. The issue is a stack-based buffer overflow in the HTTP protocol handling for chunked responses, caused by parsing chunk lengths with strtol() without enforcing non-negativity, leading to an attacker-controlled length passed to fd_read(). A rel...

9.3CVSS8.5AI score0.79855EPSS
Save
CVE
CVE
added 2017/10/27 7:0 p.m.179 views

CVE-2017-13090

The connected documents confirm CVE-2017-13090 affects wget prior to 1.19.2, due to chunked HTTP processing in retr.c:fd_read_body(). The chunk parser uses strtol() to read chunk lengths but does not validate non-negativity; then reads chunks with MIN(..) and passes a negative length to fd_read()...

9.3CVSS8.5AI score0.36563EPSS
Save
CVE
CVE
added 2014/10/29 10:0 a.m.166 views

CVE-2014-4877

Consolidated details for CVE-2014-4877: GNU Wget before 1.16 is vulnerable when recursion is enabled. A crafted LIST response from a remote FTP server can cause Wget to write to arbitrary files and, consequently, execute arbitrary code due to a symlink-related directory listing that references th...

9.3CVSS6.5AI score0.39883EPSS
Save
CVE
CVE
added 2010/07/06 2:0 p.m.156 views

CVE-2010-2252

CVE-2010-2252 affects GNU Wget 1.12 and earlier, where a 3xx redirect process can cause a server-provided filename to be used for destination files, potentially leading to arbitrary file writes or code execution via dotfiles in a home directory. Connected docs confirm affected package versions an...

6.8CVSS7.2AI score0.04214EPSS
Save
CVE
CVE
added 2016/09/26 2:0 p.m.149 views

CVE-2016-7098

CVE-2016-7098 affects GNU Wget 1.17 and earlier. A race condition in recursive/mirroring mode can allow remote servers to bypass access-list restrictions by keeping an HTTP connection open. Public evidence includes exploit-db entries for GNU Wget

8.1CVSS7.8AI score0.07499EPSS
SaveWeb
CVE
CVE
added 2009/09/30 3:0 p.m.113 views

CVE-2009-3490

CVE-2009-3490 : GNU Wget

6.8CVSS6.1AI score0.03517EPSS
Save
CVE
CVE
added 2002/12/11 5:0 a.m.102 views

CVE-2002-1344

CVE-2002-1344 affects wget prior to 1.8.2-4 and is confirmed across multiple disclosures. The vulnerability is a directory-traversal flaw that allows a malicious FTP server to create or overwrite files as the wget user by using filenames containing /absolute/path or .. sequences. Public documenta...

5CVSS6.2AI score0.04249EPSS
Save
CVE
CVE
added 2005/02/15 5:0 a.m.96 views

CVE-2004-1487

CVE-2004-1487 affects wget 1.8.x and 1.9.x, where a remote server can cause overwriting of local files via a redirect URL containing ".." that resolves to the attacker’s IP, bypassing wget’s ".." filtering. Connected docs confirm this as a vulnerability in redirection URL handling and indicate up...

5CVSS6.2AI score0.01657EPSS
Save
CVE
CVE
added 2005/02/15 5:0 a.m.79 views

CVE-2004-1488

CVE-2004-1488 affects wget 1.8.x and 1.9.x, where control characters in HTTP responses were not filtered/quoted when displayed in the terminal. This allowed remote attackers (malicious web servers) to inject terminal escape sequences that could lead to arbitrary code execution in interactive sess...

5CVSS6.9AI score0.11919EPSS
SaveWeb
CVE
CVE
added 2006/12/23 11:0 a.m.62 views

CVE-2006-6719

CVE-2006-6719 affects FSF GNU wget 1.10.2; the ftp_syst function in ftp-basic.c can be triggered by a malicious FTP server sending a flood of blank 220 responses to SYST, causing a denial-of-service (application crash). Exploitation is remote via the FTP server. Remediation is to update to patche...

5CVSS6.1AI score0.04143EPSS
Save
CVE
CVE
added 2005/05/10 4:0 a.m.57 views

CVE-2004-2014

CVE-2004-2014 affects wget 1.9 and 1.9.1, where a local user can overwrite arbitrary files via a symlink attack on the target filename during download. The underlying cause is a symlink/ race condition when determining the output file, permitting writes to files the user has access to. Remediatio...

2.6CVSS6.1AI score0.00959EPSS
Save
CVE
CVE
added 1999/09/29 4:0 a.m.53 views

CVE-1999-0402

CVE-1999-0402 affects wget 1.5.3, where the tool follows symlinks and changes permissions of the target file (not the symlink). The Red Hat, SUSE, and PT-Software entries corroborate the same description. The root cause is wget’s behavior when handling symlinks, leading to potential unintended pe...

5CVSS6.9AI score0.01452EPSS
Save
CVE
CVE
added 2026/07/07 7:43 p.m.44 views

CVE-2026-58469

GNU Wget prior to 1.25.0 is affected by a heap buffer underread in clean_metalink_string() inside src/metalink.c when parsing a Metalink URL that is whitespace-only. The issue can lead to memory corruption and abnormal program behavior; the CVE notes multiple CVSS measurements with high impact (a...

8.7CVSS6.2AI score0.00351EPSS
Save
CVE
CVE
added 2026/07/07 7:45 p.m.32 views

CVE-2026-58470

GNU Wget 1.25.0 and earlier is affected by an integer overflow in parse_content_range() (src/http.c) triggered by server-controlled Content-Range headers, leading to undefined behavior and download desynchronization. The issue is fixed in commit 43d3ba9, and users should upgrade to a version that...

6.9CVSS6.1AI score0.00247EPSS
Save
CVE
CVE
added 2026/07/07 7:50 p.m.30 views

CVE-2026-58472

GNU Wget up to 1.25.0 contains a heap buffer overflow in html_quote_string() (src/convert.c) triggered by a server-supplied HTML attribute with extensive entity encoding. The root cause is a signed integer counter overflow during output size accumulation, leading to an undersized heap allocation ...

7.1CVSS6.3AI score0.00221EPSS
Save
CVE
CVE
added 2026/07/07 7:47 p.m.28 views

CVE-2026-58471

GNU Wget up to 1.25.0 contains a heap buffer overflow in convert_fname() (src/url.c) that can be triggered by a server-supplied filename requiring character set conversion. When the output buffer is too small and iconv E2BIG reallocates, the remaining space is miscalculated, allowing memory corru...

7.1CVSS6.2AI score0.00221EPSS
Save