RubySec

Providing security resources for the Ruby community

CVE-2011-2929 (actionpack): Filter Skipping Vulnerability in Ruby on Rails 3.0/actionpack

Filter Skipping Vulnerability in Ruby on Rails 3.0/actionpack

Published: October 24, 2017

SECURITY IDENTIFIERS

GEM

actionpack

FRAMEWORK

Ruby on Rails

SEVERITY

CVSS v2.0: 5.0 (Medium)

UNAFFECTED VERSIONS

< 3.0.0

PATCHED VERSIONS

~> 3.0.10 ~> 3.1.0.rc6 >= 3.1.0

DESCRIPTION

The template selection functionality in actionpack/lib/action_view/template/resolver.rb in Ruby on Rails 3.0.x before 3.0.10 and 3.1.x before 3.1.0.rc6 does not properly handle glob characters, which allows remote attackers to render arbitrary views via a crafted URL, related to a "filter skipping vulnerability."

RELATED