Publish GHSA-hgpp-pp89-4fgf

This commit is contained in:
advisory-database[bot]
2025-01-22 15:19:52 +00:00
parent 7ade20f0aa
commit 4cf78777f4
@@ -1,13 +1,13 @@
{
"schema_version": "1.4.0",
"id": "GHSA-hgpp-pp89-4fgf",
"modified": "2023-08-25T23:26:17Z",
"modified": "2025-01-22T15:18:25Z",
"published": "2017-10-24T18:33:38Z",
"aliases": [
"CVE-2012-2660"
],
"summary": "Action Pack contains database-query restrictions bypass",
"details": "`actionpack/lib/action_dispatch/http/request.rb` in Ruby on Rails before 3.0.13, 3.1.x before 3.1.5, and 3.2.x before 3.2.4 does not properly consider differences in parameter handling between the Active Record component and the Rack interface, which allows remote attackers to bypass intended database-query restrictions and perform NULL checks via a crafted request, as demonstrated by certain `[nil]` values, a related issue to CVE-2012-2694.",
"details": "`actionpack/lib/action_dispatch/http/request.rb` in Ruby on Rails before 2.3.16, 3.0.x before 3.0.13, 3.1.x before 3.1.5, and 3.2.x before 3.2.4 does not properly consider differences in parameter handling between the Active Record component and the Rack interface, which allows remote attackers to bypass intended database-query restrictions and perform NULL checks via a crafted request, as demonstrated by certain `[nil]` values, a related issue to CVE-2012-2694.",
"severity": [],
"affected": [
{
@@ -20,7 +20,7 @@
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
"introduced": "3.0.0.beta"
},
{
"fixed": "3.0.13"
@@ -66,6 +66,25 @@
]
}
]
},
{
"package": {
"ecosystem": "RubyGems",
"name": "actionpack"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "2.3.16"
}
]
}
]
}
],
"references": [
@@ -73,6 +92,10 @@
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2012-2660"
},
{
"type": "WEB",
"url": "https://github.com/rails/rails/commit/61eed87ce32caf534bf1f52dd8134097b4ad9e1b"
},
{
"type": "PACKAGE",
"url": "https://github.com/rails/rails"