blob: 2ad1e1d51d9454b4413bac867e28f436274ddb6a (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="201206-27">
<title>mini_httpd: Arbitrary code execution</title>
<synopsis>A vulnerability in mini_httpd could allow remote attackers to
execute arbitrary code.
</synopsis>
<product type="ebuild">mini_httpd</product>
<announced>2012-06-24</announced>
<revised>2012-06-24: 1</revised>
<bug>303755</bug>
<access>remote</access>
<affected>
<package name="www-servers/mini_httpd" auto="yes" arch="*">
<vulnerable range="rle">1.19</vulnerable>
</package>
</affected>
<background>
<p>mini_httpd is a small webserver with optional SSL and IPv6 support.</p>
</background>
<description>
<p>mini_httpd does not properly check for shell escapes when parsing HTTP
requests.
</p>
</description>
<impact type="normal">
<p>A remote attacker could send specially crafted HTTP requests, possibly
resulting in execution of arbitrary code with the privileges of the
process, or allowing for overwriting of files.
</p>
</impact>
<workaround>
<p>There is no known workaround at this time.</p>
</workaround>
<resolution>
<p>Gentoo discontinued support for mini_httpd. We recommend that users
unmerge mini_httpd:
</p>
<code>
# emerge --unmerge "www-servers/mini_httpd"
</code>
</resolution>
<references>
<uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2009-4490">CVE-2009-4490</uri>
</references>
<metadata timestamp="2012-05-11T17:25:55Z" tag="requester">
underling
</metadata>
<metadata timestamp="2012-06-24T22:37:57Z" tag="submitter">ackle</metadata>
</glsa>
|