Gentoo Archives: gentoo-commits

From: "Pierre-Yves Rofes (py)" <py@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/security/en/glsa: glsa-200709-16.xml
Date: Thu, 27 Sep 2007 21:02:05
Message-Id: E1Ib0MO-0006hs-IA@stork.gentoo.org
1 py 07/09/27 20:53:24
2
3 Added: glsa-200709-16.xml
4 Log:
5 GLSA 200709-16
6
7 Revision Changes Path
8 1.1 xml/htdocs/security/en/glsa/glsa-200709-16.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/security/en/glsa/glsa-200709-16.xml?rev=1.1&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/security/en/glsa/glsa-200709-16.xml?rev=1.1&content-type=text/plain
12
13 Index: glsa-200709-16.xml
14 ===================================================================
15 <?xml version="1.0" encoding="utf-8"?>
16 <?xml-stylesheet href="/xsl/glsa.xsl" type="text/xsl"?>
17 <?xml-stylesheet href="/xsl/guide.xsl" type="text/xsl"?>
18 <!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
19
20 <glsa id="200709-16">
21 <title>Lighttpd: Buffer overflow</title>
22 <synopsis>
23 Lighttpd is vulnerable to the remote execution of arbitrary code.
24 </synopsis>
25 <product type="ebuild">lighttpd</product>
26 <announced>September 27, 2007</announced>
27 <revised>September 27, 2007: 01</revised>
28 <bug>191912</bug>
29 <access>remote</access>
30 <affected>
31 <package name="www-servers/lighttpd" auto="yes" arch="*">
32 <unaffected range="ge">1.4.18</unaffected>
33 <vulnerable range="lt">1.4.18</vulnerable>
34 </package>
35 </affected>
36 <background>
37 <p>
38 Lighttpd is a lightweight HTTP web server.
39 </p>
40 </background>
41 <description>
42 <p>
43 Mattias Bengtsson and Philip Olausson have discovered a buffer overflow
44 vulnerability in the function fcgi_env_add() in the file mod_fastcgi.c
45 when processing overly long HTTP headers.
46 </p>
47 </description>
48 <impact type="high">
49 <p>
50 A remote attacker could send a specially crafted request to the
51 vulnerable Lighttpd server, resulting in the remote execution of
52 arbitrary code with privileges of the user running the web server. Note
53 that mod_fastcgi is disabled in Gentoo's default configuration.
54 </p>
55 </impact>
56 <workaround>
57 <p>
58 Edit the file /etc/lighttpd/lighttpd.conf and comment the following
59 line: "include mod_fastcgi.conf"
60 </p>
61 </workaround>
62 <resolution>
63 <p>
64 All Lighttpd users should upgrade to the latest version:
65 </p>
66 <code>
67 # emerge --sync
68 # emerge --ask --oneshot --verbose &quot;&gt;=www-servers/lighttpd-1.4.18&quot;</code>
69 </resolution>
70 <references>
71 <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-4727">CVE-2007-4727</uri>
72 </references>
73 <metadata tag="requester" timestamp="Thu, 20 Sep 2007 21:10:23 +0000">
74 p-y
75 </metadata>
76 <metadata tag="bugReady" timestamp="Thu, 20 Sep 2007 21:10:32 +0000">
77 p-y
78 </metadata>
79 <metadata tag="submitter" timestamp="Sat, 22 Sep 2007 16:06:46 +0000">
80 p-y
81 </metadata>
82 </glsa>
83
84
85
86 --
87 gentoo-commits@g.o mailing list