summaryrefslogtreecommitdiff
blob: 368ae1bfbd08ff9d3effc85725dd1612957d7fb4 (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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200411-03">
  <title>Apache 1.3: Buffer overflow vulnerability in mod_include</title>
  <synopsis>
    A buffer overflow vulnerability exists in mod_include which could possibly
    allow a local attacker to gain escalated privileges.
  </synopsis>
  <product type="ebuild">apache</product>
  <announced>2004-11-02</announced>
  <revised count="02">2007-12-30</revised>
  <bug>68564</bug>
  <access>local</access>
  <affected>
    <package name="www-servers/apache" auto="yes" arch="*">
      <unaffected range="ge">1.3.32-r1</unaffected>
      <vulnerable range="lt">1.3.32-r1</vulnerable>
    </package>
  </affected>
  <background>
    <p>
    The Apache HTTP server is one of the most popular web servers on the
    internet. mod_include is an Apache module to handle Server Side Includes
    (SSI).
    </p>
  </background>
  <description>
    <p>
    A possible buffer overflow exists in the get_tag() function of
    mod_include.c.
    </p>
  </description>
  <impact type="normal">
    <p>
    If Server Side Includes (SSI) are enabled, a local attacker may be able to
    run arbitrary code with the rights of an httpd child process by making use
    of a specially-crafted document with malformed SSI.
    </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 "&gt;=www-servers/apache-1.3.32-r1"</code>
  </resolution>
  <references>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0940">CAN-2004-0940</uri>
    <uri link="http://www.apacheweek.com/features/security-13">Security vulnerabilities in Apache httpd 1.3</uri>
  </references>
  <metadata tag="requester" timestamp="2004-10-27T10:11:41Z">
    koon
  </metadata>
  <metadata tag="submitter" timestamp="2004-10-29T12:38:27Z">
    vorlon078
  </metadata>
  <metadata tag="bugReady" timestamp="2004-11-02T11:16:30Z">
    vorlon078
  </metadata>
</glsa>