summaryrefslogtreecommitdiff
blob: f7de696a1dedf1a0decbd82abf5d78367dd6d037 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<?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>2004-09-24</announced>
  <revised count="02">2007-12-30</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 "&gt;=www-servers/apache-2.0.51-r1"
    # emerge "&gt;=www-servers/apache-2.0.51-r1"</code>
  </resolution>
  <references>
    <uri link="https://issues.apache.org/bugzilla/show_bug.cgi?id=31315">Apache Bug #31315</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0811">CAN-2004-0811</uri>
  </references>
  <metadata tag="submitter" timestamp="2004-09-21T16:24:09Z">
    dmargoli
  </metadata>
  <metadata tag="bugReady" timestamp="2004-09-24T04:13:15Z">
    lewk
  </metadata>
</glsa>