diff options
author | Repository QA checks <repo-qa-checks@gentoo.org> | 2016-04-14 08:02:22 +0000 |
---|---|---|
committer | Repository QA checks <repo-qa-checks@gentoo.org> | 2016-04-14 08:02:22 +0000 |
commit | 670f14532cf81a4e02d989bcb1254e1e48bcb4e4 (patch) | |
tree | 68ef72d9e802ec198860f87b94402f4ca3aae287 /metadata/glsa/glsa-200508-15.xml | |
parent | Add 'metadata/dtd/' from commit 'f8325042cda078a7fa29be8dcb9a092219332112' (diff) | |
parent | Add GLSA 201604-03 - Fix (diff) | |
download | gentoo-670f14532cf81a4e02d989bcb1254e1e48bcb4e4.tar.gz gentoo-670f14532cf81a4e02d989bcb1254e1e48bcb4e4.tar.bz2 gentoo-670f14532cf81a4e02d989bcb1254e1e48bcb4e4.zip |
Add 'metadata/glsa/' from commit 'aacff3c55fb52643f95332002ecdb7d439b8e4df'
git-subtree-dir: metadata/glsa
git-subtree-mainline: 3149e13ab601ad3a8f925656fd88567d2626de47
git-subtree-split: aacff3c55fb52643f95332002ecdb7d439b8e4df
Diffstat (limited to 'metadata/glsa/glsa-200508-15.xml')
-rw-r--r-- | metadata/glsa/glsa-200508-15.xml | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200508-15.xml b/metadata/glsa/glsa-200508-15.xml new file mode 100644 index 000000000000..d775a2811b42 --- /dev/null +++ b/metadata/glsa/glsa-200508-15.xml @@ -0,0 +1,67 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> + +<glsa id="200508-15"> + <title>Apache 2.0: Denial of Service vulnerability</title> + <synopsis> + A bug in Apache may allow a remote attacker to perform a Denial of Service + attack. + </synopsis> + <product type="ebuild">apache</product> + <announced>August 25, 2005</announced> + <revised>December 30, 2007: 03</revised> + <bug>102991</bug> + <access>remote</access> + <affected> + <package name="www-servers/apache" auto="yes" arch="*"> + <unaffected range="ge">2.0.54-r9</unaffected> + <unaffected range="lt">2.0</unaffected> + <vulnerable range="lt">2.0.54-r9</vulnerable> + </package> + </affected> + <background> + <p> + The Apache HTTP Server Project is a featureful, freely-available HTTP + (Web) server. + </p> + </background> + <description> + <p> + Filip Sneppe discovered that Apache improperly handles byterange + requests to CGI scripts. + </p> + </description> + <impact type="normal"> + <p> + A remote attacker may access vulnerable scripts in a malicious way, + exhausting all RAM and swap space on the server, resulting in a Denial + of Service of the Apache server. + </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.0.54-r9"</code> + </resolution> + <references> + <uri link="http://issues.apache.org/bugzilla/show_bug.cgi?id=29962">ASF Bugzilla Bug 29962</uri> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-2728">CVE-2005-2728</uri> + </references> + <metadata tag="requester" timestamp="Mon, 22 Aug 2005 07:26:08 +0000"> + DerCorny + </metadata> + <metadata tag="bugReady" timestamp="Mon, 22 Aug 2005 07:47:26 +0000"> + koon + </metadata> + <metadata tag="submitter" timestamp="Wed, 24 Aug 2005 00:58:46 +0000"> + adir + </metadata> +</glsa> |