GHSA-wwh7-4jw9-33x6
Vulnerability from github
Published
2017-11-28 22:44
Modified
2023-08-29 16:04
Severity ?
Summary
yajl-ruby gem Denial of Service vulnerability
Details
In the yajl-ruby gem 1.3.0 for Ruby, when a crafted JSON file is supplied to Yajl::Parser.new.parse
, the whole ruby process crashes with a SIGABRT in the yajl_string_decode
function in yajl_encode.c
. This results in the whole ruby process terminating and potentially a denial of service.
{ "affected": [ { "package": { "ecosystem": "RubyGems", "name": "yajl-ruby" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "1.3.1" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2017-16516" ], "database_specific": { "cwe_ids": [ "CWE-134" ], "github_reviewed": true, "github_reviewed_at": "2020-06-16T22:01:25Z", "nvd_published_at": "2017-11-03T15:29:00Z", "severity": "HIGH" }, "details": "In the yajl-ruby gem 1.3.0 for Ruby, when a crafted JSON file is supplied to `Yajl::Parser.new.parse`, the whole ruby process crashes with a SIGABRT in the `yajl_string_decode` function in `yajl_encode.c`. This results in the whole ruby process terminating and potentially a denial of service.", "id": "GHSA-wwh7-4jw9-33x6", "modified": "2023-08-29T16:04:20Z", "published": "2017-11-28T22:44:42Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-16516" }, { "type": "WEB", "url": "https://github.com/brianmario/yajl-ruby/issues/176" }, { "type": "WEB", "url": "https://github.com/brianmario/yajl-ruby/pull/178" }, { "type": "WEB", "url": "https://github.com/github/advisory-database/pull/2158" }, { "type": "WEB", "url": "https://github.com/brianmario/yajl-ruby/commit/a8ca8f476655adaa187eedc60bdc770fff3c51ce" }, { "type": "PACKAGE", "url": "https://github.com/brianmario/yajl-ruby" }, { "type": "WEB", "url": "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/yajl-ruby/CVE-2017-16516.yml" }, { "type": "WEB", "url": "https://lists.debian.org/debian-lts-announce/2017/11/msg00010.html" }, { "type": "WEB", "url": "https://lists.debian.org/debian-lts-announce/2023/07/msg00013.html" }, { "type": "WEB", "url": "https://lists.debian.org/debian-lts-announce/2023/08/msg00003.html" }, { "type": "WEB", "url": "https://rubygems.org/gems/yajl-ruby" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "type": "CVSS_V3" } ], "summary": "yajl-ruby gem Denial of Service vulnerability" }
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.