Arbitrary Data Injection Affecting activerecord package, versions < 4.1.5, >= 4.1 < 4.0.9, >= 4.0.0


0.0
high

Snyk CVSS

    Attack Complexity Low

    Threat Intelligence

    EPSS 0.74% (81st percentile)
Expand this section
NVD
7.3 high
Expand this section
Red Hat
5.4 medium

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk ID SNYK-RUBY-ACTIVERECORD-20190
  • published 17 Aug 2014
  • disclosed 17 Aug 2014
  • credit Stephen Touset

How to fix?

Upgrade ActiveRecord to version 4.0.9, 4.1.5 or higher.

Overview

ActiveRecord is the Object-Relational Mapping (ORM) that comes out-of-the-box with Rails. It plays the role of Model in the MVC architecture employed by Rails.

Affected versions of this package are vulnerable to Arbitrary Data Injection. The create_with functionality in ActiveRecord was implemented incorrectly and completely bypasses the strong parameters protection. Applications which pass user-controlled values to create_with could allow attackers to set arbitrary attributes on models.