Linux Compatible
  • News
    • Channels
    • Archive
    • Search
    • Submit
  • Articles
    • Categories
  • Knowledgebase
  • Compatibility
    • Search
  • Links
  • Forums
  • Twitter
Advertisement

Latest News
[ Windows | Linux | Apple ]

· Daily Reviews Summary 05/23/12
· CompatDB Updates 05/23/12
· NVIDIA GeForce 301.42 WHQL Drivers
· CSF 5.52 released
· Ballmer: Windows 8 Will Bring 'Rebirth' of Microsoft OS
· Windows 8 Touchscreen Devices to Be Priced Higher, Dell Says
· Windows Vista infection rates climb, says Microsoft
· System Update Readiness Tool May 2012
· Daily Reviews Summary 05/22/12
· The Perfect Desktop - Ubuntu Studio 12.04

Upcoming News
· [CentOS-announce] CEEA-2012:0689 CentOS 6 tzdata Update
· MyDigitalSSD BP3 512GB SATA III Solid State Drive (Phison S8 Exclusive) Preview
· Deepcool/Logisys Gammaxx 300 CPU Cooler Review @ Hardware Secrets
· 54: HotHardware's Two and A Half Geeks Webcast
· Flickr Remote Organizer for GNOME (frogr) 0.7
· Thecus N4200ECO 4 Bay NAS Enclosure Review
· Adobe CS6 Free Trials Now Available on NGOHQ.com
· [CentOS-announce] CEEA-2012:0689 CentOS 5 tzdata Update
· MSI R7850 Power Edition Review @ t-break
· Corsair 8GB 1866MHz CL10 Laptop Memory Kit Review @ Legit Reviews

Linux Compatibility
· Canon Canoscan N650U
· TB-5300 Slimline Design Tablet
· HANDYCAM DCR-HC17E
· Linksys Wireless-G WPC54G PC-Card
· XPS L502X
· Slim Portable DVD Writer GP10
· AverTV Volar Green HD
· Dell Latitude E6420
· Canon CanoScan FB 636U
· Logitech QuickCam Pro 4000

New Forum Topics
· USB Not detected on any PC
by: AntNik45
on: 2012-05-09 18:37
0 replies, 0 views

· RESIDENT EVIL 2 for PC
by: elyp00
on: 2012-05-04 07:55
0 replies, 0 views

· Need to know if those graphic cards works well on Ubuntu
by: Dechiqtor
on: 2012-04-19 23:04
0 replies, 0 views

· Obtaining IE8
by: packman
on: 2012-04-14 19:46
0 replies, 0 views

· A few problems running Warcraft II Battle.net Edition on Vista
by: Lord Claremorris
on: 2012-04-08 16:15
0 replies, 0 views

News Channels
· Drivers
· Guides
· Reviews
· Security
· Software
· Press Release
· Updates
· Interviews
· Linux
· General
· Debian
· Red Hat
· Slackware
· Gentoo
· Mandriva
· White Box
· SUSE
· GNOME
· KDE
· CentOS
· Ubuntu
· MEPIS
· Android

What's New
Login to see an overview of all news stories since your last visit.

Welcome to our website

To take full advantage of all features you need to login or register. Registration is completely free and takes only a few seconds.

Linux Compatible » News » December 2009 » GLSA 200912-02 Ruby on Rails: Multiple vulnerabilities

GLSA 200912-02 Ruby on Rails: Multiple vulnerabilities

Posted by Bob on: 12/20/2009 03:20 PM [ Print | 0 comment(s) ]

A new security update has been released for Gentoo Linux - Ruby on Rails: Multiple vulnerabilities. Here the announcement:




Gentoo Linux Security Advisory GLSA 200912-02
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
http://security.gentoo.org/
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Severity: Normal
Title: Ruby on Rails: Multiple vulnerabilities
Date: December 20, 2009
Bugs: #200159, #237385, #247549, #276279, #283396, #294797
ID: 200912-02

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Synopsis
=3D=3D=3D=3D=3D=3D=3D=3D

Multiple vulnerabilities have been discovered in Rails, the worst of
which leading to the execution of arbitrary SQL statements.

Background
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

Ruby on Rails is a web-application and persistence framework.

Affected packages
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

-------------------------------------------------------------------
Package / Vulnerable / Unaffected
-------------------------------------------------------------------
1 dev-ruby/rails lt; 2.2.2 gt;=3D 2.3.5
*gt;=3D 2.2.3-r1

Description
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

The following vulnerabilities were discovered:

* sameer reported that lib/action_controller/cgi_process.rb removes
the :cookie_only attribute from the default session options
(CVE-2007-6077), due to an incomplete fix for CVE-2007-5380 (GLSA
200711-17).

* Tobias Schlottke reported that the :limit and :offset parameters of
ActiveRecord::Base.find() are not properly sanitized before being
processed (CVE-2008-4094).

* Steve from Coderrr reported that the CRSF protection in
protect_from_forgery() does not parse the text/plain MIME format
(CVE-2008-7248).

* Nate reported a documentation error that leads to the assumption
that a block returning nil passed to
authenticate_or_request_with_http_digest() would deny access to the
requested resource (CVE-2009-2422).

* Brian Mastenbrook reported an input sanitation flaw, related to
multibyte characters (CVE-2009-3009).

* Gabe da Silveira reported an input sanitation flaw in the
strip_tags() function (CVE-2009-4214).

* Coda Hale reported an information disclosure vulnerability related
to HMAC digests (CVE-2009-3086).

Impact
=3D=3D=3D=3D=3D=3D

A remote attacker could send specially crafted requests to a vulnerable
application, possibly leading to the execution of arbitrary SQL
statements or a circumvention of access control. A remote attacker
could also conduct session fixation attacks to hijack a user's session
or bypass the CSRF protection mechanism, or furthermore conduct
Cross-Site Scripting attacks or forge a digest via multiple attempts.

Workaround
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

There is no known workaround at this time.

Resolution
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

All Ruby on Rails 2.3.x users should upgrade to the latest version:

# emerge --sync
# emerge --ask --oneshot --verbose "gt;=3Ddev-ruby/rails-2.3.5"

All Ruby on Rails 2.2.x users should upgrade to the latest version:

# emerge --sync
# emerge --ask --oneshot --verbose "=3Ddev-ruby/rails-2.2.3-r1"

NOTE: All applications using Ruby on Rails should also be configured to
use the latest version available by running "rake rails:update" inside
the application directory.

References
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

[ 1 ] CVE-2007-5380
http://cve.mitre.org/cgi-bin/cvename.cgi?name=3DCVE-2007-5380
[ 2 ] CVE-2007-6077
http://cve.mitre.org/cgi-bin/cvename.cgi?name=3DCVE-2007-6077
[ 3 ] CVE-2008-4094
http://cve.mitre.org/cgi-bin/cvename.cgi?name=3DCVE-2008-4094
[ 4 ] CVE-2008-7248
http://cve.mitre.org/cgi-bin/cvename.cgi?name=3DCVE-2008-7248
[ 5 ] CVE-2009-2422
http://cve.mitre.org/cgi-bin/cvename.cgi?name=3DCVE-2009-2422
[ 6 ] CVE-2009-3009
http://cve.mitre.org/cgi-bin/cvename.cgi?name=3DCVE-2009-3009
[ 7 ] CVE-2009-3086
http://cve.mitre.org/cgi-bin/cvename.cgi?name=3DCVE-2009-3086
[ 8 ] CVE-2009-4214
http://cve.mitre.org/cgi-bin/cvename.cgi?name=3DCVE-2009-4214
[ 9 ] GLSA 200711-17
http://www.gentoo.org/security/en/glsa/glsa-200711-17.xml

Availability
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

This GLSA and any updates to it are available for viewing at
the Gentoo Security Website:

http://security.gentoo.org/glsa/glsa-200912-02.xml

Concerns?
=3D=3D=3D=3D=3D=3D=3D=3D=3D

Security is a primary focus of Gentoo Linux and ensuring the
confidentiality and security of our users machines is of utmost
importance to us. Any security concerns should be addressed to
security@gentoo.org or alternatively, you may file a bug at
https://bugs.gentoo.org.

License
=3D=3D=3D=3D=3D=3D=3D

Copyright 2009 Gentoo Foundation, Inc; referenced text
belongs to its owner(s).

The contents of this document are licensed under the
Creative Commons - Attribution / Share Alike license.

http://creativecommons.org/licenses/by-sa/2.5


Bookmark and Share

« ATI Tray Tools 1.6.9.1449 Beta · Vuze 4.3.0.7 Beta 3 »

Linux Compatible » News » December 2009 » GLSA 200912-02 Ruby on Rails: Multiple vulnerabilities
All products mentioned are registered trademarks or trademarks of their respective owners.
© 2002-2011 Esselbach Internet Solutions - All Rights Reserved. Terms and privacy policy
Powered by Contentteller® Business Edition