diff options
author | 2016-10-06 17:48:05 +0000 | |
---|---|---|
committer | 2016-10-06 17:48:05 +0000 | |
commit | 9adf2d4460b5b09e70b314cec1b78923ef83d48f (patch) | |
tree | d8dd0361309134f5eb6ea4eef9faad120c44717a /metadata/glsa | |
parent | Merge updates from master (diff) | |
parent | Add GLSA 201610-02 (diff) | |
download | gentoo-9adf2d4460b5b09e70b314cec1b78923ef83d48f.tar.gz gentoo-9adf2d4460b5b09e70b314cec1b78923ef83d48f.tar.bz2 gentoo-9adf2d4460b5b09e70b314cec1b78923ef83d48f.zip |
Merge commit '31cacd8e4e5863fded4208a4b7ce2edc9f573491'
Diffstat (limited to 'metadata/glsa')
-rw-r--r-- | metadata/glsa/glsa-201610-02.xml | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-201610-02.xml b/metadata/glsa/glsa-201610-02.xml new file mode 100644 index 000000000000..98bf17f1c561 --- /dev/null +++ b/metadata/glsa/glsa-201610-02.xml @@ -0,0 +1,62 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201610-02"> + <title>Apache: Multiple vulnerabilities</title> + <synopsis>Multiple vulnerabilities have been found in Apache, the worst of + which could allow HTTP request smuggling attacks or a Denial of Service + condition. + </synopsis> + <product type="ebuild"></product> + <announced>October 06, 2016</announced> + <revised>October 06, 2016: 1</revised> + <bug>524680</bug> + <bug>536684</bug> + <bug>554948</bug> + <bug>557198</bug> + <bug>583276</bug> + <bug>588138</bug> + <access>remote</access> + <affected> + <package name="www-servers/apache" auto="yes" arch="*"> + <unaffected range="rgt">2.2.31</unaffected> + <unaffected range="ge">2.4.23</unaffected> + <vulnerable range="lt">2.4.23</vulnerable> + </package> + </affected> + <background> + <p>Apache HTTP Server is one of the most popular web servers on the + Internet. + </p> + </background> + <description> + <p>Multiple vulnerabilities have been discovered in Apache HTTP Server. + Please review the CVE identifiers referenced below for details. + </p> + </description> + <impact type="normal"> + <p>Remote attackers could bypass intended access restrictions, conduct HTTP + request smuggling attacks, or cause a Denial of Service condition. + </p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All Apache users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=www-servers/apache-2.4.23" + </code> + </resolution> + <references> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-3581">CVE-2014-3581</uri> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2015-3183">CVE-2015-3183</uri> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2016-1546">CVE-2016-1546</uri> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2016-4979">CVE-2016-4979</uri> + </references> + <metadata tag="requester" timestamp="Sun, 13 Sep 2015 13:17:03 +0000"> + BlueKnight + </metadata> + <metadata tag="submitter" timestamp="Thu, 06 Oct 2016 17:20:25 +0000">b-man</metadata> +</glsa> |