ghsa-hqf9-rc9j-5fmj
Vulnerability from github
Published
2017-10-24 18:33
Modified
2023-07-05 17:50
Summary
Array data injection vulnerability in activerecord
Details
SQL injection vulnerability in activerecord/lib/active_record/connection_adapters/postgresql/cast.rb
in Active Record in Ruby on Rails 4.0.x before 4.0.3, and 4.1.0.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.
{ "affected": [ { "package": { "ecosystem": "RubyGems", "name": "activerecord" }, "ranges": [ { "events": [ { "introduced": "4.0.0" }, { "fixed": "4.0.3" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "RubyGems", "name": "activerecord" }, "ranges": [ { "events": [ { "introduced": "4.1.0.beta1" }, { "fixed": "4.1.0.beta2" } ], "type": "ECOSYSTEM" } ], "versions": [ "4.1.0.beta1" ] } ], "aliases": [ "CVE-2014-0080" ], "database_specific": { "cwe_ids": [ "CWE-89" ], "github_reviewed": true, "github_reviewed_at": "2020-06-16T21:40:47Z", "nvd_published_at": "2014-02-20T15:27:02Z", "severity": "MODERATE" }, "details": "SQL injection vulnerability in `activerecord/lib/active_record/connection_adapters/postgresql/cast.rb` in Active Record in Ruby on Rails 4.0.x before 4.0.3, and 4.1.0.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.", "id": "GHSA-hqf9-rc9j-5fmj", "modified": "2023-07-05T17:50:02Z", "published": "2017-10-24T18:33:36Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2014-0080" }, { "type": "ADVISORY", "url": "https://github.com/advisories/GHSA-hqf9-rc9j-5fmj" }, { "type": "PACKAGE", "url": "https://github.com/rails/rails/tree/main/activerecord" }, { "type": "WEB", "url": "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activerecord/CVE-2014-0080.yml" }, { "type": "WEB", "url": "https://web.archive.org/web/20210301004521/https://groups.google.com/forum/message/raw?msg=rubyonrails-security/Wu96YkTUR6s/pPLBMZrlwvYJ" }, { "type": "WEB", "url": "http://openwall.com/lists/oss-security/2014/02/18/9" } ], "schema_version": "1.4.0", "severity": [], "summary": "Array data injection vulnerability in activerecord" }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.