gsd-2017-16516
Vulnerability from gsd
Modified
2017-11-03 00:00
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.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2017-16516", "description": "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": "GSD-2017-16516", "references": [ "https://www.suse.com/security/cve/CVE-2017-16516.html" ] }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "affected": [ { "package": { "ecosystem": "RubyGems", "name": "yajl-ruby", "purl": "pkg:gem/yajl-ruby" } } ], "aliases": [ "CVE-2017-16516", "GHSA-wwh7-4jw9-33x6" ], "details": "In the yajl-ruby gem 1.3.0 for Ruby, when a crafted JSON file is supplied to\nYajl::Parser.new.parse, the whole ruby process crashes with a SIGABRT in the\nyajl_string_decode function in yajl_encode.c. This results in the whole ruby\nprocess terminating and potentially a denial of service.\n", "id": "GSD-2017-16516", "modified": "2017-11-03T00:00:00.000Z", "published": "2017-11-03T00:00:00.000Z", "references": [ { "type": "WEB", "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-16516" }, { "type": "WEB", "url": "https://github.com/brianmario/yajl-ruby/issues/176" } ], "schema_version": "1.4.0", "severity": [ { "score": 7.5, "type": "CVSS_V3" } ], "summary": "Flaw in yajl-ruby gem may cause a DoS" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2017-16516", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "n/a", "version": { "version_data": [ { "version_value": "n/a" } ] } } ] }, "vendor_name": "n/a" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "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." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "n/a" } ] } ] }, "references": { "reference_data": [ { "name": "https://rubygems.org/gems/yajl-ruby", "refsource": "MISC", "url": "https://rubygems.org/gems/yajl-ruby" }, { "name": "https://github.com/brianmario/yajl-ruby/issues/176", "refsource": "MISC", "url": "https://github.com/brianmario/yajl-ruby/issues/176" }, { "name": "[debian-lts-announce] 20171108 [SECURITY] [DLA 1167-1] ruby-yajl security update", "refsource": "MLIST", "url": "https://lists.debian.org/debian-lts-announce/2017/11/msg00010.html" }, { "name": "[debian-lts-announce] 20230711 [SECURITY] [DLA 3492-1] yajl security update", "refsource": "MLIST", "url": "https://lists.debian.org/debian-lts-announce/2023/07/msg00013.html" }, { "name": "[debian-lts-announce] 20230805 [SECURITY] [DLA 3516-1] burp security update", "refsource": "MLIST", "url": "https://lists.debian.org/debian-lts-announce/2023/08/msg00003.html" } ] } }, "github.com/rubysec/ruby-advisory-db": { "cve": "2017-16516", "cvss_v3": 7.5, "date": "2017-11-03", "description": "In the yajl-ruby gem 1.3.0 for Ruby, when a crafted JSON file is supplied to\nYajl::Parser.new.parse, the whole ruby process crashes with a SIGABRT in the\nyajl_string_decode function in yajl_encode.c. This results in the whole ruby\nprocess terminating and potentially a denial of service.\n", "gem": "yajl-ruby", "ghsa": "wwh7-4jw9-33x6", "patched_versions": [ "\u003e= 1.3.1" ], "related": { "url": [ "https://github.com/brianmario/yajl-ruby/issues/176" ] }, "title": "Flaw in yajl-ruby gem may cause a DoS", "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-16516" }, "gitlab.com": { "advisories": [ { "affected_range": "=1.3.0", "affected_versions": "Version 1.3.0", "cvss_v2": "AV:N/AC:L/Au:N/C:N/I:N/A:P", "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "cwe_ids": [ "CWE-1035", "CWE-134", "CWE-937" ], "date": "2020-03-10", "description": "In the yajl-ruby gem 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.", "fixed_versions": [ "1.3.1" ], "identifier": "CVE-2017-16516", "identifiers": [ "CVE-2017-16516" ], "not_impacted": "All versions before 1.3.0, all versions after 1.3.0", "package_slug": "gem/yajl-ruby", "pubdate": "2017-11-03", "solution": "Upgrade to version 1.3.1 or above.", "title": "Denial of Service via SIGABRT", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2017-16516", "https://github.com/brianmario/yajl-ruby/issues/176" ], "uuid": "5b27dabd-9f5a-4f5b-bf50-158b4a7e81f6" } ] }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:yajl-ruby_project:yajl-ruby:1.3.0:*:*:*:*:ruby:*:*", "cpe_name": [], "vulnerable": true } ], "operator": "OR" }, { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:o:debian:debian_linux:7.0:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2017-16516" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "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." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-134" } ] } ] }, "references": { "reference_data": [ { "name": "https://rubygems.org/gems/yajl-ruby", "refsource": "MISC", "tags": [ "Third Party Advisory" ], "url": "https://rubygems.org/gems/yajl-ruby" }, { "name": "https://github.com/brianmario/yajl-ruby/issues/176", "refsource": "MISC", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://github.com/brianmario/yajl-ruby/issues/176" }, { "name": "[debian-lts-announce] 20171108 [SECURITY] [DLA 1167-1] ruby-yajl security update", "refsource": "MLIST", "tags": [ "Third Party Advisory" ], "url": "https://lists.debian.org/debian-lts-announce/2017/11/msg00010.html" }, { "name": "[debian-lts-announce] 20230711 [SECURITY] [DLA 3492-1] yajl security update", "refsource": "MLIST", "tags": [], "url": "https://lists.debian.org/debian-lts-announce/2023/07/msg00013.html" }, { "name": "[debian-lts-announce] 20230805 [SECURITY] [DLA 3516-1] burp security update", "refsource": "MLIST", "tags": [], "url": "https://lists.debian.org/debian-lts-announce/2023/08/msg00003.html" } ] } }, "impact": { "baseMetricV2": { "acInsufInfo": true, "cvssV2": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 5.0, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:N/AC:L/Au:N/C:N/I:N/A:P", "version": "2.0" }, "exploitabilityScore": 10.0, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "severity": "MEDIUM", "userInteractionRequired": false }, "baseMetricV3": { "cvssV3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 3.9, "impactScore": 3.6 } }, "lastModifiedDate": "2023-08-05T19:15Z", "publishedDate": "2017-11-03T15:29Z" } } }
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.