Summary
Several vulnerabilities were discovered in Action Pack, a component of Ruby on Rails.
CVE-2014-0081
actionview/lib/action_view/helpers/number_helper.rb contains multiple cross-site scripting vulnerabilities
CVE-2014-0082
actionpack/lib/action_view/template/text.rb performs symbol interning on MIME type strings, allowing remote denial-of-service attacks via increased memory consumption.
CVE-2014-0130
A directory traversal vulnerability in
actionpack/lib/abstract_controller/base.rb allows remote attackers to read arbitrary files.
Solution
For the stable distribution (wheezy), these problems have been fixed in version 3.2.6-6+deb7u2.
We recommend that you upgrade your ruby-actionpack-3.2 packages.
Insight
Action Pack is a framework for web apps on Rails. Simple, battle-tested conventions for building and testing MVC web applications. Works with any Rack-compatible server.
Affected
ruby-actionpack-3.2 on Debian Linux
Detection
This check tests the installed software version using the apt package manager.
References
Updated on 2015-03-25
Severity
Classification
-
CVE CVE-2014-0081, CVE-2014-0082, CVE-2014-0130 -
CVSS Base Score: 5.0
AV:N/AC:L/Au:N/C:N/I:N/A:P
Related Vulnerabilities