Yukihiro Matsumoto Ruby XMLRPC Server Denial of Service Vulnerability
BID:17645
Info
Yukihiro Matsumoto Ruby XMLRPC Server Denial of Service Vulnerability
| Bugtraq ID: | 17645 |
| Class: | Design Error |
| CVE: |
CVE-2006-1931 |
| Remote: | Yes |
| Local: | No |
| Published: | Apr 21 2006 12:00AM |
| Updated: | Dec 14 2006 06:18PM |
| Credit: | This issue was reported to the vendor by Tanaka Akira <akr m17n.org>. |
| Vulnerable: |
Yukihiro Matsumoto Ruby 1.8.2 Yukihiro Matsumoto Ruby 1.8.1 Yukihiro Matsumoto Ruby 1.8 Yukihiro Matsumoto Ruby 1.6.8 Yukihiro Matsumoto Ruby 1.6.7 Yukihiro Matsumoto Ruby 1.6 Ubuntu Ubuntu Linux 5.10 powerpc Ubuntu Ubuntu Linux 5.10 i386 Ubuntu Ubuntu Linux 5.10 amd64 Ubuntu Ubuntu Linux 5.0 4 powerpc Ubuntu Ubuntu Linux 5.0 4 i386 Ubuntu Ubuntu Linux 5.0 4 amd64 Ubuntu Ubuntu Linux 4.1 ppc Ubuntu Ubuntu Linux 4.1 ia64 Ubuntu Ubuntu Linux 4.1 ia32 SuSE SUSE Linux Enterprise Server 8 SuSE Linux Enterprise Server 9 S.u.S.E. UnitedLinux 1.0 S.u.S.E. SuSE Linux School Server for i386 S.u.S.E. SUSE LINUX Retail Solution 8.0 S.u.S.E. SuSE Linux Openexchange Server 4.0 S.u.S.E. Open-Enterprise-Server 9.0 S.u.S.E. Novell Linux Desktop 9.0 S.u.S.E. Linux Professional 10.0 OSS S.u.S.E. Linux Professional 9.3 x86_64 S.u.S.E. Linux Professional 9.3 S.u.S.E. Linux Professional 9.2 x86_64 S.u.S.E. Linux Professional 9.2 S.u.S.E. Linux Professional 9.1 x86_64 S.u.S.E. Linux Professional 9.1 S.u.S.E. Linux Professional 9.0 x86_64 S.u.S.E. Linux Professional 9.0 S.u.S.E. Linux Professional 10.1 S.u.S.E. Linux Personal 10.0 OSS S.u.S.E. Linux Personal 9.3 x86_64 S.u.S.E. Linux Personal 9.3 S.u.S.E. Linux Personal 9.2 x86_64 S.u.S.E. Linux Personal 9.2 S.u.S.E. Linux Personal 9.1 x86_64 S.u.S.E. Linux Personal 9.1 S.u.S.E. Linux Personal 9.0 x86_64 S.u.S.E. Linux Personal 9.0 S.u.S.E. Linux Personal 10.1 Redhat Fedora Core4 Redhat Fedora Core3 Redhat Fedora Core2 Redhat Fedora Core1 Redhat Enterprise Linux WS 4 Redhat Enterprise Linux ES 4 Redhat Enterprise Linux AS 4 Redhat Enterprise Linux Desktop version 4 Redhat Desktop 4.0 Mandriva Linux Mandrake 2006.0 x86_64 Mandriva Linux Mandrake 2006.0 Mandriva Linux Mandrake 10.2 x86_64 Mandriva Linux Mandrake 10.2 MandrakeSoft Corporate Server 3.0 x86_64 MandrakeSoft Corporate Server 3.0 Gentoo Linux Debian Linux 3.1 sparc Debian Linux 3.1 s/390 Debian Linux 3.1 ppc Debian Linux 3.1 mipsel Debian Linux 3.1 mips Debian Linux 3.1 m68k Debian Linux 3.1 ia-64 Debian Linux 3.1 ia-32 Debian Linux 3.1 hppa Debian Linux 3.1 arm Debian Linux 3.1 amd64 Debian Linux 3.1 alpha Debian Linux 3.1 |
| Not Vulnerable: |
Yukihiro Matsumoto Ruby 1.8.3 |
Discussion
Yukihiro Matsumoto Ruby XMLRPC Server Denial of Service Vulnerability
Ruby is affected by a denial-of-service vulnerability in the WEBrick HTTP server. This issue is due to the use of blocking network operations. Ruby's implementation of XML/RPC is also affected, since it uses the vulnerable WEBrick server.
This issue allows remote attackers to cause affected webservers to fail to respond to further legitimate requests.
Ruby versions prior to 1.8.3 are affected by this issue.
Ruby is affected by a denial-of-service vulnerability in the WEBrick HTTP server. This issue is due to the use of blocking network operations. Ruby's implementation of XML/RPC is also affected, since it uses the vulnerable WEBrick server.
This issue allows remote attackers to cause affected webservers to fail to respond to further legitimate requests.
Ruby versions prior to 1.8.3 are affected by this issue.
Exploit / POC
Yukihiro Matsumoto Ruby XMLRPC Server Denial of Service Vulnerability
Attackers exploit this issue with standard network utilities.
The following Ruby command will issue a request sufficient to trigger this issue:
ruby -rsocket -e 'TCPSocket.open("www.example.com", 10080) {|s|
s.print "GET /z HTTP/1.0\r\n\r\n"
sleep
}'
This is demonstrated to work with the Ruby demonstration 'httpd.rb' file. By placing a 100k file in the document root of the demonstration server called 'z', and then executing this Ruby command, further requests will be denied.
Attackers exploit this issue with standard network utilities.
The following Ruby command will issue a request sufficient to trigger this issue:
ruby -rsocket -e 'TCPSocket.open("www.example.com", 10080) {|s|
s.print "GET /z HTTP/1.0\r\n\r\n"
sleep
}'
This is demonstrated to work with the Ruby demonstration 'httpd.rb' file. By placing a 100k file in the document root of the demonstration server called 'z', and then executing this Ruby command, further requests will be denied.
Solution / Fix
Yukihiro Matsumoto Ruby XMLRPC Server Denial of Service Vulnerability
Solution:
Ruby version 1.8.3 is available to address this issue. Patches for version 1.8.2 are also available.
Please see the references for more information and vendor advisories.
Yukihiro Matsumoto Ruby 1.6
Yukihiro Matsumoto Ruby 1.6.7
Yukihiro Matsumoto Ruby 1.6.8
Yukihiro Matsumoto Ruby 1.8
Yukihiro Matsumoto Ruby 1.8.1
Yukihiro Matsumoto Ruby 1.8.2
Solution:
Ruby version 1.8.3 is available to address this issue. Patches for version 1.8.2 are also available.
Please see the references for more information and vendor advisories.
Yukihiro Matsumoto Ruby 1.6
-
Yukihiro Matsumoto ruby-1.8.3.tar.gz
ftp://ftp.ruby-lang.org/pub/ruby/ruby-1.8.3.tar.gz
Yukihiro Matsumoto Ruby 1.6.7
-
Yukihiro Matsumoto ruby-1.8.3.tar.gz
ftp://ftp.ruby-lang.org/pub/ruby/ruby-1.8.3.tar.gz
Yukihiro Matsumoto Ruby 1.6.8
-
Yukihiro Matsumoto ruby-1.8.3.tar.gz
ftp://ftp.ruby-lang.org/pub/ruby/ruby-1.8.3.tar.gz
Yukihiro Matsumoto Ruby 1.8
-
Ubuntu irb1.8_1.8.1+1.8.2pre2-3ubuntu0.4_all.deb
Ubuntu 4.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/irb1.8_1.8.1 +1.8.2pre2-3ubuntu0.4_all.deb -
Ubuntu irb1.8_1.8.1+1.8.2pre4-1ubuntu0.3_all.deb
Ubuntu 5.04:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/irb1.8_1.8.1 +1.8.2pre4-1ubuntu0.3_all.deb -
Ubuntu irb1.8_1.8.2-9ubuntu1.1_all.deb
Ubuntu 5.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/irb1.8_1.8.2 -9ubuntu1.1_all.deb -
Ubuntu libbigdecimal-ruby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_amd64.deb
Ubuntu 4.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libbigdecima l-ruby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_amd64.deb -
Ubuntu libbigdecimal-ruby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_i386.deb
Ubuntu 4.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libbigdecima l-ruby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_i386.deb -
Ubuntu libbigdecimal-ruby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_powerpc.deb
Ubuntu 4.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libbigdecima l-ruby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_powerpc.deb -
Ubuntu libbigdecimal-ruby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_amd64.deb
Ubuntu 5.04:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libbigdecima l-ruby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_amd64.deb -
Ubuntu libbigdecimal-ruby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_i386.deb
Ubuntu 5.04:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libbigdecima l-ruby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_i386.deb -
Ubuntu libbigdecimal-ruby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_powerpc.deb
Ubuntu 5.04:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libbigdecima l-ruby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_powerpc.deb -
Ubuntu libcurses-ruby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_amd64.deb
Ubuntu 4.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libcurses-ru by1.8_1.8.1+1.8.2pre2-3ubuntu0.4_amd64.deb -
Ubuntu libcurses-ruby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_i386.deb
Ubuntu 4.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libcurses-ru by1.8_1.8.1+1.8.2pre2-3ubuntu0.4_i386.deb -
Ubuntu libcurses-ruby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_powerpc.deb
Ubuntu 4.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libcurses-ru by1.8_1.8.1+1.8.2pre2-3ubuntu0.4_powerpc.deb -
Ubuntu libcurses-ruby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_amd64.deb
Ubuntu 5.04:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libcurses-ru by1.8_1.8.1+1.8.2pre4-1ubuntu0.3_amd64.deb -
Ubuntu libcurses-ruby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_i386.deb
Ubuntu 5.04:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libcurses-ru by1.8_1.8.1+1.8.2pre4-1ubuntu0.3_i386.deb -
Ubuntu libcurses-ruby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_powerpc.deb
Ubuntu 5.04:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libcurses-ru by1.8_1.8.1+1.8.2pre4-1ubuntu0.3_powerpc.deb -
Ubuntu libdbm-ruby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_i386.deb
Ubuntu 4.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libdbm-ruby1 .8_1.8.1+1.8.2pre2-3ubuntu0.4_i386.deb -
Ubuntu libdbm-ruby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_powerpc.deb
Ubuntu 4.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libdbm-ruby1 .8_1.8.1+1.8.2pre2-3ubuntu0.4_powerpc.deb -
Ubuntu libdbm-ruby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_amd64.deb
Ubuntu 5.04:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libdbm-ruby1 .8_1.8.1+1.8.2pre4-1ubuntu0.3_amd64.deb -
Ubuntu libdbm-ruby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_i386.deb
Ubuntu 5.04:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libdbm-ruby1 .8_1.8.1+1.8.2pre4-1ubuntu0.3_i386.deb -
Ubuntu libdbm-ruby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_powerpc.deb
Ubuntu 5.04:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libdbm-ruby1 .8_1.8.1+1.8.2pre4-1ubuntu0.3_powerpc.deb -
Ubuntu libdbm-ruby1.8_1.8.2-9ubuntu1.1_amd64.deb
Ubuntu 5.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libdbm-ruby1 .8_1.8.2-9ubuntu1.1_amd64.deb -
Ubuntu libdbm-ruby1.8_1.8.2-9ubuntu1.1_i386.deb
Ubuntu 5.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libdbm-ruby1 .8_1.8.2-9ubuntu1.1_i386.deb -
Ubuntu libdbm-ruby1.8_1.8.2-9ubuntu1.1_powerpc.deb
Ubuntu 5.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libdbm-ruby1 .8_1.8.2-9ubuntu1.1_powerpc.deb -
Ubuntu libdl-ruby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_amd64.deb
Ubuntu 4.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libdl-ruby1. 8_1.8.1+1.8.2pre2-3ubuntu0.4_amd64.deb -
Ubuntu libdl-ruby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_i386.deb
Ubuntu 4.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libdl-ruby1. 8_1.8.1+1.8.2pre2-3ubuntu0.4_i386.deb -
Ubuntu libdl-ruby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_powerpc.deb
Ubuntu 4.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libdl-ruby1. 8_1.8.1+1.8.2pre2-3ubuntu0.4_powerpc.deb -
Ubuntu libdl-ruby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_amd64.deb
Ubuntu 5.04:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libdl-ruby1. 8_1.8.1+1.8.2pre4-1ubuntu0.3_amd64.deb -
Ubuntu libdl-ruby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_i386.deb
Ubuntu 5.04:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libdl-ruby1. 8_1.8.1+1.8.2pre4-1ubuntu0.3_i386.deb -
Ubuntu libdl-ruby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_powerpc.deb
Ubuntu 5.04:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libdl-ruby1. 8_1.8.1+1.8.2pre4-1ubuntu0.3_powerpc.deb -
Ubuntu libdrb-ruby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_all.deb
Ubuntu 4.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libdrb-ruby1 .8_1.8.1+1.8.2pre2-3ubuntu0.4_all.deb -
Ubuntu libdrb-ruby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_all.deb
Ubuntu 5.04:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libdrb-ruby1 .8_1.8.1+1.8.2pre4-1ubuntu0.3_all.deb -
Ubuntu liberb-ruby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_all.deb
Ubuntu 4.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/liberb-ruby1 .8_1.8.1+1.8.2pre2-3ubuntu0.4_all.deb -
Ubuntu liberb-ruby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_all.deb
Ubuntu 5.04:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/liberb-ruby1 .8_1.8.1+1.8.2pre4-1ubuntu0.3_all.deb -
Ubuntu libgdbm-ruby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_amd64.deb
Ubuntu 4.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libgdbm-ruby 1.8_1.8.1+1.8.2pre2-3ubuntu0.4_amd64.deb -
Ubuntu libgdbm-ruby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_i386.deb
Ubuntu 4.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libgdbm-ruby 1.8_1.8.1+1.8.2pre2-3ubuntu0.4_i386.deb -
Ubuntu libgdbm-ruby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_powerpc.deb
Ubuntu 4.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libgdbm-ruby 1.8_1.8.1+1.8.2pre2-3ubuntu0.4_powerpc.deb -
Ubuntu libgdbm-ruby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_amd64.deb
Ubuntu 5.04:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libgdbm-ruby 1.8_1.8.1+1.8.2pre4-1ubuntu0.3_amd64.deb -
Ubuntu libgdbm-ruby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_i386.deb
Ubuntu 5.04:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libgdbm-ruby 1.8_1.8.1+1.8.2pre4-1ubuntu0.3_i386.deb -
Ubuntu libgdbm-ruby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_powerpc.deb
Ubuntu 5.04:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libgdbm-ruby 1.8_1.8.1+1.8.2pre4-1ubuntu0.3_powerpc.deb -
Ubuntu libgdbm-ruby1.8_1.8.2-9ubuntu1.1_amd64.deb
Ubuntu 5.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libgdbm-ruby 1.8_1.8.2-9ubuntu1.1_amd64.deb -
Ubuntu libgdbm-ruby1.8_1.8.2-9ubuntu1.1_i386.deb
Ubuntu 5.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libgdbm-ruby 1.8_1.8.2-9ubuntu1.1_i386.deb -
Ubuntu libgdbm-ruby1.8_1.8.2-9ubuntu1.1_powerpc.deb
Ubuntu 5.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libgdbm-ruby 1.8_1.8.2-9ubuntu1.1_powerpc.deb -
Ubuntu libiconv-ruby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_amd64.deb
Ubuntu 4.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libiconv-rub y1.8_1.8.1+1.8.2pre2-3ubuntu0.4_amd64.deb -
Ubuntu libiconv-ruby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_i386.deb
Ubuntu 4.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libiconv-rub y1.8_1.8.1+1.8.2pre2-3ubuntu0.4_i386.deb -
Ubuntu libiconv-ruby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_powerpc.deb
Ubuntu 4.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libiconv-rub y1.8_1.8.1+1.8.2pre2-3ubuntu0.4_powerpc.deb -
Ubuntu libiconv-ruby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_amd64.deb
Ubuntu 5.04:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libiconv-rub y1.8_1.8.1+1.8.2pre4-1ubuntu0.3_amd64.deb -
Ubuntu libiconv-ruby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_i386.deb
Ubuntu 5.04:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libiconv-rub y1.8_1.8.1+1.8.2pre4-1ubuntu0.3_i386.deb -
Ubuntu libiconv-ruby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_powerpc.deb
Ubuntu 5.04:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libiconv-rub y1.8_1.8.1+1.8.2pre4-1ubuntu0.3_powerpc.deb -
Ubuntu libopenssl-ruby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_amd64.deb
Ubuntu 4.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libopenssl-r uby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_amd64.deb -
Ubuntu libopenssl-ruby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_i386.deb
Ubuntu 4.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libopenssl-r uby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_i386.deb -
Ubuntu libopenssl-ruby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_powerpc.deb
Ubuntu 4.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libopenssl-r uby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_powerpc.deb -
Ubuntu libopenssl-ruby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_amd64.deb
Ubuntu 5.04:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libopenssl-r uby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_amd64.deb -
Ubuntu libopenssl-ruby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_i386.deb
Ubuntu 5.04:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libopenssl-r uby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_i386.deb -
Ubuntu libopenssl-ruby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_powerpc.deb
Ubuntu 5.04:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libopenssl-r uby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_powerpc.deb -
Ubuntu libopenssl-ruby1.8_1.8.2-9ubuntu1.1_amd64.deb
Ubuntu 5.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libopenssl-r uby1.8_1.8.2-9ubuntu1.1_amd64.deb -
Ubuntu libopenssl-ruby1.8_1.8.2-9ubuntu1.1_i386.deb
Ubuntu 5.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libopenssl-r uby1.8_1.8.2-9ubuntu1.1_i386.deb -
Ubuntu libopenssl-ruby1.8_1.8.2-9ubuntu1.1_powerpc.deb
Ubuntu 5.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libopenssl-r uby1.8_1.8.2-9ubuntu1.1_powerpc.deb -
Ubuntu libpty-ruby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_amd64.deb
Ubuntu 4.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libpty-ruby1 .8_1.8.1+1.8.2pre2-3ubuntu0.4_amd64.deb -
Ubuntu libpty-ruby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_i386.deb
Ubuntu 4.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libpty-ruby1 .8_1.8.1+1.8.2pre2-3ubuntu0.4_i386.deb -
Ubuntu libpty-ruby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_powerpc.deb
Ubuntu 4.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libpty-ruby1 .8_1.8.1+1.8.2pre2-3ubuntu0.4_powerpc.deb -
Ubuntu libpty-ruby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_amd64.deb
Ubuntu 5.04:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libpty-ruby1 .8_1.8.1+1.8.2pre4-1ubuntu0.3_amd64.deb -
Ubuntu libpty-ruby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_i386.deb
Ubuntu 5.04:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libpty-ruby1 .8_1.8.1+1.8.2pre4-1ubuntu0.3_i386.deb -
Ubuntu libpty-ruby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_powerpc.deb
Ubuntu 5.04:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libpty-ruby1 .8_1.8.1+1.8.2pre4-1ubuntu0.3_powerpc.deb -
Ubuntu libracc-runtime-ruby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_amd64.deb
Ubuntu 4.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libracc-runt ime-ruby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_amd64.deb -
Ubuntu libracc-runtime-ruby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_i386.deb
Ubuntu 4.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libracc-runt ime-ruby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_i386.deb -
Ubuntu libracc-runtime-ruby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_powerpc.deb
Ubuntu 4.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libracc-runt ime-ruby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_powerpc.deb -
Ubuntu libracc-runtime-ruby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_amd64.deb
Ubuntu 5.04:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libracc-runt ime-ruby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_amd64.deb -
Ubuntu libracc-runtime-ruby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_i386.deb
Ubuntu 5.04:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libracc-runt ime-ruby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_i386.deb -
Ubuntu libracc-runtime-ruby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_powerpc.deb
Ubuntu 5.04:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libracc-runt ime-ruby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_powerpc.deb -
Ubuntu libreadline-ruby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_amd64.deb
Ubuntu 4.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libreadline- ruby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_amd64.deb -
Ubuntu libreadline-ruby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_i386.deb
Ubuntu 4.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libreadline- ruby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_i386.deb -
Ubuntu libreadline-ruby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_powerpc.deb
Ubuntu 4.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libreadline- ruby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_powerpc.deb -
Ubuntu libreadline-ruby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_amd64.deb
Ubuntu 5.04:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libreadline- ruby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_amd64.deb -
Ubuntu libreadline-ruby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_i386.deb
Ubuntu 5.04:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libreadline- ruby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_i386.deb -
Ubuntu libreadline-ruby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_powerpc.deb
Ubuntu 5.04:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libreadline- ruby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_powerpc.deb -
Ubuntu libreadline-ruby1.8_1.8.2-9ubuntu1.1_amd64.deb
Ubuntu 5.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libreadline- ruby1.8_1.8.2-9ubuntu1.1_amd64.deb -
Ubuntu libreadline-ruby1.8_1.8.2-9ubuntu1.1_i386.deb
Ubuntu 5.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libreadline- ruby1.8_1.8.2-9ubuntu1.1_i386.deb -
Ubuntu libreadline-ruby1.8_1.8.2-9ubuntu1.1_powerpc.deb
Ubuntu 5.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libreadline- ruby1.8_1.8.2-9ubuntu1.1_powerpc.deb -
Ubuntu librexml-ruby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_all.deb
Ubuntu 4.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/librexml-rub y1.8_1.8.1+1.8.2pre2-3ubuntu0.4_all.deb -
Ubuntu librexml-ruby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_all.deb
Ubuntu 5.04:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/librexml-rub y1.8_1.8.1+1.8.2pre4-1ubuntu0.3_all.deb -
Ubuntu libruby1.8-dbg_1.8.1+1.8.2pre2-3ubuntu0.4_amd64.deb
Ubuntu 4.10:
http://security.ubuntu.com/ubuntu/pool/main/r/ruby1.8/libruby1.8-dbg_1 .8.1+1.8.2pre2-3ubuntu0.4_amd64.deb -
Ubuntu libruby1.8-dbg_1.8.1+1.8.2pre2-3ubuntu0.4_i386.deb
Ubuntu 4.10:
http://security.ubuntu.com/ubuntu/pool/main/r/ruby1.8/libruby1.8-dbg_1 .8.1+1.8.2pre2-3ubuntu0.4_i386.deb -
Ubuntu libruby1.8-dbg_1.8.1+1.8.2pre2-3ubuntu0.4_powerpc.deb
Ubuntu 4.10:
http://security.ubuntu.com/ubuntu/pool/main/r/ruby1.8/libruby1.8-dbg_1 .8.1+1.8.2pre2-3ubuntu0.4_powerpc.deb -
Ubuntu libruby1.8-dbg_1.8.1+1.8.2pre4-1ubuntu0.3_amd64.deb
Ubuntu 5.04:
http://security.ubuntu.com/ubuntu/pool/main/r/ruby1.8/libruby1.8-dbg_1 .8.1+1.8.2pre4-1ubuntu0.3_amd64.deb -
Ubuntu libruby1.8-dbg_1.8.1+1.8.2pre4-1ubuntu0.3_i386.deb
Ubuntu 5.04:
http://security.ubuntu.com/ubuntu/pool/main/r/ruby1.8/libruby1.8-dbg_1 .8.1+1.8.2pre4-1ubuntu0.3_i386.deb -
Ubuntu libruby1.8-dbg_1.8.1+1.8.2pre4-1ubuntu0.3_powerpc.deb
Ubuntu 5.04:
http://security.ubuntu.com/ubuntu/pool/main/r/ruby1.8/libruby1.8-dbg_1 .8.1+1.8.2pre4-1ubuntu0.3_powerpc.deb -
Ubuntu libruby1.8-dbg_1.8.2-9ubuntu1.1_amd64.deb
Ubuntu 5.10:
http://security.ubuntu.com/ubuntu/pool/main/r/ruby1.8/libruby1.8-dbg_1 .8.2-9ubuntu1.1_amd64.deb -
Ubuntu libruby1.8-dbg_1.8.2-9ubuntu1.1_i386.deb
Ubuntu 5.10:
http://security.ubuntu.com/ubuntu/pool/main/r/ruby1.8/libruby1.8-dbg_1 .8.2-9ubuntu1.1_i386.deb -
Ubuntu libruby1.8-dbg_1.8.2-9ubuntu1.1_powerpc.deb
Ubuntu 5.10:
http://security.ubuntu.com/ubuntu/pool/main/r/ruby1.8/libruby1.8-dbg_1 .8.2-9ubuntu1.1_powerpc.deb -
Ubuntu libruby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_amd64.deb
Ubuntu 4.10:
http://security.ubuntu.com/ubuntu/pool/main/r/ruby1.8/libruby1.8_1.8.1 +1.8.2pre2-3ubuntu0.4_amd64.deb -
Ubuntu libruby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_i386.deb
Ubuntu 4.10:
http://security.ubuntu.com/ubuntu/pool/main/r/ruby1.8/libruby1.8_1.8.1 +1.8.2pre2-3ubuntu0.4_i386.deb -
Ubuntu libruby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_powerpc.deb
Ubuntu 4.10:
http://security.ubuntu.com/ubuntu/pool/main/r/ruby1.8/libruby1.8_1.8.1 +1.8.2pre2-3ubuntu0.4_powerpc.deb -
Ubuntu libruby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_amd64.deb
Ubuntu 5.04:
http://security.ubuntu.com/ubuntu/pool/main/r/ruby1.8/libruby1.8_1.8.1 +1.8.2pre4-1ubuntu0.3_amd64.deb -
Ubuntu libruby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_i386.deb
Ubuntu 5.04:
http://security.ubuntu.com/ubuntu/pool/main/r/ruby1.8/libruby1.8_1.8.1 +1.8.2pre4-1ubuntu0.3_i386.deb -
Ubuntu libruby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_powerpc.deb
Ubuntu 5.04:
http://security.ubuntu.com/ubuntu/pool/main/r/ruby1.8/libruby1.8_1.8.1 +1.8.2pre4-1ubuntu0.3_powerpc.deb -
Ubuntu libruby1.8_1.8.2-9ubuntu1.1_amd64.deb
Ubuntu 5.10:
http://security.ubuntu.com/ubuntu/pool/main/r/ruby1.8/libruby1.8_1.8.2 -9ubuntu1.1_amd64.deb -
Ubuntu libruby1.8_1.8.2-9ubuntu1.1_i386.deb
Ubuntu 5.10:
http://security.ubuntu.com/ubuntu/pool/main/r/ruby1.8/libruby1.8_1.8.2 -9ubuntu1.1_i386.deb -
Ubuntu libruby1.8_1.8.2-9ubuntu1.1_powerpc.deb
Ubuntu 5.10:
http://security.ubuntu.com/ubuntu/pool/main/r/ruby1.8/libruby1.8_1.8.2 -9ubuntu1.1_powerpc.deb -
Ubuntu libsdbm-ruby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_amd64.deb
Ubuntu 4.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libsdbm-ruby 1.8_1.8.1+1.8.2pre2-3ubuntu0.4_amd64.deb -
Ubuntu libsdbm-ruby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_i386.deb
Ubuntu 4.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libsdbm-ruby 1.8_1.8.1+1.8.2pre2-3ubuntu0.4_i386.deb -
Ubuntu libsdbm-ruby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_powerpc.deb
Ubuntu 4.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libsdbm-ruby 1.8_1.8.1+1.8.2pre2-3ubuntu0.4_powerpc.deb -
Ubuntu libsdbm-ruby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_amd64.deb
Ubuntu 5.04:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libsdbm-ruby 1.8_1.8.1+1.8.2pre4-1ubuntu0.3_amd64.deb -
Ubuntu libsdbm-ruby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_i386.deb
Ubuntu 5.04:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libsdbm-ruby 1.8_1.8.1+1.8.2pre4-1ubuntu0.3_i386.deb -
Ubuntu libsdbm-ruby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_powerpc.deb
Ubuntu 5.04:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libsdbm-ruby 1.8_1.8.1+1.8.2pre4-1ubuntu0.3_powerpc.deb -
Ubuntu libsoap-ruby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_all.deb
Ubuntu 4.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libsoap-ruby 1.8_1.8.1+1.8.2pre2-3ubuntu0.4_all.deb -
Ubuntu libsoap-ruby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_all.deb
Ubuntu 5.04:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libsoap-ruby 1.8_1.8.1+1.8.2pre4-1ubuntu0.3_all.deb -
Ubuntu libstrscan-ruby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_amd64.deb
Ubuntu 4.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libstrscan-r uby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_amd64.deb -
Ubuntu libstrscan-ruby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_i386.deb
Ubuntu 4.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libstrscan-r uby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_i386.deb -
Ubuntu libstrscan-ruby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_powerpc.deb
Ubuntu 4.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libstrscan-r uby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_powerpc.deb -
Ubuntu libstrscan-ruby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_amd64.deb
Ubuntu 5.04:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libstrscan-r uby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_amd64.deb -
Ubuntu libstrscan-ruby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_i386.deb
Ubuntu 5.04:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libstrscan-r uby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_i386.deb -
Ubuntu libstrscan-ruby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_powerpc.deb
Ubuntu 5.04:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libstrscan-r uby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_powerpc.deb -
Ubuntu libsyslog-ruby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_amd64.deb
Ubuntu 4.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libsyslog-ru by1.8_1.8.1+1.8.2pre2-3ubuntu0.4_amd64.deb -
Ubuntu libsyslog-ruby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_i386.deb
Ubuntu 4.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libsyslog-ru by1.8_1.8.1+1.8.2pre2-3ubuntu0.4_i386.deb -
Ubuntu libsyslog-ruby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_powerpc.deb
Ubuntu 4.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libsyslog-ru by1.8_1.8.1+1.8.2pre2-3ubuntu0.4_powerpc.deb -
Ubuntu libsyslog-ruby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_amd64.deb
Ubuntu 5.04:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libsyslog-ru by1.8_1.8.1+1.8.2pre4-1ubuntu0.3_amd64.deb -
Ubuntu libsyslog-ruby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_i386.deb
Ubuntu 5.04:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libsyslog-ru by1.8_1.8.1+1.8.2pre4-1ubuntu0.3_i386.deb -
Ubuntu libsyslog-ruby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_powerpc.deb
Ubuntu 5.04:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libsyslog-ru by1.8_1.8.1+1.8.2pre4-1ubuntu0.3_powerpc.deb -
Ubuntu libtcltk-ruby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_amd64.deb
Ubuntu 4.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libtcltk-rub y1.8_1.8.1+1.8.2pre2-3ubuntu0.4_amd64.deb -
Ubuntu libtcltk-ruby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_i386.deb
Ubuntu 4.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libtcltk-rub y1.8_1.8.1+1.8.2pre2-3ubuntu0.4_i386.deb -
Ubuntu libtcltk-ruby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_powerpc.deb
Ubuntu 4.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libtcltk-rub y1.8_1.8.1+1.8.2pre2-3ubuntu0.4_powerpc.deb -
Ubuntu libtcltk-ruby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_amd64.deb
Ubuntu 5.04:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libtcltk-rub y1.8_1.8.1+1.8.2pre4-1ubuntu0.3_amd64.deb -
Ubuntu libtcltk-ruby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_i386.deb
Ubuntu 5.04:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libtcltk-rub y1.8_1.8.1+1.8.2pre4-1ubuntu0.3_i386.deb -
Ubuntu libtcltk-ruby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_powerpc.deb
Ubuntu 5.04:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libtcltk-rub y1.8_1.8.1+1.8.2pre4-1ubuntu0.3_powerpc.deb -
Ubuntu libtcltk-ruby1.8_1.8.2-9ubuntu1.1_amd64.deb
Ubuntu 5.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libtcltk-rub y1.8_1.8.2-9ubuntu1.1_amd64.deb -
Ubuntu libtcltk-ruby1.8_1.8.2-9ubuntu1.1_i386.deb
Ubuntu 5.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libtcltk-rub y1.8_1.8.2-9ubuntu1.1_i386.deb -
Ubuntu libtcltk-ruby1.8_1.8.2-9ubuntu1.1_powerpc.deb
Ubuntu 5.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libtcltk-rub y1.8_1.8.2-9ubuntu1.1_powerpc.deb -
Ubuntu libtest-unit-ruby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_all.deb
Ubuntu 4.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libtest-unit -ruby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_all.deb -
Ubuntu libtest-unit-ruby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_all.deb
Ubuntu 5.04:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libtest-unit -ruby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_all.deb -
Ubuntu libtk-ruby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_amd64.deb
Ubuntu 4.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libtk-ruby1. 8_1.8.1+1.8.2pre2-3ubuntu0.4_amd64.deb -
Ubuntu libtk-ruby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_i386.deb
Ubuntu 4.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libtk-ruby1. 8_1.8.1+1.8.2pre2-3ubuntu0.4_i386.deb -
Ubuntu libtk-ruby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_powerpc.deb
Ubuntu 4.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libtk-ruby1. 8_1.8.1+1.8.2pre2-3ubuntu0.4_powerpc.deb -
Ubuntu libtk-ruby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_amd64.deb
Ubuntu 5.04:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libtk-ruby1. 8_1.8.1+1.8.2pre4-1ubuntu0.3_amd64.deb -
Ubuntu libtk-ruby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_i386.deb
Ubuntu 5.04:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libtk-ruby1. 8_1.8.1+1.8.2pre4-1ubuntu0.3_i386.deb -
Ubuntu libtk-ruby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_powerpc.deb
Ubuntu 5.04:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libtk-ruby1. 8_1.8.1+1.8.2pre4-1ubuntu0.3_powerpc.deb -
Ubuntu libwebrick-ruby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_all.deb
Ubuntu 4.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libwebrick-r uby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_all.deb -
Ubuntu libwebrick-ruby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_all.deb
Ubuntu 5.04:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libwebrick-r uby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_all.deb -
Ubuntu libxmlrpc-ruby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_all.deb
Ubuntu 4.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libxmlrpc-ru by1.8_1.8.1+1.8.2pre2-3ubuntu0.4_all.deb -
Ubuntu libxmlrpc-ruby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_all.deb
Ubuntu 5.04:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libxmlrpc-ru by1.8_1.8.1+1.8.2pre4-1ubuntu0.3_all.deb -
Ubuntu libyaml-ruby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_amd64.deb
Ubuntu 4.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libyaml-ruby 1.8_1.8.1+1.8.2pre2-3ubuntu0.4_amd64.deb -
Ubuntu libyaml-ruby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_i386.deb
Ubuntu 4.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libyaml-ruby 1.8_1.8.1+1.8.2pre2-3ubuntu0.4_i386.deb -
Ubuntu libyaml-ruby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_powerpc.deb
Ubuntu 4.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libyaml-ruby 1.8_1.8.1+1.8.2pre2-3ubuntu0.4_powerpc.deb -
Ubuntu libyaml-ruby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_amd64.deb
Ubuntu 5.04:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libyaml-ruby 1.8_1.8.1+1.8.2pre4-1ubuntu0.3_amd64.deb -
Ubuntu libyaml-ruby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_i386.deb
Ubuntu 5.04:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libyaml-ruby 1.8_1.8.1+1.8.2pre4-1ubuntu0.3_i386.deb -
Ubuntu libyaml-ruby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_powerpc.deb
Ubuntu 5.04:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libyaml-ruby 1.8_1.8.1+1.8.2pre4-1ubuntu0.3_powerpc.deb -
Ubuntu libzlib-ruby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_amd64.deb
Ubuntu 4.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libzlib-ruby 1.8_1.8.1+1.8.2pre2-3ubuntu0.4_amd64.deb -
Ubuntu libzlib-ruby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_i386.deb
Ubuntu 4.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libzlib-ruby 1.8_1.8.1+1.8.2pre2-3ubuntu0.4_i386.deb -
Ubuntu libzlib-ruby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_powerpc.deb
Ubuntu 4.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libzlib-ruby 1.8_1.8.1+1.8.2pre2-3ubuntu0.4_powerpc.deb -
Ubuntu libzlib-ruby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_amd64.deb
Ubuntu 5.04:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libzlib-ruby 1.8_1.8.1+1.8.2pre4-1ubuntu0.3_amd64.deb -
Ubuntu libzlib-ruby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_i386.deb
Ubuntu 5.04:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libzlib-ruby 1.8_1.8.1+1.8.2pre4-1ubuntu0.3_i386.deb -
Ubuntu libzlib-ruby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_powerpc.deb
Ubuntu 5.04:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/libzlib-ruby 1.8_1.8.1+1.8.2pre4-1ubuntu0.3_powerpc.deb -
Ubuntu rdoc1.8_1.8.1+1.8.2pre2-3ubuntu0.4_all.deb
Ubuntu 4.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/rdoc1.8_1.8. 1+1.8.2pre2-3ubuntu0.4_all.deb -
Ubuntu rdoc1.8_1.8.1+1.8.2pre4-1ubuntu0.3_all.deb
Ubuntu 5.04:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/rdoc1.8_1.8. 1+1.8.2pre4-1ubuntu0.3_all.deb -
Ubuntu rdoc1.8_1.8.2-9ubuntu1.1_all.deb
Ubuntu 5.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/rdoc1.8_1.8. 2-9ubuntu1.1_all.deb -
Ubuntu ri1.8_1.8.1+1.8.2pre2-3ubuntu0.4_all.deb
Ubuntu 4.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/ri1.8_1.8.1+ 1.8.2pre2-3ubuntu0.4_all.deb -
Ubuntu ri1.8_1.8.1+1.8.2pre4-1ubuntu0.3_all.deb
Ubuntu 5.04:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/ri1.8_1.8.1+ 1.8.2pre4-1ubuntu0.3_all.deb -
Ubuntu ri1.8_1.8.2-9ubuntu1.1_all.deb
Ubuntu 5.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/ri1.8_1.8.2- 9ubuntu1.1_all.deb -
Ubuntu ruby1.8-dev_1.8.1+1.8.2pre2-3ubuntu0.4_amd64.deb
Ubuntu 4.10:
http://security.ubuntu.com/ubuntu/pool/main/r/ruby1.8/ruby1.8-dev_1.8. 1+1.8.2pre2-3ubuntu0.4_amd64.deb -
Ubuntu ruby1.8-dev_1.8.1+1.8.2pre2-3ubuntu0.4_i386.deb
Ubuntu 4.10:
http://security.ubuntu.com/ubuntu/pool/main/r/ruby1.8/ruby1.8-dev_1.8. 1+1.8.2pre2-3ubuntu0.4_i386.deb -
Ubuntu ruby1.8-dev_1.8.1+1.8.2pre2-3ubuntu0.4_powerpc.deb
Ubuntu 4.10:
http://security.ubuntu.com/ubuntu/pool/main/r/ruby1.8/ruby1.8-dev_1.8. 1+1.8.2pre2-3ubuntu0.4_powerpc.deb -
Ubuntu ruby1.8-dev_1.8.1+1.8.2pre4-1ubuntu0.3_amd64.deb
Ubuntu 5.04:
http://security.ubuntu.com/ubuntu/pool/main/r/ruby1.8/ruby1.8-dev_1.8. 1+1.8.2pre4-1ubuntu0.3_amd64.deb -
Ubuntu ruby1.8-dev_1.8.1+1.8.2pre4-1ubuntu0.3_i386.deb
Ubuntu 5.04:
http://security.ubuntu.com/ubuntu/pool/main/r/ruby1.8/ruby1.8-dev_1.8. 1+1.8.2pre4-1ubuntu0.3_i386.deb -
Ubuntu ruby1.8-dev_1.8.1+1.8.2pre4-1ubuntu0.3_powerpc.deb
Ubuntu 5.04:
http://security.ubuntu.com/ubuntu/pool/main/r/ruby1.8/ruby1.8-dev_1.8. 1+1.8.2pre4-1ubuntu0.3_powerpc.deb -
Ubuntu ruby1.8-dev_1.8.2-9ubuntu1.1_amd64.deb
Ubuntu 5.10:
http://security.ubuntu.com/ubuntu/pool/main/r/ruby1.8/ruby1.8-dev_1.8. 2-9ubuntu1.1_amd64.deb -
Ubuntu ruby1.8-dev_1.8.2-9ubuntu1.1_i386.deb
Ubuntu 5.10:
http://security.ubuntu.com/ubuntu/pool/main/r/ruby1.8/ruby1.8-dev_1.8. 2-9ubuntu1.1_i386.deb -
Ubuntu ruby1.8-dev_1.8.2-9ubuntu1.1_powerpc.deb
Ubuntu 5.10:
http://security.ubuntu.com/ubuntu/pool/main/r/ruby1.8/ruby1.8-dev_1.8. 2-9ubuntu1.1_powerpc.deb -
Ubuntu ruby1.8-elisp_1.8.1+1.8.2pre2-3ubuntu0.4_all.deb
Ubuntu 4.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/ruby1.8-elis p_1.8.1+1.8.2pre2-3ubuntu0.4_all.deb -
Ubuntu ruby1.8-elisp_1.8.1+1.8.2pre4-1ubuntu0.3_all.deb
Ubuntu 5.04:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/ruby1.8-elis p_1.8.1+1.8.2pre4-1ubuntu0.3_all.deb -
Ubuntu ruby1.8-elisp_1.8.2-9ubuntu1.1_all.deb
Ubuntu 5.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/ruby1.8-elis p_1.8.2-9ubuntu1.1_all.deb -
Ubuntu ruby1.8-examples_1.8.1+1.8.2pre2-3ubuntu0.4_all.deb
Ubuntu 4.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/ruby1.8-exam ples_1.8.1+1.8.2pre2-3ubuntu0.4_all.deb -
Ubuntu ruby1.8-examples_1.8.1+1.8.2pre4-1ubuntu0.3_all.deb
Ubuntu 5.04:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/ruby1.8-exam ples_1.8.1+1.8.2pre4-1ubuntu0.3_all.deb -
Ubuntu ruby1.8-examples_1.8.2-9ubuntu1.1_all.deb
Ubuntu 5.10:
http://security.ubuntu.com/ubuntu/pool/universe/r/ruby1.8/ruby1.8-exam ples_1.8.2-9ubuntu1.1_all.deb -
Ubuntu ruby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_amd64.deb
Ubuntu 4.10:
http://security.ubuntu.com/ubuntu/pool/main/r/ruby1.8/ruby1.8_1.8.1+1. 8.2pre2-3ubuntu0.4_amd64.deb -
Ubuntu ruby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_i386.deb
Ubuntu 4.10:
http://security.ubuntu.com/ubuntu/pool/main/r/ruby1.8/ruby1.8_1.8.1+1. 8.2pre2-3ubuntu0.4_i386.deb -
Ubuntu ruby1.8_1.8.1+1.8.2pre2-3ubuntu0.4_powerpc.deb
Ubuntu 4.10:
http://security.ubuntu.com/ubuntu/pool/main/r/ruby1.8/ruby1.8_1.8.1+1. 8.2pre2-3ubuntu0.4_powerpc.deb -
Ubuntu ruby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_amd64.deb
Ubuntu 5.04:
http://security.ubuntu.com/ubuntu/pool/main/r/ruby1.8/ruby1.8_1.8.1+1. 8.2pre4-1ubuntu0.3_amd64.deb -
Ubuntu ruby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_i386.deb
Ubuntu 5.04:
http://security.ubuntu.com/ubuntu/pool/main/r/ruby1.8/ruby1.8_1.8.1+1. 8.2pre4-1ubuntu0.3_i386.deb -
Ubuntu ruby1.8_1.8.1+1.8.2pre4-1ubuntu0.3_powerpc.deb
Ubuntu 5.04:
http://security.ubuntu.com/ubuntu/pool/main/r/ruby1.8/ruby1.8_1.8.1+1. 8.2pre4-1ubuntu0.3_powerpc.deb -
Ubuntu ruby1.8_1.8.2-9ubuntu1.1_amd64.deb
Ubuntu 5.10:
http://security.ubuntu.com/ubuntu/pool/main/r/ruby1.8/ruby1.8_1.8.2-9u buntu1.1_amd64.deb -
Ubuntu ruby1.8_1.8.2-9ubuntu1.1_i386.deb
Ubuntu 5.10:
http://security.ubuntu.com/ubuntu/pool/main/r/ruby1.8/ruby1.8_1.8.2-9u buntu1.1_i386.deb -
Ubuntu ruby1.8_1.8.2-9ubuntu1.1_powerpc.deb
Ubuntu 5.10:
http://security.ubuntu.com/ubuntu/pool/main/r/ruby1.8/ruby1.8_1.8.2-9u buntu1.1_powerpc.deb -
Yukihiro Matsumoto ruby-1.8.3.tar.gz
ftp://ftp.ruby-lang.org/pub/ruby/ruby-1.8.3.tar.gz
Yukihiro Matsumoto Ruby 1.8.1
-
Mandriva ruby-1.8.1-1.5.C30mdk.i586.rpm
Corporate 3.0:
http://www.mandriva.com/en/download -
Mandriva ruby-1.8.1-1.5.C30mdk.src.rpm
Corporate 3.0:
http://www.mandriva.com/en/download -
Mandriva ruby-1.8.1-1.5.C30mdk.x86_64.rpm
Corporate 3.0:
http://www.mandriva.com/en/download -
Mandriva ruby-1.8.2-6.3.102mdk.i586.rpm
Mandriva Linux 10.2:
http://www.mandriva.com/en/download -
Mandriva ruby-1.8.2-6.3.102mdk.src.rpm
Mandriva Linux 10.2:
http://www.mandriva.com/en/download -
Mandriva ruby-1.8.2-6.3.102mdk.x86_64.rpm
Mandriva Linux 10.2:
http://www.mandriva.com/en/download -
Mandriva ruby-devel-1.8.1-1.5.C30mdk.i586.rpm
Corporate 3.0:
http://www.mandriva.com/en/download -
Mandriva ruby-devel-1.8.1-1.5.C30mdk.x86_64.rpm
Corporate 3.0:
http://www.mandriva.com/en/download -
Mandriva ruby-devel-1.8.2-6.3.102mdk.i586.rpm
Mandriva Linux 10.2:
http://www.mandriva.com/en/download -
Mandriva ruby-devel-1.8.2-6.3.102mdk.x86_64.rpm
Mandriva Linux 10.2:
http://www.mandriva.com/en/download -
Mandriva ruby-doc-1.8.1-1.5.C30mdk.i586.rpm
Corporate 3.0:
http://www.mandriva.com/en/download -
Mandriva ruby-doc-1.8.1-1.5.C30mdk.x86_64.rpm
Corporate 3.0:
http://www.mandriva.com/en/download -
Mandriva ruby-doc-1.8.2-6.3.102mdk.i586.rpm
Mandriva Linux 10.2:
http://www.mandriva.com/en/download -
Mandriva ruby-doc-1.8.2-6.3.102mdk.x86_64.rpm
Mandriva Linux 10.2:
http://www.mandriva.com/en/download -
Mandriva ruby-tk-1.8.1-1.5.C30mdk.i586.rpm
Corporate 3.0:
http://www.mandriva.com/en/download -
Mandriva ruby-tk-1.8.1-1.5.C30mdk.x86_64.rpm
Corporate 3.0:
http://www.mandriva.com/en/download -
Mandriva ruby-tk-1.8.2-6.3.102mdk.i586.rpm
Mandriva Linux 10.2:
http://www.mandriva.com/en/download -
Mandriva ruby-tk-1.8.2-6.3.102mdk.x86_64.rpm
Mandriva Linux 10.2:
http://www.mandriva.com/en/download -
Yukihiro Matsumoto ruby-1.8.3.tar.gz
ftp://ftp.ruby-lang.org/pub/ruby/ruby-1.8.3.tar.gz
Yukihiro Matsumoto Ruby 1.8.2
-
Mandriva ruby-1.8.2-7.2.20060mdk.i586.rpm
Mandriva Linux 2006.0:
http://www.mandriva.com/en/download -
Mandriva ruby-1.8.2-7.2.20060mdk.src.rpm
Mandriva Linux 2006.0:
http://www.mandriva.com/en/download -
Mandriva ruby-1.8.2-7.2.20060mdk.x86_64.rpm
Mandriva Linux 2006.0:
http://www.mandriva.com/en/download -
Mandriva ruby-devel-1.8.2-7.2.20060mdk.i586.rpm
Mandriva Linux 2006.0:
http://www.mandriva.com/en/download -
Mandriva ruby-devel-1.8.2-7.2.20060mdk.x86_64.rpm
Mandriva Linux 2006.0:
http://www.mandriva.com/en/download -
Mandriva ruby-doc-1.8.2-7.2.20060mdk.i586.rpm
Mandriva Linux 2006.0:
http://www.mandriva.com/en/download -
Mandriva ruby-doc-1.8.2-7.2.20060mdk.x86_64.rpm
Mandriva Linux 2006.0:
http://www.mandriva.com/en/download -
Mandriva ruby-tk-1.8.2-7.2.20060mdk.i586.rpm
Mandriva Linux 2006.0:
http://www.mandriva.com/en/download -
Mandriva ruby-tk-1.8.2-7.2.20060mdk.x86_64.rpm
Mandriva Linux 2006.0:
http://www.mandriva.com/en/download -
Yukihiro Matsumoto ruby-1.8.2-webrick-dos-1.patch
ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.2-webrick-dos-1.patch -
Yukihiro Matsumoto ruby-1.8.2-xmlrpc-dos-1.patch
ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.2-xmlrpc-dos-1.patch -
Yukihiro Matsumoto ruby-1.8.3.tar.gz
ftp://ftp.ruby-lang.org/pub/ruby/ruby-1.8.3.tar.gz
References
Yukihiro Matsumoto Ruby XMLRPC Server Denial of Service Vulnerability
References:
References:
- [ruby-dev:26405] WEBrick DoS vulnerability (Tanaka Akira
) - [ruby-dev:27787] ???????(webrick,xmlrpc) (Yukihiro Matsumoto)
- Bugzilla Bug 189539 �?? CVE-2006-1931 Ruby http/xmlrpc server DoS (Red Hat)
- Bugzilla Bug 189540 �?? CVE-2006-1931 Ruby http/xmlrpc server DoS (Red Hat)
- RHSA-2006:0427-2 - ruby security update (RedHat)
- Ruby Homepage (Yukihiro Matsumoto)