blob: 3c8db0022ae4b381655e2ed22dcc404aa3ae61dc (
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"?>
<?xml-stylesheet href="/xsl/glsa.xsl" type="text/xsl"?>
<?xml-stylesheet href="/xsl/guide.xsl" type="text/xsl"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200809-11">
<title>HAVP: Denial of Service</title>
<synopsis>
A Denial of Service vulnerability has been reported in HAVP.
</synopsis>
<product type="ebuild">havp</product>
<announced>September 21, 2008</announced>
<revised>September 21, 2008: 01</revised>
<bug>234715</bug>
<access>remote</access>
<affected>
<package name="net-proxy/havp" auto="yes" arch="*">
<unaffected range="ge">0.89</unaffected>
<vulnerable range="lt">0.89</vulnerable>
</package>
</affected>
<background>
<p>
HAVP is a HTTP AntiVirus Proxy.
</p>
</background>
<description>
<p>
Peter Warasin reported an infinite loop in sockethandler.cpp when
connecting to a non-responsive HTTP server.
</p>
</description>
<impact type="normal">
<p>
A remote attacker could send requests to unavailable servers, resulting
in a Denial of Service.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time.
</p>
</workaround>
<resolution>
<p>
All HAVP users should upgrade to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=net-proxy/havp-0.89"</code>
</resolution>
<references>
<uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-3688">CVE-2008-3688</uri>
</references>
<metadata tag="requester" timestamp="Thu, 18 Sep 2008 21:30:12 +0000">
p-y
</metadata>
<metadata tag="bugReady" timestamp="Thu, 18 Sep 2008 21:30:30 +0000">
p-y
</metadata>
<metadata tag="submitter" timestamp="Fri, 19 Sep 2008 11:28:47 +0000">
p-y
</metadata>
</glsa>
|