Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:gem/activerecord@3.2.0
purl pkg:gem/activerecord@3.2.0
Next non-vulnerable version 7.1.5.2
Latest non-vulnerable version 8.0.2.1
Risk 4.5
Vulnerabilities affecting this package (22)
Vulnerability Summary Fixed by
VCID-2efj-tf8d-dfck
Aliases:
CVE-2014-3514
GHSA-9rf5-jm6f-2fmm
Strong Parameter bypass with create_with The `create_with` functionality in Active Record was implemented incorrectly and completely bypasses the strong parameter protection.
4.0.9
Affected by 12 other vulnerabilities.
4.1.0.beta1
Affected by 16 other vulnerabilities.
4.1.5
Affected by 12 other vulnerabilities.
VCID-3m2y-wy1w-n7h1
Aliases:
CVE-2014-3483
GHSA-r8fh-hq2p-7qhq
OSV-108665
SQL Injection Vulnerabilities Affecting PostgreSQL SQLi vulnerability in activerecord.
4.0.7
Affected by 14 other vulnerabilities.
4.1.0.beta1
Affected by 16 other vulnerabilities.
4.1.3
Affected by 14 other vulnerabilities.
VCID-4cky-r218-dkbb
Aliases:
CVE-2011-2930
GHSA-h6w6-xmqv-7q78
activerecord vulnerable to SQL Injection Multiple SQL injection vulnerabilities in the `quote_table_name` method in the ActiveRecord adapters in `activerecord/lib/active_record/connection_adapters/` in Ruby on Rails before 2.3.13, 3.0.x before 3.0.10, and 3.1.x before 3.1.0.rc5 allow remote attackers to execute arbitrary SQL commands via a crafted column name. There are no reported fixed by versions.
VCID-bsxw-gh14-rbef
Aliases:
CVE-2012-2695
GHSA-76wq-xw4h-f8wj
activerecord vulnerable to SQL Injection The Active Record component in Ruby on Rails efore 2.3.15, 3.0.x before 3.0.14, 3.1.x before 3.1.6, and 3.2.x before 3.2.6 does not properly implement the passing of request data to a where method in an ActiveRecord class, which allows remote attackers to conduct certain SQL injection attacks via nested query parameters that leverage improper handling of nested hashes, a related issue to CVE-2012-2661.
3.2.6
Affected by 20 other vulnerabilities.
VCID-eb5z-q7rj-j7hh
Aliases:
CVE-2013-3221
GHSA-f57c-hx33-hvh8
Active Record component in Ruby on Rails has a data-type injection vulnerability The Active Record component in Ruby on Rails 2.3.x, 3.0.x, 3.1.x, and 3.2.x does not ensure that the declared data type of a database column is used during comparisons of input values to stored values in that column, which makes it easier for remote attackers to conduct data-type injection attacks against Ruby on Rails applications via a crafted value, as demonstrated by unintended interaction between the "typed XML" feature and a MySQL database.
4.2.0
Affected by 13 other vulnerabilities.
VCID-f4h5-8f57-3uhr
Aliases:
GHSA-7phj-gmgx-2r66
Moderate severity vulnerability that affects activerecord Withdrawn, accidental duplicate publish. activerecord/lib/active_record/nested_attributes.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 intended change restrictions by leveraging use of the nested attributes feature.
3.2.22.1
Affected by 9 other vulnerabilities.
4.1.14.1
Affected by 10 other vulnerabilities.
4.2.5.1
Affected by 11 other vulnerabilities.
VCID-hbtn-7423-m3gb
Aliases:
CVE-2013-0276
GHSA-gr44-7grc-37vq
OSV-90072
Circumvention of attr_protected The attr_protected method allows developers to specify a denylist of model attributes which users should not be allowed to assign to. By using a specially crafted request, attackers could circumvent this protection and alter values that were meant to be protected.
3.2.12
Affected by 16 other vulnerabilities.
VCID-j7p8-hchp-xbe3
Aliases:
CVE-2013-0155
GHSA-gppp-5xc5-wfpx
OSV-89025
Unsafe Query Generation Risk in Ruby on Rails Due to the way Active Record interprets parameters in combination with the way that JSON parameters are parsed, it is possible for an attacker to issue unexpected database queries with "IS NULL" or empty where clauses. This issue does *not* let an attacker insert arbitrary values into an SQL query, however they can cause the query to check for NULL or eliminate a WHERE clause when most users wouldn't expect it.
3.2.11
Affected by 18 other vulnerabilities.
VCID-j8zg-kq3z-jqcm
Aliases:
CVE-2010-3933
GHSA-gjxw-5w2q-7grf
Improper Input Validation 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. There are no reported fixed by versions.
VCID-kkbt-pr7u-f7gn
Aliases:
CVE-2012-6496
GHSA-gh2w-j7cx-2664
OSV-88661
Active Record contains SQL Injection SQL injection vulnerability in the Active Record component in Ruby on Rails before 2.3.15, 3.0.x before 3.0.18, 3.1.x before 3.1.9, and 3.2.x before 3.2.10 allows remote attackers to execute arbitrary SQL commands via a crafted request that leverages incorrect behavior of dynamic finders in applications that can use unexpected data types in certain find_by_ method calls.
3.2.10
Affected by 19 other vulnerabilities.
VCID-n5fx-u6fs-vydu
Aliases:
CVE-2014-0080
GHSA-hqf9-rc9j-5fmj
OSV-103438
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') SQL injection vulnerability in activerecord/lib/active_record/connection_adapters/postgresql/cast.rb in Active Record in Ruby on Rails beta1, when PostgreSQL is used, allows remote attackers to execute "add data" SQL commands via vectors involving \ (backslash) characters that are not properly handled in operations on array columns.
4.0.3
Affected by 16 other vulnerabilities.
4.1.0.beta1
Affected by 16 other vulnerabilities.
4.1.0.beta2
Affected by 15 other vulnerabilities.
VCID-n8r7-wthv-fqaj
Aliases:
CVE-2022-32224
GHSA-3hhc-qp5v-9p2j
GMS-2022-3029
Active Record RCE bug with Serialized Columns When serialized columns that use YAML (the default) are deserialized, Rails uses YAML.unsafe_load to convert the YAML data in to Ruby objects. If an attacker can manipulate data in the database (via means like SQL injection), then it may be possible for the attacker to escalate to an RCE. There are no feasible workarounds for this issue, but other coders (such as JSON) are not impacted.
5.2.8.1
Affected by 2 other vulnerabilities.
6.0.5.1
Affected by 3 other vulnerabilities.
6.1.6.1
Affected by 3 other vulnerabilities.
7.0.3.1
Affected by 3 other vulnerabilities.
VCID-nk6g-hhsk-8kaw
Aliases:
CVE-2013-0277
GHSA-fhj9-cjjh-27vm
OSV-90073
Serialized Attributes YAML Vulnerability with Rails 2.3 and 3.0 There is a vulnerability in the serialized attribute handling code in Ruby on Rails, applications which allow users to directly assign to the serialized fields in their models are at risk of Denial of Service or Remote Code Execution vulnerabilities. There are no reported fixed by versions.
VCID-nzeb-cy9e-tkax
Aliases:
CVE-2008-4094
GHSA-xf96-32q2-9rw2
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') Multiple SQL injection vulnerabilities in Ruby on Rails before 2.1.1 allow remote attackers to execute arbitrary SQL commands via the (1) :limit and (2) :offset parameters, related to ActiveRecord, ActiveSupport, ActiveResource, ActionPack, and ActionMailer. There are no reported fixed by versions.
VCID-phxs-zet8-ryh3
Aliases:
CVE-2012-2660
GHSA-hgpp-pp89-4fgf
OSV-82610
SQL Injection Ruby on Rails contains a flaw related to the way ActiveRecord handles parameters in conjunction with the way Rack parses query parameters. This issue may allow an attacker to inject arbitrary `IS NULL` clauses in to application SQL queries. This may also allow an attacker to have the SQL query check for `NULL` in arbitrary places.
3.2.4
Affected by 20 other vulnerabilities.
VCID-rq7w-zmh4-17e1
Aliases:
CVE-2012-2661
GHSA-fh39-v733-mxfr
OSV-82403
SQL injection vulnerability in Active Record Due to the way Active Record handles nested query parameters, an attacker can use a specially crafted request to inject some forms of SQL into your application's SQL queries.
3.2.4
Affected by 20 other vulnerabilities.
VCID-sb9g-rdnm-rqbm
Aliases:
CVE-2014-3482
GHSA-mhwp-qhpc-h3jm
OSV-108664
SQL Injection in Active Record SQL injection vulnerability in activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb in the PostgreSQL adapter for Active Record in Ruby on Rails 2.x and 3.x before 3.2.19 allows remote attackers to execute arbitrary SQL commands by leveraging improper bitstring quoting.
3.2.19
Affected by 12 other vulnerabilities.
4.0.0
Affected by 17 other vulnerabilities.
VCID-sygb-mygd-s3gb
Aliases:
CVE-2022-44566
GHSA-579w-22j4-4749
GMS-2023-59
Duplicate This advisory duplicates another.
6.1.7.1
Affected by 1 other vulnerability.
7.0.4.1
Affected by 1 other vulnerability.
VCID-thx6-usb2-kkgc
Aliases:
CVE-2015-7577
GHSA-xrr6-3pc4-m447
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 `allow_destroy: false` option to the `accepts_nested_attributes_for` method. The `allow_destroy` flag prevents the `:reject_if` proc from being called because it assumes that the record will be destroyed anyway. However, this is not true if `:allow_destroy` is false so this leads to changes that would have been rejected being applied to the record. Attackers could set attributes to invalid values or clear all the attributes.
3.2.22.1
Affected by 9 other vulnerabilities.
4.1.14.1
Affected by 10 other vulnerabilities.
4.2.5.1
Affected by 11 other vulnerabilities.
5.0.0.beta1.1
Affected by 9 other vulnerabilities.
VCID-xa94-z6yu-skf8
Aliases:
CVE-2013-1854
GHSA-3crr-9vmg-864v
OSV-91453
Symbol DoS vulnerability in Active Record When a hash is provided as the find value for a query, the keys of the hash may be converted to symbols. Carefully crafted requests can coerce `params[:name]` to return a hash, and the keys to that hash may be converted to symbols. All users running an affected release should either upgrade or use one of the work arounds immediately.
3.2.13
Affected by 16 other vulnerabilities.
VCID-y54w-a8kr-suhy
Aliases:
CVE-2011-0448
GHSA-jmm9-2p29-vh2w
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') Ruby on Rails 3.0.x before 3.0.4 does not ensure that arguments to the limit function specify integer values, which makes it easier for remote attackers to conduct SQL injection attacks via a non-numeric argument. There are no reported fixed by versions.
VCID-zqzx-avvt-wkhm
Aliases:
CVE-2025-55193
GHSA-76r7-hhxj-r776
Active Record logging vulnerable to ANSI escape injection This vulnerability has been assigned the CVE identifier CVE-2025-55193 ### Impact The ID passed to `find` or similar methods may be logged without escaping. If this is directly to the terminal it may include unescaped ANSI sequences. ### Releases The fixed releases are available at the normal locations. ### Credits Thanks to [lio346](https://hackerone.com/lio346) from Unit 515 of OPSWAT for reporting this vulnerability
7.1.5.2
Affected by 0 other vulnerabilities.
7.2.0.beta1
Affected by 1 other vulnerability.
7.2.2.2
Affected by 0 other vulnerabilities.
8.0.0.beta1
Affected by 1 other vulnerability.
8.0.2.1
Affected by 0 other vulnerabilities.
Vulnerabilities fixed by this package (1)
Vulnerability Summary Aliases
VCID-n5fx-u6fs-vydu Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') SQL injection vulnerability in activerecord/lib/active_record/connection_adapters/postgresql/cast.rb in Active Record in Ruby on Rails beta1, when PostgreSQL is used, allows remote attackers to execute "add data" SQL commands via vectors involving \ (backslash) characters that are not properly handled in operations on array columns. CVE-2014-0080
GHSA-hqf9-rc9j-5fmj
OSV-103438

Date Actor Action Vulnerability Source VulnerableCode Version
2026-04-16T22:20:02.045412+00:00 GitLab Importer Affected by VCID-sygb-mygd-s3gb https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/activerecord/CVE-2022-44566.yml 38.4.0
2026-04-16T22:17:26.422952+00:00 GitLab Importer Affected by VCID-n8r7-wthv-fqaj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/activerecord/CVE-2022-32224.yml 38.4.0
2026-04-16T21:51:20.843509+00:00 GitLab Importer Affected by VCID-eb5z-q7rj-j7hh https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/activerecord/CVE-2013-3221.yml 38.4.0
2026-04-16T20:39:59.363403+00:00 GitLab Importer Affected by VCID-kkbt-pr7u-f7gn https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/activerecord/CVE-2012-6496.yml 38.4.0
2026-04-16T20:39:58.679370+00:00 GitLab Importer Affected by VCID-sb9g-rdnm-rqbm https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/activerecord/CVE-2014-3482.yml 38.4.0
2026-04-16T20:39:52.112404+00:00 GitLab Importer Affected by VCID-bsxw-gh14-rbef https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/activerecord/CVE-2012-2695.yml 38.4.0
2026-04-16T20:33:27.603090+00:00 GitLab Importer Affected by VCID-thx6-usb2-kkgc https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/activerecord/CVE-2015-7577.yml 38.4.0
2026-04-16T20:31:14.041515+00:00 GitLab Importer Affected by VCID-n5fx-u6fs-vydu https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/activerecord/CVE-2014-0080.yml 38.4.0
2026-04-16T20:30:30.176316+00:00 GitLab Importer Affected by VCID-xa94-z6yu-skf8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/activerecord/CVE-2013-1854.yml 38.4.0
2026-04-16T20:30:17.266970+00:00 GitLab Importer Affected by VCID-j7p8-hchp-xbe3 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/activerecord/CVE-2013-0155.yml 38.4.0
2026-04-16T20:30:08.207604+00:00 GitLab Importer Affected by VCID-rq7w-zmh4-17e1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/activerecord/CVE-2012-2661.yml 38.4.0
2026-04-16T20:30:07.909299+00:00 GitLab Importer Affected by VCID-phxs-zet8-ryh3 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/activerecord/CVE-2012-2660.yml 38.4.0
2026-04-16T17:41:28.039931+00:00 Ruby Importer Affected by VCID-zqzx-avvt-wkhm https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2025-55193.yml 38.4.0
2026-04-16T17:37:21.306247+00:00 Ruby Importer Affected by VCID-y54w-a8kr-suhy https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2011-0448.yml 38.4.0
2026-04-16T17:37:11.868328+00:00 Ruby Importer Affected by VCID-j8zg-kq3z-jqcm https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2010-3933.yml 38.4.0
2026-04-16T17:36:56.621724+00:00 Ruby Importer Affected by VCID-bsxw-gh14-rbef https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2012-2695.yml 38.4.0
2026-04-16T17:36:49.422543+00:00 Ruby Importer Affected by VCID-4cky-r218-dkbb https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2011-2930.yml 38.4.0
2026-04-16T17:36:29.644400+00:00 Ruby Importer Affected by VCID-nzeb-cy9e-tkax https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2008-4094.yml 38.4.0
2026-04-16T17:35:44.504677+00:00 Ruby Importer Affected by VCID-2efj-tf8d-dfck https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2014-3514.yml 38.4.0
2026-04-16T17:35:41.483488+00:00 Ruby Importer Affected by VCID-sb9g-rdnm-rqbm https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2014-3482.yml 38.4.0
2026-04-16T17:35:40.078906+00:00 Ruby Importer Affected by VCID-3m2y-wy1w-n7h1 https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2014-3483.yml 38.4.0
2026-04-16T17:35:36.222820+00:00 Ruby Importer Fixing VCID-n5fx-u6fs-vydu https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2014-0080.yml 38.4.0
2026-04-16T17:35:35.031229+00:00 Ruby Importer Affected by VCID-n5fx-u6fs-vydu https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2014-0080.yml 38.4.0
2026-04-16T17:35:12.804788+00:00 Ruby Importer Affected by VCID-eb5z-q7rj-j7hh https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2013-3221.yml 38.4.0
2026-04-16T17:35:10.910939+00:00 Ruby Importer Affected by VCID-xa94-z6yu-skf8 https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2013-1854.yml 38.4.0
2026-04-16T17:34:59.447243+00:00 Ruby Importer Affected by VCID-nk6g-hhsk-8kaw https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2013-0277.yml 38.4.0
2026-04-16T17:34:57.949888+00:00 Ruby Importer Affected by VCID-hbtn-7423-m3gb https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2013-0276.yml 38.4.0
2026-04-16T17:34:49.738413+00:00 Ruby Importer Affected by VCID-j7p8-hchp-xbe3 https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2013-0155.yml 38.4.0
2026-04-16T17:34:45.406311+00:00 Ruby Importer Affected by VCID-kkbt-pr7u-f7gn https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2012-6496.yml 38.4.0
2026-04-16T17:34:31.153314+00:00 Ruby Importer Affected by VCID-phxs-zet8-ryh3 https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2012-2660.yml 38.4.0
2026-04-16T17:34:28.898506+00:00 Ruby Importer Affected by VCID-rq7w-zmh4-17e1 https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2012-2661.yml 38.4.0
2026-04-16T02:32:16.161245+00:00 GHSA Importer Affected by VCID-n8r7-wthv-fqaj https://github.com/advisories/GHSA-3hhc-qp5v-9p2j 38.4.0
2026-04-16T01:23:00.958795+00:00 GHSA Importer Affected by VCID-f4h5-8f57-3uhr https://github.com/advisories/GHSA-7phj-gmgx-2r66 38.4.0
2026-04-12T00:55:26.770085+00:00 GitLab Importer Affected by VCID-zqzx-avvt-wkhm https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/activerecord/CVE-2025-55193.yml 38.3.0
2026-04-11T23:37:56.755253+00:00 GitLab Importer Affected by VCID-sygb-mygd-s3gb https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/activerecord/CVE-2022-44566.yml 38.3.0
2026-04-11T23:34:49.985642+00:00 GitLab Importer Affected by VCID-n8r7-wthv-fqaj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/activerecord/CVE-2022-32224.yml 38.3.0
2026-04-11T23:07:23.743555+00:00 GitLab Importer Affected by VCID-eb5z-q7rj-j7hh https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/activerecord/CVE-2013-3221.yml 38.3.0
2026-04-11T21:50:46.007910+00:00 GitLab Importer Affected by VCID-kkbt-pr7u-f7gn https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/activerecord/CVE-2012-6496.yml 38.3.0
2026-04-11T21:50:45.272378+00:00 GitLab Importer Affected by VCID-sb9g-rdnm-rqbm https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/activerecord/CVE-2014-3482.yml 38.3.0
2026-04-11T21:50:38.317993+00:00 GitLab Importer Affected by VCID-bsxw-gh14-rbef https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/activerecord/CVE-2012-2695.yml 38.3.0
2026-04-11T21:43:52.254814+00:00 GitLab Importer Affected by VCID-thx6-usb2-kkgc https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/activerecord/CVE-2015-7577.yml 38.3.0
2026-04-11T21:41:35.482502+00:00 GitLab Importer Affected by VCID-n5fx-u6fs-vydu https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/activerecord/CVE-2014-0080.yml 38.3.0
2026-04-11T21:40:56.048218+00:00 GitLab Importer Affected by VCID-xa94-z6yu-skf8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/activerecord/CVE-2013-1854.yml 38.3.0
2026-04-11T21:40:45.653387+00:00 GitLab Importer Affected by VCID-j7p8-hchp-xbe3 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/activerecord/CVE-2013-0155.yml 38.3.0
2026-04-11T21:40:36.117768+00:00 GitLab Importer Affected by VCID-rq7w-zmh4-17e1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/activerecord/CVE-2012-2661.yml 38.3.0
2026-04-11T21:40:35.777813+00:00 GitLab Importer Affected by VCID-phxs-zet8-ryh3 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/activerecord/CVE-2012-2660.yml 38.3.0
2026-04-11T21:39:19.207548+00:00 Ruby Importer Affected by VCID-zqzx-avvt-wkhm https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2025-55193.yml 38.3.0
2026-04-11T21:34:13.901168+00:00 Ruby Importer Affected by VCID-y54w-a8kr-suhy https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2011-0448.yml 38.3.0
2026-04-11T21:34:03.829736+00:00 Ruby Importer Affected by VCID-j8zg-kq3z-jqcm https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2010-3933.yml 38.3.0
2026-04-11T21:33:47.616257+00:00 Ruby Importer Affected by VCID-bsxw-gh14-rbef https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2012-2695.yml 38.3.0
2026-04-11T21:33:39.494328+00:00 Ruby Importer Affected by VCID-4cky-r218-dkbb https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2011-2930.yml 38.3.0
2026-04-11T21:33:18.735172+00:00 Ruby Importer Affected by VCID-nzeb-cy9e-tkax https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2008-4094.yml 38.3.0
2026-04-11T21:32:29.309645+00:00 Ruby Importer Affected by VCID-2efj-tf8d-dfck https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2014-3514.yml 38.3.0
2026-04-11T21:32:26.649270+00:00 Ruby Importer Affected by VCID-sb9g-rdnm-rqbm https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2014-3482.yml 38.3.0
2026-04-11T21:32:25.115691+00:00 Ruby Importer Affected by VCID-3m2y-wy1w-n7h1 https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2014-3483.yml 38.3.0
2026-04-11T21:32:21.703958+00:00 Ruby Importer Fixing VCID-n5fx-u6fs-vydu https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2014-0080.yml 38.3.0
2026-04-11T21:32:20.435036+00:00 Ruby Importer Affected by VCID-n5fx-u6fs-vydu https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2014-0080.yml 38.3.0
2026-04-11T21:31:55.686781+00:00 Ruby Importer Affected by VCID-eb5z-q7rj-j7hh https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2013-3221.yml 38.3.0
2026-04-11T21:31:53.699275+00:00 Ruby Importer Affected by VCID-xa94-z6yu-skf8 https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2013-1854.yml 38.3.0
2026-04-11T21:31:40.718277+00:00 Ruby Importer Affected by VCID-nk6g-hhsk-8kaw https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2013-0277.yml 38.3.0
2026-04-11T21:31:39.154602+00:00 Ruby Importer Affected by VCID-hbtn-7423-m3gb https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2013-0276.yml 38.3.0
2026-04-11T21:31:31.545623+00:00 Ruby Importer Affected by VCID-j7p8-hchp-xbe3 https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2013-0155.yml 38.3.0
2026-04-11T21:31:27.050978+00:00 Ruby Importer Affected by VCID-kkbt-pr7u-f7gn https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2012-6496.yml 38.3.0
2026-04-11T21:31:15.264277+00:00 Ruby Importer Affected by VCID-phxs-zet8-ryh3 https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2012-2660.yml 38.3.0
2026-04-11T21:31:13.415484+00:00 Ruby Importer Affected by VCID-rq7w-zmh4-17e1 https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2012-2661.yml 38.3.0
2026-04-11T13:57:44.660408+00:00 GHSA Importer Affected by VCID-n8r7-wthv-fqaj https://github.com/advisories/GHSA-3hhc-qp5v-9p2j 38.3.0
2026-04-11T12:52:22.223302+00:00 GHSA Importer Affected by VCID-f4h5-8f57-3uhr https://github.com/advisories/GHSA-7phj-gmgx-2r66 38.3.0
2026-04-05T02:29:49.535983+00:00 GitLab Importer Affected by VCID-n8r7-wthv-fqaj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/activerecord/CVE-2022-32224.yml 38.1.0
2026-04-03T01:03:36.337835+00:00 GitLab Importer Affected by VCID-zqzx-avvt-wkhm https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/activerecord/CVE-2025-55193.yml 38.1.0
2026-04-02T23:42:14.434232+00:00 GitLab Importer Affected by VCID-sygb-mygd-s3gb https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/activerecord/CVE-2022-44566.yml 38.1.0
2026-04-02T23:15:37.841314+00:00 GitLab Importer Affected by VCID-eb5z-q7rj-j7hh https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/activerecord/CVE-2013-3221.yml 38.1.0
2026-04-02T22:04:34.490955+00:00 GitLab Importer Affected by VCID-kkbt-pr7u-f7gn https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/activerecord/CVE-2012-6496.yml 38.1.0
2026-04-02T22:04:33.823992+00:00 GitLab Importer Affected by VCID-sb9g-rdnm-rqbm https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/activerecord/CVE-2014-3482.yml 38.1.0
2026-04-02T22:04:27.374807+00:00 GitLab Importer Affected by VCID-bsxw-gh14-rbef https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/activerecord/CVE-2012-2695.yml 38.1.0
2026-04-02T21:57:59.914009+00:00 GitLab Importer Affected by VCID-thx6-usb2-kkgc https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/activerecord/CVE-2015-7577.yml 38.1.0
2026-04-02T21:55:46.873036+00:00 GitLab Importer Affected by VCID-n5fx-u6fs-vydu https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/activerecord/CVE-2014-0080.yml 38.1.0
2026-04-02T21:55:04.563149+00:00 GitLab Importer Affected by VCID-xa94-z6yu-skf8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/activerecord/CVE-2013-1854.yml 38.1.0
2026-04-02T21:54:51.089372+00:00 GitLab Importer Affected by VCID-j7p8-hchp-xbe3 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/activerecord/CVE-2013-0155.yml 38.1.0
2026-04-02T21:54:42.169374+00:00 GitLab Importer Affected by VCID-rq7w-zmh4-17e1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/activerecord/CVE-2012-2661.yml 38.1.0
2026-04-02T21:54:40.976941+00:00 GitLab Importer Affected by VCID-phxs-zet8-ryh3 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/activerecord/CVE-2012-2660.yml 38.1.0
2026-04-02T19:36:54.222098+00:00 Ruby Importer Affected by VCID-zqzx-avvt-wkhm https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2025-55193.yml 38.1.0
2026-04-02T19:32:34.303847+00:00 Ruby Importer Affected by VCID-y54w-a8kr-suhy https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2011-0448.yml 38.1.0
2026-04-02T19:32:25.837171+00:00 Ruby Importer Affected by VCID-j8zg-kq3z-jqcm https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2010-3933.yml 38.1.0
2026-04-02T19:32:11.841575+00:00 Ruby Importer Affected by VCID-bsxw-gh14-rbef https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2012-2695.yml 38.1.0
2026-04-02T19:32:05.228614+00:00 Ruby Importer Affected by VCID-4cky-r218-dkbb https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2011-2930.yml 38.1.0
2026-04-02T19:31:47.068099+00:00 Ruby Importer Affected by VCID-nzeb-cy9e-tkax https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2008-4094.yml 38.1.0
2026-04-02T19:31:03.616676+00:00 Ruby Importer Affected by VCID-2efj-tf8d-dfck https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2014-3514.yml 38.1.0
2026-04-02T19:31:00.842509+00:00 Ruby Importer Affected by VCID-sb9g-rdnm-rqbm https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2014-3482.yml 38.1.0
2026-04-02T19:30:59.504017+00:00 Ruby Importer Affected by VCID-3m2y-wy1w-n7h1 https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2014-3483.yml 38.1.0
2026-04-02T19:30:54.615296+00:00 Ruby Importer Fixing VCID-n5fx-u6fs-vydu https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2014-0080.yml 38.1.0
2026-04-02T19:30:53.495644+00:00 Ruby Importer Affected by VCID-n5fx-u6fs-vydu https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2014-0080.yml 38.1.0
2026-04-02T19:30:33.236859+00:00 Ruby Importer Affected by VCID-eb5z-q7rj-j7hh https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2013-3221.yml 38.1.0
2026-04-02T19:30:31.455808+00:00 Ruby Importer Affected by VCID-xa94-z6yu-skf8 https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2013-1854.yml 38.1.0
2026-04-02T19:30:20.536067+00:00 Ruby Importer Affected by VCID-nk6g-hhsk-8kaw https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2013-0277.yml 38.1.0
2026-04-02T19:30:19.193333+00:00 Ruby Importer Affected by VCID-hbtn-7423-m3gb https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2013-0276.yml 38.1.0
2026-04-02T19:30:12.606206+00:00 Ruby Importer Affected by VCID-j7p8-hchp-xbe3 https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2013-0155.yml 38.1.0
2026-04-02T19:30:09.049289+00:00 Ruby Importer Affected by VCID-kkbt-pr7u-f7gn https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2012-6496.yml 38.1.0
2026-04-02T19:29:56.862800+00:00 Ruby Importer Affected by VCID-phxs-zet8-ryh3 https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2012-2660.yml 38.1.0
2026-04-02T19:29:54.723013+00:00 Ruby Importer Affected by VCID-rq7w-zmh4-17e1 https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2012-2661.yml 38.1.0
2026-04-02T14:44:03.918118+00:00 GHSA Importer Affected by VCID-n8r7-wthv-fqaj https://github.com/advisories/GHSA-3hhc-qp5v-9p2j 38.1.0
2026-04-02T13:45:14.443643+00:00 GHSA Importer Affected by VCID-f4h5-8f57-3uhr https://github.com/advisories/GHSA-7phj-gmgx-2r66 38.1.0
2026-04-01T18:04:57.567355+00:00 GitLab Importer Affected by VCID-sygb-mygd-s3gb https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/activerecord/CVE-2022-44566.yml 38.0.0
2026-04-01T17:35:40.307356+00:00 GitLab Importer Affected by VCID-eb5z-q7rj-j7hh https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/activerecord/CVE-2013-3221.yml 38.0.0
2026-04-01T16:21:31.580663+00:00 GitLab Importer Affected by VCID-kkbt-pr7u-f7gn https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/activerecord/CVE-2012-6496.yml 38.0.0
2026-04-01T16:21:30.929442+00:00 GitLab Importer Affected by VCID-sb9g-rdnm-rqbm https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/activerecord/CVE-2014-3482.yml 38.0.0
2026-04-01T16:15:11.979515+00:00 GitLab Importer Affected by VCID-thx6-usb2-kkgc https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/activerecord/CVE-2015-7577.yml 38.0.0
2026-04-01T15:56:23.352853+00:00 GHSA Importer Affected by VCID-rq7w-zmh4-17e1 https://github.com/advisories/GHSA-fh39-v733-mxfr 38.0.0
2026-04-01T15:56:22.755514+00:00 GHSA Importer Affected by VCID-bsxw-gh14-rbef https://github.com/advisories/GHSA-76wq-xw4h-f8wj 38.0.0
2026-04-01T15:56:21.206080+00:00 GHSA Importer Affected by VCID-kkbt-pr7u-f7gn https://github.com/advisories/GHSA-gh2w-j7cx-2664 38.0.0
2026-04-01T15:56:20.142928+00:00 GHSA Importer Affected by VCID-xa94-z6yu-skf8 https://github.com/advisories/GHSA-3crr-9vmg-864v 38.0.0
2026-04-01T15:56:19.995519+00:00 GHSA Importer Affected by VCID-hbtn-7423-m3gb https://github.com/advisories/GHSA-gr44-7grc-37vq 38.0.0
2026-04-01T15:56:19.320363+00:00 GHSA Importer Affected by VCID-j7p8-hchp-xbe3 https://github.com/advisories/GHSA-gppp-5xc5-wfpx 38.0.0
2026-04-01T15:54:25.484830+00:00 Ruby Importer Affected by VCID-zqzx-avvt-wkhm https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2025-55193.yml 38.0.0
2026-04-01T15:49:30.180451+00:00 Ruby Importer Affected by VCID-y54w-a8kr-suhy https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2011-0448.yml 38.0.0
2026-04-01T15:49:20.286014+00:00 Ruby Importer Affected by VCID-j8zg-kq3z-jqcm https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2010-3933.yml 38.0.0
2026-04-01T15:49:04.459431+00:00 Ruby Importer Affected by VCID-bsxw-gh14-rbef https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2012-2695.yml 38.0.0
2026-04-01T15:48:56.618569+00:00 Ruby Importer Affected by VCID-4cky-r218-dkbb https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2011-2930.yml 38.0.0
2026-04-01T15:48:36.149491+00:00 Ruby Importer Affected by VCID-nzeb-cy9e-tkax https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2008-4094.yml 38.0.0
2026-04-01T15:47:50.719232+00:00 Ruby Importer Affected by VCID-2efj-tf8d-dfck https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2014-3514.yml 38.0.0
2026-04-01T15:47:48.382591+00:00 Ruby Importer Affected by VCID-sb9g-rdnm-rqbm https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2014-3482.yml 38.0.0
2026-04-01T15:47:46.859853+00:00 Ruby Importer Affected by VCID-3m2y-wy1w-n7h1 https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2014-3483.yml 38.0.0
2026-04-01T15:47:43.511651+00:00 Ruby Importer Fixing VCID-n5fx-u6fs-vydu https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2014-0080.yml 38.0.0
2026-04-01T15:47:18.597830+00:00 Ruby Importer Affected by VCID-eb5z-q7rj-j7hh https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2013-3221.yml 38.0.0
2026-04-01T15:47:16.624781+00:00 Ruby Importer Affected by VCID-xa94-z6yu-skf8 https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2013-1854.yml 38.0.0
2026-04-01T15:47:04.585826+00:00 Ruby Importer Affected by VCID-nk6g-hhsk-8kaw https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2013-0277.yml 38.0.0
2026-04-01T15:47:03.095001+00:00 Ruby Importer Affected by VCID-hbtn-7423-m3gb https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2013-0276.yml 38.0.0
2026-04-01T15:46:55.776167+00:00 Ruby Importer Affected by VCID-j7p8-hchp-xbe3 https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2013-0155.yml 38.0.0
2026-04-01T15:46:51.242793+00:00 Ruby Importer Affected by VCID-kkbt-pr7u-f7gn https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2012-6496.yml 38.0.0
2026-04-01T15:46:39.766044+00:00 Ruby Importer Affected by VCID-phxs-zet8-ryh3 https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2012-2660.yml 38.0.0
2026-04-01T15:46:38.127102+00:00 Ruby Importer Affected by VCID-rq7w-zmh4-17e1 https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2012-2661.yml 38.0.0
2026-04-01T15:18:32.566158+00:00 Ruby Importer Affected by VCID-n5fx-u6fs-vydu https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2014-0080.yml 38.0.0
2026-04-01T12:47:27.511716+00:00 GitLab Importer Affected by VCID-bsxw-gh14-rbef https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/activerecord/CVE-2012-2695.yml 38.0.0
2026-04-01T12:46:51.702665+00:00 GitLab Importer Affected by VCID-n5fx-u6fs-vydu https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/activerecord/CVE-2014-0080.yml 38.0.0
2026-04-01T12:46:48.783095+00:00 GitLab Importer Affected by VCID-xa94-z6yu-skf8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/activerecord/CVE-2013-1854.yml 38.0.0
2026-04-01T12:46:47.907958+00:00 GitLab Importer Affected by VCID-j7p8-hchp-xbe3 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/activerecord/CVE-2013-0155.yml 38.0.0
2026-04-01T12:46:47.006962+00:00 GitLab Importer Affected by VCID-rq7w-zmh4-17e1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/activerecord/CVE-2012-2661.yml 38.0.0
2026-04-01T12:46:46.967924+00:00 GitLab Importer Affected by VCID-phxs-zet8-ryh3 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/activerecord/CVE-2012-2660.yml 38.0.0