GSD-2017-16229
Vulnerability from gsd - Updated: 2017-10-29 00:00Details
In the Ox gem 2.8.1 for Ruby, the process crashes with a stack-based
buffer over-read in the read_from_str function in sax_buf.c when a crafted input
is supplied to sax_parse.
Aliases
Aliases
{
"GSD": {
"alias": "CVE-2017-16229",
"description": "In the Ox gem 2.8.1 for Ruby, the process crashes with a stack-based buffer over-read in the read_from_str function in sax_buf.c when a crafted input is supplied to sax_parse.",
"id": "GSD-2017-16229"
},
"gsd": {
"metadata": {
"exploitCode": "unknown",
"remediation": "unknown",
"reportConfidence": "confirmed",
"type": "vulnerability"
},
"osvSchema": {
"affected": [
{
"package": {
"ecosystem": "RubyGems",
"name": "ox",
"purl": "pkg:gem/ox"
}
}
],
"aliases": [
"CVE-2017-16229",
"GHSA-wfwm-chj7-w59r"
],
"details": "In the Ox gem 2.8.1 for Ruby, the process crashes with a stack-based\nbuffer over-read in the read_from_str function in sax_buf.c when a crafted input\nis supplied to sax_parse.\n",
"id": "GSD-2017-16229",
"modified": "2017-10-29T00:00:00.000Z",
"published": "2017-10-29T00:00:00.000Z",
"references": [
{
"type": "WEB",
"url": "https://github.com/ohler55/ox/issues/195"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": 4.3,
"type": "CVSS_V2"
},
{
"score": 5.5,
"type": "CVSS_V3"
}
],
"summary": "ox ruby gem stack overflow in sax_parse"
}
},
"namespaces": {
"cve.org": {
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2017-16229",
"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 Ox gem 2.8.1 for Ruby, the process crashes with a stack-based buffer over-read in the read_from_str function in sax_buf.c when a crafted input is supplied to sax_parse."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://rubygems.org/gems/ox/versions/2.8.1",
"refsource": "MISC",
"url": "https://rubygems.org/gems/ox/versions/2.8.1"
},
{
"name": "https://github.com/ohler55/ox/issues/195",
"refsource": "MISC",
"url": "https://github.com/ohler55/ox/issues/195"
}
]
}
},
"github.com/rubysec/ruby-advisory-db": {
"cve": "2017-16229",
"cvss_v2": 4.3,
"cvss_v3": 5.5,
"date": "2017-10-29",
"description": "In the Ox gem 2.8.1 for Ruby, the process crashes with a stack-based\nbuffer over-read in the read_from_str function in sax_buf.c when a crafted input\nis supplied to sax_parse.\n",
"gem": "ox",
"ghsa": "wfwm-chj7-w59r",
"patched_versions": [
"\u003e= 2.8.2"
],
"title": "ox ruby gem stack overflow in sax_parse",
"url": "https://github.com/ohler55/ox/issues/195"
},
"gitlab.com": {
"advisories": [
{
"affected_range": "=2.8.1",
"affected_versions": "Version 2.8.1",
"cvss_v2": "AV:N/AC:M/Au:N/C:N/I:N/A:P",
"cvss_v3": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"cwe_ids": [
"CWE-1035",
"CWE-125",
"CWE-937"
],
"date": "2019-10-03",
"description": "In the Ox gem for Ruby, a segmentation fault can be triggered by supplying a specially crafted input to `parse_obj`.",
"fixed_versions": [
"2.8.2"
],
"identifier": "CVE-2017-16229",
"identifiers": [
"CVE-2017-16229"
],
"not_impacted": "All versions before 2.8.1, all versions after 2.8.1",
"package_slug": "gem/ox",
"pubdate": "2018-02-26",
"solution": "Upgrade to version 2.8.2 or above.",
"title": "Out-of-bounds Read",
"urls": [
"https://nvd.nist.gov/vuln/detail/CVE-2017-16229"
],
"uuid": "e0c181da-e2ce-44fa-a8e8-fdcbd7cd836c"
}
]
},
"nvd.nist.gov": {
"configurations": {
"CVE_data_version": "4.0",
"nodes": [
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:a:ox_project:ox:2.8.1:*:*:*:*:ruby:*:*",
"cpe_name": [],
"vulnerable": true
}
],
"operator": "OR"
}
]
},
"cve": {
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2017-16229"
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "en",
"value": "In the Ox gem 2.8.1 for Ruby, the process crashes with a stack-based buffer over-read in the read_from_str function in sax_buf.c when a crafted input is supplied to sax_parse."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "en",
"value": "CWE-125"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://rubygems.org/gems/ox/versions/2.8.1",
"refsource": "MISC",
"tags": [
"Third Party Advisory"
],
"url": "https://rubygems.org/gems/ox/versions/2.8.1"
},
{
"name": "https://github.com/ohler55/ox/issues/195",
"refsource": "MISC",
"tags": [
"Exploit",
"Third Party Advisory"
],
"url": "https://github.com/ohler55/ox/issues/195"
}
]
}
},
"impact": {
"baseMetricV2": {
"cvssV2": {
"accessComplexity": "MEDIUM",
"accessVector": "NETWORK",
"authentication": "NONE",
"availabilityImpact": "PARTIAL",
"baseScore": 4.3,
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"vectorString": "AV:N/AC:M/Au:N/C:N/I:N/A:P",
"version": "2.0"
},
"exploitabilityScore": 8.6,
"impactScore": 2.9,
"obtainAllPrivilege": false,
"obtainOtherPrivilege": false,
"obtainUserPrivilege": false,
"severity": "MEDIUM",
"userInteractionRequired": true
},
"baseMetricV3": {
"cvssV3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"exploitabilityScore": 1.8,
"impactScore": 3.6
}
},
"lastModifiedDate": "2019-10-03T00:03Z",
"publishedDate": "2018-02-26T22:29Z"
}
}
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…