RubySec

Providing security resources for the Ruby community

CVE-2011-2932 (activesupport): UTF-8 escaping vulnerability in rails/activesupport

ADVISORIES

GEM

activesupport

FRAMEWORK

Ruby on Rails

SEVERITY

CVSS v2.0: 4.3 (Medium)

PATCHED VERSIONS

  • ~> 2.3.13
  • ~> 3.0.10
  • ~> 3.1.0.rc5
  • >= 3.1.0

DESCRIPTION

Cross-site scripting (XSS) vulnerability in activesupport/lib/active_support/core_ext/string/output_safety.rb in Ruby on Rails 2.x before 2.3.13, 3.0.x before 3.0.10, and 3.1.x before 3.1.0.rc5 allows remote attackers to inject arbitrary web script or HTML via a malformed Unicode string, related to a "UTF-8 escaping vulnerability."

RELATED