diff options
author | Repository QA checks <repo-qa-checks@gentoo.org> | 2017-06-20 17:24:09 +0000 |
---|---|---|
committer | Repository QA checks <repo-qa-checks@gentoo.org> | 2017-06-20 17:24:09 +0000 |
commit | 6521d4a3a6d80a2af60389a61d0234807c94bc5f (patch) | |
tree | c561c09f9ca68e12dcb4258a7eba6305357fe713 /metadata/glsa | |
parent | 2017-06-20 16:44:37 UTC (diff) | |
parent | Add GLSA 201706-17 (diff) | |
download | gentoo-6521d4a3a6d80a2af60389a61d0234807c94bc5f.tar.gz gentoo-6521d4a3a6d80a2af60389a61d0234807c94bc5f.tar.bz2 gentoo-6521d4a3a6d80a2af60389a61d0234807c94bc5f.zip |
Merge commit '3c8f131a743877c87b8e247e3fc7ed3a16bd32ab'
Diffstat (limited to 'metadata/glsa')
-rw-r--r-- | metadata/glsa/glsa-201706-16.xml | 52 | ||||
-rw-r--r-- | metadata/glsa/glsa-201706-17.xml | 59 |
2 files changed, 111 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-201706-16.xml b/metadata/glsa/glsa-201706-16.xml new file mode 100644 index 000000000000..f6944b12de25 --- /dev/null +++ b/metadata/glsa/glsa-201706-16.xml @@ -0,0 +1,52 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201706-16"> + <title>GNU Wget: Header injection</title> + <synopsis>A header injection vulnerability in GNU Wget might allow remote + attackers to inject arbitrary HTTP headers. + </synopsis> + <product type="ebuild">wget</product> + <announced>2017-06-20</announced> + <revised>2017-06-20: 1</revised> + <bug>612326</bug> + <access>remote</access> + <affected> + <package name="net-misc/wget" auto="yes" arch="*"> + <unaffected range="ge">1.19.1-r1</unaffected> + <vulnerable range="lt">1.19.1-r1</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>It was discovered that there was a header injection vulnerability in GNU + Wget which allowed remote attackers to inject arbitrary HTTP headers via + CRLF sequences in the host subcomponent of a URL. + </p> + </description> + <impact type="normal"> + <p>A remote attacker could inject arbitrary HTTP headers in requests by + tricking a user running GNU Wget into processing crafted URLs. + </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.19.1-r1" + </code> + + </resolution> + <references> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2017-6508">CVE-2017-6508</uri> + </references> + <metadata tag="requester" timestamp="2017-03-23T20:33:13Z">whissi</metadata> + <metadata tag="submitter" timestamp="2017-06-20T17:09:12Z">whissi</metadata> +</glsa> diff --git a/metadata/glsa/glsa-201706-17.xml b/metadata/glsa/glsa-201706-17.xml new file mode 100644 index 000000000000..5b704e20ec27 --- /dev/null +++ b/metadata/glsa/glsa-201706-17.xml @@ -0,0 +1,59 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201706-17"> + <title>Kodi: Multiple vulnerabilities</title> + <synopsis>Multiple vulnerabilities have been found in Kodi, the worst of + which could allow remote attackers to execute arbitrary code. + </synopsis> + <product type="ebuild">kodi</product> + <announced>2017-06-20</announced> + <revised>2017-06-20: 1</revised> + <bug>549342</bug> + <bug>619492</bug> + <access>remote</access> + <affected> + <package name="media-tv/kodi" auto="yes" arch="*"> + <unaffected range="ge">17.2</unaffected> + <vulnerable range="lt">17.2</vulnerable> + </package> + </affected> + <background> + <p>Kodi (formerly XBMC) is a free and open-source media player software + application. + </p> + </background> + <description> + <p>Multiple vulnerabilities have been discovered in Kodi. Please review the + CVE identifiers referenced below for details. + </p> + </description> + <impact type="normal"> + <p>A remote attacker could entice a user to open a specially crafted image + file using Kodi, possibly resulting in a Denial of Service condition. + </p> + + <p>Furthermore, a remote attacker could entice a user process a specially + crafted ZIP file containing subtitles using Kodi, possibly resulting in + execution of arbitrary code with the privileges of the process or a + Denial of Service condition. + </p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All Kodi users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=media-tv/kodi-17.2" + </code> + + </resolution> + <references> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2015-3885">CVE-2015-3885</uri> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2017-8314">CVE-2017-8314</uri> + </references> + <metadata tag="requester" timestamp="2017-06-06T16:37:32Z">whissi</metadata> + <metadata tag="submitter" timestamp="2017-06-20T17:18:36Z">whissi</metadata> +</glsa> |