blob: 2291fd7f31137d770376a220b2f42df4516d4c2d (
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
66
67
68
69
70
71
72
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200411-23">
<title>Ruby: Denial of Service issue</title>
<synopsis>
The CGI module in Ruby can be sent into an infinite loop, resulting in a
Denial of Service condition.
</synopsis>
<product type="ebuild">Ruby</product>
<announced>2004-11-16</announced>
<revised count="01">2004-11-16</revised>
<bug>69985</bug>
<access>remote</access>
<affected>
<package name="dev-lang/ruby" auto="yes" arch="*">
<unaffected range="rge">1.6.8-r12</unaffected>
<unaffected range="ge">1.8.2_pre3</unaffected>
<vulnerable range="lt">1.8.2_pre3</vulnerable>
</package>
</affected>
<background>
<p>
Ruby is an interpreted scripting language for quick and easy
object-oriented programming. Ruby's CGI module can be used to build web
applications.
</p>
</background>
<description>
<p>
Ruby's developers found and fixed an issue in the CGI module that
can be triggered remotely and cause an infinite loop.
</p>
</description>
<impact type="normal">
<p>
A remote attacker could trigger the vulnerability through an
exposed Ruby web application and cause the server to use unnecessary
CPU resources, potentially resulting in a Denial of Service.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time.
</p>
</workaround>
<resolution>
<p>
All Ruby 1.6.x users should upgrade to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=dev-lang/ruby-1.6.8-r12"</code>
<p>
All Ruby 1.8.x users should upgrade to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=dev-lang/ruby-1.8.2_pre3"</code>
</resolution>
<references>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0983">CAN-2004-0983</uri>
</references>
<metadata tag="requester" timestamp="2004-11-15T10:02:12Z">
koon
</metadata>
<metadata tag="bugReady" timestamp="2004-11-15T10:02:22Z">
koon
</metadata>
<metadata tag="submitter" timestamp="2004-11-15T20:10:34Z">
koon
</metadata>
</glsa>
|