blob: 4cb7a6579d3556269c419fa0fa899410bcbaf25b (
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
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200701-22">
<title>Squid: Multiple Denial of Service vulnerabilities</title>
<synopsis>
Two vulnerabilities have been found in Squid which make it susceptible to
Denial of Service attacks.
</synopsis>
<product type="ebuild">squid</product>
<announced>2007-01-25</announced>
<revised count="01">2007-01-25</revised>
<bug>162364</bug>
<access>remote</access>
<affected>
<package name="net-proxy/squid" auto="yes" arch="*">
<unaffected range="ge">2.6.7</unaffected>
<vulnerable range="lt">2.6.7</vulnerable>
</package>
</affected>
<background>
<p>
Squid is a multi-protocol proxy server.
</p>
</background>
<description>
<p>
Squid fails to correctly handle ftp:// URI's. There is also an error in
the external_acl queue which can cause an infinite looping condition.
</p>
</description>
<impact type="normal">
<p>
An attacker could attempt to retrieve a specially crafted URI via a
Squid server causing the service to crash. If an attacker could
generate a sufficiently high load on the Squid services, they could
cause a Denial of Service by forcing Squid into an infinite loop.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time.
</p>
</workaround>
<resolution>
<p>
All Squid users should upgrade to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=net-proxy/squid-2.6.7"</code>
</resolution>
<references>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-0247">CVE-2007-0247</uri>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-0248">CVE-2007-0248</uri>
</references>
<metadata tag="requester" timestamp="2007-01-22T16:59:17Z">
vorlon
</metadata>
<metadata tag="submitter" timestamp="2007-01-23T10:26:06Z">
hyakuhei
</metadata>
<metadata tag="bugReady" timestamp="2007-01-24T12:52:50Z">
hyakuhei
</metadata>
</glsa>
|