Lucene search
K

58 matches found

NVD
NVD
added 2016/02/16 2:59 a.m.13 views

CVE-2015-7577

activerecord/lib/activerecord/nestedattributes.rb in Active Record in Ruby on Rails 3.1.x and 3.2.x before 3.2.22.1, 4.0.x and 4.1.x before 4.1.14.1, 4.2.x before 4.2.5.1, and 5.x before 5.0.0.beta1.1 does not properly implement a certain destroy option, which allows remote attackers to bypass...

5.3CVSS5.2AI score0.0425EPSS
Exploits0References11
UbuntuCve
UbuntuCve
added 2016/02/16 2:59 a.m.28 views

CVE-2015-7577

activerecord/lib/activerecord/nestedattributes.rb in Active Record in Ruby on Rails 3.1.x and 3.2.x before 3.2.22.1, 4.0.x and 4.1.x before 4.1.14.1, 4.2.x before 4.2.5.1, and 5.x before 5.0.0.beta1.1 does not properly implement a certain destroy option, which allows remote attackers to bypass...

5.3CVSS6.5AI score0.0425EPSS
Exploits0References1
Prion
Prion
added 2016/02/16 2:59 a.m.15 views

Deserialization of untrusted data

activerecord/lib/activerecord/nestedattributes.rb in Active Record in Ruby on Rails 3.1.x and 3.2.x before 3.2.22.1, 4.0.x and 4.1.x before 4.1.14.1, 4.2.x before 4.2.5.1, and 5.x before 5.0.0.beta1.1 does not properly implement a certain destroy option, which allows remote attackers to bypass...

5CVSS7AI score0.0425EPSS
Exploits0References11Affected Software2
OSV
OSV
added 2016/02/16 2:59 a.m.1 views

UBUNTU-CVE-2015-7577

activerecord/lib/activerecord/nestedattributes.rb in Active Record in Ruby on Rails 3.1.x and 3.2.x before 3.2.22.1, 4.0.x and 4.1.x before 4.1.14.1, 4.2.x before 4.2.5.1, and 5.x before 5.0.0.beta1.1 does not properly implement a certain destroy option, which allows remote attackers to bypass...

5.3CVSS6.4AI score0.0425EPSS
Exploits0References2
CVE
CVE
added 2016/02/16 2:0 a.m.105 views

CVE-2015-7577

CVE-2015-7577 concerns Ruby on Rails Active Record’s nested_attributes vulnerability. The flaw affects ActiveRecord::NestedAttributes in Rails 3.1.x/3.2.x (before 3.2.22.1), 4.x (before 4.1.14.1 for 4.1.x; 4.2.x before 4.2.5.1), and 5.x (before 5.0.0.beta1.1). The defect allows remote attackers t...

5.3CVSS5.4AI score0.0425EPSS
Exploits0References11Affected Software2
Cvelist
Cvelist
added 2016/02/16 2:0 a.m.26 views

CVE-2015-7577

activerecord/lib/activerecord/nestedattributes.rb in Active Record in Ruby on Rails 3.1.x and 3.2.x before 3.2.22.1, 4.0.x and 4.1.x before 4.1.14.1, 4.2.x before 4.2.5.1, and 5.x before 5.0.0.beta1.1 does not properly implement a certain destroy option, which allows remote attackers to bypass...

5.5AI score0.0425EPSS
Exploits0References11
OSV
OSV
added 2016/02/15 1:25 p.m.6 views

SUSE-SU-2016:0458-1 Security update for rubygem-activerecord-4_2

This update for rubygem-activerecord-42 fixes the following issues: - CVE-2016-0753: Input Validation Circumvention bsc963334 - CVE-2015-7577: Nested attributes rejection proc bypass bsc963330...

5.3CVSS5.5AI score0.07157EPSS
Exploits0References5
GitLab Advisory Database
GitLab Advisory Database
added 2016/02/15 12:0 a.m.18 views

Nested attributes rejection proc bypass

When using the nested attributes feature in Active Record you can prevent the destruction of associated records by passing the allowdestroy: false option to the acceptsnestedattributesfor method. The allowdestroy flag prevents the :rejectif proc from being called because it assumes that the recor...

5.3CVSS5.7AI score0.0425EPSS
Exploits0References1Affected Software1
Tenable Nessus
Tenable Nessus
added 2016/02/08 12:0 a.m.46 views

openSUSE Security Update : rubygem-actionpack-4_2 / rubygem-actionview-4_2 / rubygem-activemodel-4_2 / etc (openSUSE-2016-159)

This update for rubygem-actionpack-42, rubygem-actionview-42, rubygem-activemodel-42, rubygem-activerecord-42, rubygem-activesupport-42 fixes the following issues : - CVE-2015-7576: Timing attack vulnerability in basic authentication in Action Controller boo963329 - CVE-2016-0752: directory...

7.5CVSS6.1AI score0.95537EPSS
Exploits11References12
Tenable Nessus
Tenable Nessus
added 2016/02/08 12:0 a.m.38 views

openSUSE Security Update : rubygem-actionpack-3_2 / rubygem-activesupport-3_2 (openSUSE-2016-160)

This update for rubygem-actionpack-32, rubygem-activesupport-32 fixes the following issues : - CVE-2015-7576: Timing attack vulnerability in basic authentication in Action Controller boo963329 - CVE-2016-0752: directory traversal and information leak in Action View boo963332 - CVE-2016-0751:...

7.5CVSS5.8AI score0.95537EPSS
Exploits11References8
RubySec
RubySec
added 2016/01/25 12:0 a.m.27 views

Nested attributes rejection proc bypass in Active Record

There is a vulnerability in how the nested attributes feature in Active Record handles updates in combination with destroy flags when destroying records is disabled. This vulnerability has been assigned the CVE identifier CVE-2015-7577. Versions Affected: 3.1.0 and newer Not affected: 3.0.x and...

5.3CVSS2.1AI score0.0425EPSS
Exploits0References1Affected Software1
Hacker One
Hacker One
added 2015/09/25 3:35 p.m.71 views

Ruby on Rails: Nested attributes reject_if proc can be circumvented by providing "_destroy" parameter

Nested attributes rejection proc bypass in Active Record. There is a vulnerability in how the nested attributes feature in Active Record handles updates in combination with destroy flags when destroying records is disabled. This vulnerability has been assigned the CVE identifier CVE-2015-7577...

5CVSS5.7AI score0.0425EPSS
Exploits0
OSV
OSV
added 2014/05/11 12:0 a.m.1 views

UBUNTU-CVE-2014-3145

The BPFSANCNLATTRNEST extension implementation in the skrunfilter function in net/core/filter.c in the Linux kernel through 3.14.3 uses the reverse order in a certain subtraction, which allows local users to cause a denial of service over-read and system crash via crafted BPF instructions. NOTE:...

4.9CVSS6.6AI score0.00649EPSS
Exploits1References16
OpenVAS
OpenVAS
added 2010/12/09 12:0 a.m.25 views

Ruby on Rails Security Bypass Vulnerability (Nov 2010)

Ruby on Rails is prone to a security bypass vulnerability. SPDX-FileCopyrightText: 2010 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only CPE = "cpe:/a:rubyonrails:rails";...

6.4CVSS6.6AI score0.0225EPSS
Exploits0References4
NVD
NVD
added 2010/10/28 12:0 a.m.19 views

CVE-2010-3933

Ruby on Rails 2.3.9 and 3.0.0 does not properly handle nested attributes, which allows remote attackers to modify arbitrary records by changing the names of parameters for form inputs...

6.4CVSS6.5AI score0.0225EPSS
Exploits0References4
UbuntuCve
UbuntuCve
added 2010/10/28 12:0 a.m.26 views

CVE-2010-3933

Ruby on Rails 2.3.9 and 3.0.0 does not properly handle nested attributes, which allows remote attackers to modify arbitrary records by changing the names of parameters for form inputs...

6.4CVSS6AI score0.0225EPSS
Exploits0References2
CVE
CVE
added 2010/10/27 10:0 p.m.82 views

CVE-2010-3933

CVE-2010-3933 affects Ruby on Rails 2.3.9 and 3.0.0, where nested attributes are not handled securely. The root cause is improper handling of nested attributes, enabling a remote attacker to modify arbitrary records by altering parameter names for form inputs. Reports in connected sources corrobo...

6.4CVSS6.6AI score0.0225EPSS
Exploits0References4Affected Software1
Debian CVE
Debian CVE
added 2010/10/27 10:0 p.m.31 views

CVE-2010-3933

Ruby on Rails 2.3.9 and 3.0.0 does not properly handle nested attributes, which allows remote attackers to modify arbitrary records by changing the names of parameters for form inputs...

6.4CVSS6.5AI score0.0225EPSS
Exploits0
Rows per page
Query Builder