RubySec

Providing security resources for the Ruby community

CVE-2008-7248 (actionpack): Improper Input Validation in rails

Improper Input Validation in rails

Published: October 24, 2017

SECURITY IDENTIFIERS

GEM

actionpack

FRAMEWORK

Ruby on Rails

SEVERITY

CVSS v2.0: 6.8 (Medium)

UNAFFECTED VERSIONS

< 2.1.0

PATCHED VERSIONS

~> 2.1.3 >= 2.2.2

DESCRIPTION

Ruby on Rails 2.1 before 2.1.3 and 2.2.x before 2.2.2 does not verify tokens for requests with certain content types, which allows remote attackers to bypass cross-site request forgery (CSRF) protection for requests to applications that rely on this protection, as demonstrated using text/plain.

RELATED