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-200409-33.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-200409-33.xml')
-rw-r--r-- | metadata/glsa/glsa-200409-33.xml | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200409-33.xml b/metadata/glsa/glsa-200409-33.xml new file mode 100644 index 000000000000..498b7aec6627 --- /dev/null +++ b/metadata/glsa/glsa-200409-33.xml @@ -0,0 +1,66 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> + +<glsa id="200409-33"> + <title>Apache: Exposure of protected directories</title> + <synopsis> + A bug in the way Apache handles the Satisfy directive can lead to the + exposure of protected directories to unauthorized users. + </synopsis> + <product type="ebuild">net=www/apache</product> + <announced>September 24, 2004</announced> + <revised>December 30, 2007: 02</revised> + <bug>64804</bug> + <access>remote</access> + <affected> + <package name="www-servers/apache" auto="yes" arch="*"> + <unaffected range="ge">2.0.51-r1</unaffected> + <unaffected range="lt">2.0.51</unaffected> + <vulnerable range="eq">2.0.51</vulnerable> + </package> + </affected> + <background> + <p> + The Apache HTTP server is one of most popular web servers on the Internet. + </p> + </background> + <description> + <p> + A bug in the way Apache handles the Satisfy directive, which is used to + require that certain conditions (client host, client authentication, etc) + be met before access to a certain directory is granted, could allow the + exposure of protected directories to unauthorized clients. + </p> + </description> + <impact type="low"> + <p> + Directories containing protected data could be exposed to all visitors to + the webserver. + </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 -pv ">=www-servers/apache-2.0.51-r1" + # emerge ">=www-servers/apache-2.0.51-r1"</code> + </resolution> + <references> + <uri link="http://issues.apache.org/bugzilla/show_bug.cgi?id=31315">Apache Bug #31315</uri> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0811">CAN-2004-0811</uri> + </references> + <metadata tag="submitter" timestamp="Tue, 21 Sep 2004 16:24:09 +0000"> + dmargoli + </metadata> + <metadata tag="bugReady" timestamp="Fri, 24 Sep 2004 04:13:15 +0000"> + lewk + </metadata> +</glsa> |