actionpack/lib/action_view/lookup_context.rb in Action View in Ruby on Rails 3.x before 3.2.16 and 4.x before 4.0.2 allows remote attackers to cause a denial of service (memory consumption) via a header containing an invalid MIME type that leads to excessive caching.
The product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Rails | Rubyonrails | * | 4.0.1 (including) |
Rails | Rubyonrails | 4.0.0 (including) | 4.0.0 (including) |
Rails | Rubyonrails | 4.0.0-beta (including) | 4.0.0-beta (including) |
Rails | Rubyonrails | 4.0.0-rc1 (including) | 4.0.0-rc1 (including) |
Rails | Rubyonrails | 4.0.0-rc2 (including) | 4.0.0-rc2 (including) |
Rails | Rubyonrails | 4.0.1-rc1 (including) | 4.0.1-rc1 (including) |
OpenStack 3 for RHEL 6 | RedHat | ruby193-rubygem-actionpack-1:3.2.8-5.1.el6 | * |
Red Hat Software Collections for RHEL-6 | RedHat | ruby193-rubygem-actionpack-1:3.2.8-5.1.el6 | * |
Red Hat Subscription Asset Manager 1.4 | RedHat | katello-0:1.4.3.28-1.el6sam_splice | * |
Red Hat Subscription Asset Manager 1.4 | RedHat | ruby193-rubygem-actionmailer-1:3.2.17-1.el6sam | * |
Red Hat Subscription Asset Manager 1.4 | RedHat | ruby193-rubygem-actionpack-1:3.2.17-6.el6sam | * |
Red Hat Subscription Asset Manager 1.4 | RedHat | ruby193-rubygem-activemodel-1:3.2.17-1.el6sam | * |
Red Hat Subscription Asset Manager 1.4 | RedHat | ruby193-rubygem-activerecord-1:3.2.17-5.el6sam | * |
Red Hat Subscription Asset Manager 1.4 | RedHat | ruby193-rubygem-activeresource-1:3.2.17-1.el6sam | * |
Red Hat Subscription Asset Manager 1.4 | RedHat | ruby193-rubygem-activesupport-1:3.2.17-2.el6sam | * |
Red Hat Subscription Asset Manager 1.4 | RedHat | ruby193-rubygem-i18n-0:0.6.9-1.el6sam | * |
Red Hat Subscription Asset Manager 1.4 | RedHat | ruby193-rubygem-mail-0:2.5.4-1.el6sam | * |
Red Hat Subscription Asset Manager 1.4 | RedHat | ruby193-rubygem-rack-1:1.4.5-3.el6sam | * |
Red Hat Subscription Asset Manager 1.4 | RedHat | ruby193-rubygem-rails-1:3.2.17-1.el6sam | * |
Red Hat Subscription Asset Manager 1.4 | RedHat | ruby193-rubygem-railties-1:3.2.17-1.el6sam | * |
Rails | Ubuntu | upstream | * |
Ruby-actionpack-2.3 | Ubuntu | upstream | * |
Ruby-actionpack-3.2 | Ubuntu | quantal | * |
Ruby-actionpack-3.2 | Ubuntu | raring | * |
Ruby-actionpack-3.2 | Ubuntu | saucy | * |
Ruby-actionpack-3.2 | Ubuntu | upstream | * |
Ruby-rails-2.3 | Ubuntu | upstream | * |
Ruby-rails-3.2 | Ubuntu | upstream | * |
Input validation is a frequently-used technique for checking potentially dangerous inputs in order to ensure that the inputs are safe for processing within the code, or when communicating with other components. Input can consist of:
Data can be simple or structured. Structured data can be composed of many nested layers, composed of combinations of metadata and raw data, with other simple or structured data. Many properties of raw data or metadata may need to be validated upon entry into the code, such as:
Implied or derived properties of data must often be calculated or inferred by the code itself. Errors in deriving properties may be considered a contributing factor to improper input validation.