summaryrefslogtreecommitdiff
blob: 5d9e7093df1a3bc02a88cf857f51d2635cfc93cf (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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200310-03">
  <title>Apache: multiple buffer overflows</title>
  <synopsis>
    Multiple stack-based buffer overflows in mod_alias and mod_rewrite can allow
    execution of arbitrary code and cause a denial of service.
  </synopsis>
  <product type="ebuild">Apache</product>
  <announced>2003-10-28</announced>
  <revised>2007-12-30: 02</revised>
  <bug>32194</bug>
  <access>local</access>
  <affected>
    <package name="www-servers/apache" auto="yes" arch="*">
      <unaffected range="ge">1.3.29</unaffected>
      <vulnerable range="lt">1.3.29</vulnerable>
    </package>
  </affected>
  <background>
    <p>
    The Apache HTTP Server is one of the most popular web servers on the
    Internet.
    </p>
  </background>
  <description>
    <p>
    Multiple stack-based buffer overflows in mod_alias and mod_rewrite allow
    attackers who can create or edit configuration files including .htaccess
    files, to cause a denial of service and execute arbitrary code via a regular
    expression containing more than 9 captures.
    </p>
  </description>
  <impact type="normal">
    <p>
    An attacker may cause a denial of service or execute arbitrary code with the
    privileges of the user that is running apache.
    </p>
  </impact>
  <workaround>
    <p>
    There is no known workaround at this time, other than to disable both
    mod_alias and mod_rewrite.
    </p>
  </workaround>
  <resolution>
    <p>
    It is recommended that all Gentoo Linux users who are running
    net-misc/apache 1.x upgrade:
    </p>
    <code>
    # emerge sync
    # emerge -pv apache
    # emerge '&gt;=www-servers/apache-1.3.29'
    # emerge clean
    # /etc/init.d/apache restart</code>
  </resolution>
  <references>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2003-0542">CAN-2003-0542 (under review at time of GLSA)</uri>
  </references>
</glsa>