summaryrefslogtreecommitdiff
blob: a60de21feb87a94a293ebed7529403014debb352 (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
66
67
68
69
70
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200608-01">
  <title>Apache: Off-by-one flaw in mod_rewrite</title>
  <synopsis>
    A flaw in mod_rewrite could result in a Denial of Service or the execution
    of arbitrary code.
  </synopsis>
  <product type="ebuild">apache</product>
  <announced>2006-08-01</announced>
  <revised count="02">2007-12-30</revised>
  <bug>141986</bug>
  <access>remote</access>
  <affected>
    <package name="www-servers/apache" auto="yes" arch="*">
      <unaffected range="rge">1.3.34-r14</unaffected>
      <unaffected range="rge">1.3.37</unaffected>
      <unaffected range="ge">2.0.58-r2</unaffected>
      <vulnerable range="lt">2.0.58-r2</vulnerable>
    </package>
  </affected>
  <background>
    <p>
    The Apache HTTP server is one of the most popular web servers on the
    Internet. The Apache module mod_rewrite provides a rule-based engine to
    rewrite requested URLs on the fly.
    </p>
  </background>
  <description>
    <p>
    An off-by-one flaw has been found in Apache's mod_rewrite module by
    Mark Dowd of McAfee Avert Labs. This flaw is exploitable depending on
    the types of rewrite rules being used.
    </p>
  </description>
  <impact type="high">
    <p>
    A remote attacker could exploit the flaw to cause a Denial of Service
    or execution of arbitrary code. Note that Gentoo Linux is not
    vulnerable in the default configuration.
    </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</code>
  </resolution>
  <references>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3747">CVE-2006-3747</uri>
    <uri link="https://www.apache.org/dist/httpd/Announcement2.0.html">Apache HTTP Server 2.0 Announcement</uri>
    <uri link="https://www.apache.org/dist/httpd/Announcement1.3.html">Apache HTTP Server 1.3 Announcement</uri>
  </references>
  <metadata tag="requester" timestamp="2006-07-28T11:10:33Z">
    vorlon078
  </metadata>
  <metadata tag="submitter" timestamp="2006-07-28T12:10:22Z">
    vorlon078
  </metadata>
  <metadata tag="bugReady" timestamp="2006-07-29T21:48:21Z">
    vorlon078
  </metadata>
</glsa>