blob: 3e014bc3b68386a21d4c89991ed8979c9a1b41ea (
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
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200704-17">
<title>3proxy: Buffer overflow</title>
<synopsis>
A vulnerability has been discovered in 3proxy allowing for the remote
execution of arbitrary code.
</synopsis>
<product type="ebuild">3proxy</product>
<announced>2007-04-22</announced>
<revised count="01">2007-04-22</revised>
<bug>174429</bug>
<access>remote</access>
<affected>
<package name="net-proxy/3proxy" auto="yes" arch="*">
<unaffected range="ge">0.5.3h</unaffected>
<vulnerable range="lt">0.5.3h</vulnerable>
</package>
</affected>
<background>
<p>
3proxy is a multi-protocol proxy, including HTTP/HTTPS/FTP and SOCKS
support.
</p>
</background>
<description>
<p>
The 3proxy development team reported a buffer overflow in the logurl()
function when processing overly long requests.
</p>
</description>
<impact type="high">
<p>
A remote attacker could send a specially crafted transparent request to
the proxy, resulting in the execution of arbitrary code with privileges
of the user running 3proxy.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time.
</p>
</workaround>
<resolution>
<p>
All 3proxy users should upgrade to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=net-proxy/3proxy-0.5.3h"</code>
</resolution>
<references>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-2031">CVE-2007-2031</uri>
</references>
<metadata tag="requester" timestamp="2007-04-18T05:09:29Z">
jaervosz
</metadata>
<metadata tag="submitter" timestamp="2007-04-18T08:45:40Z">
p-y
</metadata>
<metadata tag="bugReady" timestamp="2007-04-18T20:45:40Z">
p-y
</metadata>
</glsa>
|