diff options
author | 2019-08-15 13:51:42 -0400 | |
---|---|---|
committer | 2019-08-15 13:51:42 -0400 | |
commit | 1543c9f859502a804e13f345a85864e67017ce60 (patch) | |
tree | c43848dbaf24960f30060b795270aa3f770107b5 | |
parent | [ GLSA 201908-18 ] Chromium, Google Chrome: Multiple vulnerabilities (diff) | |
download | glsa-1543c9f859502a804e13f345a85864e67017ce60.tar.gz glsa-1543c9f859502a804e13f345a85864e67017ce60.tar.bz2 glsa-1543c9f859502a804e13f345a85864e67017ce60.zip |
[ GLSA 201908-19 ] GNU Wget: Arbitrary code execution
Signed-off-by: Aaron Bauman <bman@gentoo.org>
-rw-r--r-- | glsa-201908-19.xml | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/glsa-201908-19.xml b/glsa-201908-19.xml new file mode 100644 index 0000000..e6a7788 --- /dev/null +++ b/glsa-201908-19.xml @@ -0,0 +1,48 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201908-19"> + <title>GNU Wget: Arbitrary code execution</title> + <synopsis>A vulnerability in GNU Wget might allow an attacker to execute + arbitrary code. + </synopsis> + <product type="ebuild">wget</product> + <announced>2019-08-15</announced> + <revised count="1">2019-08-15</revised> + <bug>682994</bug> + <access>remote</access> + <affected> + <package name="net-misc/wget" auto="yes" arch="*"> + <unaffected range="ge">1.20.3</unaffected> + <vulnerable range="lt">1.20.3</vulnerable> + </package> + </affected> + <background> + <p>GNU Wget is a free software package for retrieving files using HTTP, + HTTPS and FTP, the most widely-used Internet protocols. + </p> + </background> + <description> + <p>A buffer overflow was discovered in GNU’s Wget.</p> + </description> + <impact type="normal"> + <p>An attacker could possibly execute arbitrary code with the privileges of + the process or cause a Denial of Service condition. + </p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All GNU Wget users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=net-misc/wget-1.20.3" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2019-5953">CVE-2019-5953</uri> + </references> + <metadata tag="requester" timestamp="2019-08-10T20:46:31Z">b-man</metadata> + <metadata tag="submitter" timestamp="2019-08-15T17:51:26Z">b-man</metadata> +</glsa> |