1. Gentoo Linux Security Advisory
| Advisory Reference | GLSA 200510-05 / ruby |
| Release Date | October 06, 2005 |
| Latest Revision | October 06, 2005: 01 |
| Impact | normal |
| Exploitable | remote |
| Package | Vulnerable versions | Unaffected versions | Architecture(s) |
| dev-lang/ruby | < 1.8.3 | >= 1.8.3 | All supported architectures |
Related bugreports: #106996
Ruby is vulnerable to a security bypass of the safe level mechanism.
Ruby is an interpreted scripting language for quick and easy object-oriented programming. Ruby supports the safe execution of untrusted code using a safe level and taint flag mechanism.
Dr. Yutaka Oiwa discovered that Ruby fails to properly enforce safe level protections.
An attacker could exploit this vulnerability to execute arbitrary code beyond the restrictions specified in each safe level.
There is no known workaround at this time.
All Ruby users should upgrade to the latest version:
Code Listing 3.1: Resolution |
# emerge --sync # emerge --ask --oneshot --verbose ">=dev-lang/ruby-1.8.3" |