summaryrefslogtreecommitdiff
blob: 16a9a7bc71024ccc305a973534cd4e601ba49dc9 (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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">

<glsa id="200502-21">
  <title>lighttpd: Script source disclosure</title>
  <synopsis>
    An attacker can trick lighttpd into revealing the source of scripts that
    should be executed as CGI or FastCGI applications.
  </synopsis>
  <product type="ebuild">lighttpd</product>
  <announced>February 15, 2005</announced>
  <revised>May 22, 2006: 02</revised>
  <bug>81776</bug>
  <access>remote</access>
  <affected>
    <package name="www-servers/lighttpd" auto="yes" arch="*">
      <unaffected range="ge">1.3.10-r1</unaffected>
      <vulnerable range="lt">1.3.10-r1</vulnerable>
    </package>
  </affected>
  <background>
    <p>
    lighttpd is a small-footprint, fast, compliant and very flexible
    web-server which is optimized for high-performance environments.
    </p>
  </background>
  <description>
    <p>
    lighttpd uses file extensions to determine which elements are programs
    that should be executed and which are static pages that should be sent
    as-is. By appending %00 to the filename, you can evade the extension
    detection mechanism while still accessing the file.
    </p>
  </description>
  <impact type="low">
    <p>
    A remote attacker could send specific queries and access the source of
    scripts that should have been executed as CGI or FastCGI applications.
    </p>
  </impact>
  <workaround>
    <p>
    There is no known workaround at this time.
    </p>
  </workaround>
  <resolution>
    <p>
    All lighttpd users should upgrade to the latest version:
    </p>
    <code>
    # emerge --sync
    # emerge --ask --oneshot --verbose &quot;&gt;=www-servers/lighttpd-1.3.10-r1&quot;</code>
  </resolution>
  <references>
    <uri link="http://article.gmane.org/gmane.comp.web.lighttpd/1171">lighttpd-announce Advisory</uri>
    <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-0453">CVE-2005-0453</uri>
  </references>
  <metadata tag="requester" timestamp="Mon, 14 Feb 2005 12:34:31 +0000">
    koon
  </metadata>
  <metadata tag="bugReady" timestamp="Mon, 14 Feb 2005 20:13:10 +0000">
    koon
  </metadata>
  <metadata tag="submitter" timestamp="Mon, 14 Feb 2005 20:53:12 +0000">
    koon
  </metadata>
</glsa>