From 4cf78777f4e57b8d577baa90d87123c1e18a56e0 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 15:19:52 +0000 Subject: [PATCH] Publish GHSA-hgpp-pp89-4fgf --- .../GHSA-hgpp-pp89-4fgf.json | 29 +++++++++++++++++-- 1 file changed, 26 insertions(+), 3 deletions(-) diff --git a/advisories/github-reviewed/2017/10/GHSA-hgpp-pp89-4fgf/GHSA-hgpp-pp89-4fgf.json b/advisories/github-reviewed/2017/10/GHSA-hgpp-pp89-4fgf/GHSA-hgpp-pp89-4fgf.json index d26f857f872..0f01ed0aca1 100644 --- a/advisories/github-reviewed/2017/10/GHSA-hgpp-pp89-4fgf/GHSA-hgpp-pp89-4fgf.json +++ b/advisories/github-reviewed/2017/10/GHSA-hgpp-pp89-4fgf/GHSA-hgpp-pp89-4fgf.json @@ -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"