GSD-2019-10780
Vulnerability from gsd - Updated: 2020-02-14 00:00Details
BibTeX-ruby before 5.1.0 allows shell command injection due to unsanitized
user input being passed directly to the built-in Ruby Kernel.open method through
BibTeX.open.
Aliases
Aliases
{
"GSD": {
"alias": "CVE-2019-10780",
"description": "BibTeX-ruby before 5.1.0 allows shell command injection due to unsanitized user input being passed directly to the built-in Ruby Kernel.open method through BibTeX.open.",
"id": "GSD-2019-10780"
},
"gsd": {
"metadata": {
"exploitCode": "unknown",
"remediation": "unknown",
"reportConfidence": "confirmed",
"type": "vulnerability"
},
"osvSchema": {
"affected": [
{
"package": {
"ecosystem": "RubyGems",
"name": "bibtex-ruby",
"purl": "pkg:gem/bibtex-ruby"
}
}
],
"aliases": [
"CVE-2019-10780",
"GHSA-c5r5-7pfh-6qg6"
],
"details": "BibTeX-ruby before 5.1.0 allows shell command injection due to unsanitized\nuser input being passed directly to the built-in Ruby Kernel.open method through\nBibTeX.open.\n",
"id": "GSD-2019-10780",
"modified": "2020-02-14T00:00:00.000Z",
"published": "2020-02-14T00:00:00.000Z",
"references": [
{
"type": "WEB",
"url": "https://github.com/advisories/GHSA-c5r5-7pfh-6qg6"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": 9.8,
"type": "CVSS_V3"
}
],
"summary": "OS command injection in BibTeX-Ruby"
}
},
"namespaces": {
"cve.org": {
"CVE_data_meta": {
"ASSIGNER": "report@snyk.io",
"ID": "CVE-2019-10780",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "BibTeX-ruby",
"version": {
"version_data": [
{
"version_value": "All versions prior to version 5.1.0"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "BibTeX-ruby before 5.1.0 allows shell command injection due to unsanitized user input being passed directly to the built-in Ruby Kernel.open method through BibTeX.open."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Command Injection"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://snyk.io/vuln/SNYK-RUBY-BIBTEXRUBY-542602",
"refsource": "MISC",
"url": "https://snyk.io/vuln/SNYK-RUBY-BIBTEXRUBY-542602"
}
]
}
},
"github.com/rubysec/ruby-advisory-db": {
"cve": "2019-10780",
"cvss_v3": 9.8,
"date": "2020-02-14",
"description": "BibTeX-ruby before 5.1.0 allows shell command injection due to unsanitized\nuser input being passed directly to the built-in Ruby Kernel.open method through\nBibTeX.open.\n",
"gem": "bibtex-ruby",
"ghsa": "c5r5-7pfh-6qg6",
"patched_versions": [
"\u003e= 5.1.0"
],
"title": "OS command injection in BibTeX-Ruby",
"url": "https://github.com/advisories/GHSA-c5r5-7pfh-6qg6"
},
"gitlab.com": {
"advisories": [
{
"affected_range": "\u003c5.1.0",
"affected_versions": "All versions before 5.1.0",
"cvss_v2": "AV:N/AC:L/Au:N/C:C/I:C/A:C",
"cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"cwe_ids": [
"CWE-1035",
"CWE-78",
"CWE-937"
],
"date": "2020-01-30",
"description": "BibTeX-ruby allows command injection due to unsanitized user input being passed directly to the built-in Ruby `Kernel.open` method through `BibTeX.open`.",
"fixed_versions": [
"5.1.0"
],
"identifier": "CVE-2019-10780",
"identifiers": [
"CVE-2019-10780"
],
"not_impacted": "All versions starting from 5.1.0",
"package_slug": "gem/bibtex-ruby",
"pubdate": "2020-01-22",
"solution": "Upgrade to version 5.1.0 or above.",
"title": "OS Command Injection",
"urls": [
"https://nvd.nist.gov/vuln/detail/CVE-2019-10780"
],
"uuid": "cea3b25c-42c5-4506-878f-f0978fd677b3"
}
]
},
"nvd.nist.gov": {
"configurations": {
"CVE_data_version": "4.0",
"nodes": [
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:a:bibtex-ruby_project:bibtex-ruby:*:*:*:*:*:*:*:*",
"cpe_name": [],
"versionEndExcluding": "5.1.0",
"vulnerable": true
}
],
"operator": "OR"
}
]
},
"cve": {
"CVE_data_meta": {
"ASSIGNER": "report@snyk.io",
"ID": "CVE-2019-10780"
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "en",
"value": "BibTeX-ruby before 5.1.0 allows shell command injection due to unsanitized user input being passed directly to the built-in Ruby Kernel.open method through BibTeX.open."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "en",
"value": "CWE-78"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://snyk.io/vuln/SNYK-RUBY-BIBTEXRUBY-542602",
"refsource": "MISC",
"tags": [
"Exploit",
"Patch",
"Third Party Advisory"
],
"url": "https://snyk.io/vuln/SNYK-RUBY-BIBTEXRUBY-542602"
}
]
}
},
"impact": {
"baseMetricV2": {
"acInsufInfo": false,
"cvssV2": {
"accessComplexity": "LOW",
"accessVector": "NETWORK",
"authentication": "NONE",
"availabilityImpact": "COMPLETE",
"baseScore": 10.0,
"confidentialityImpact": "COMPLETE",
"integrityImpact": "COMPLETE",
"vectorString": "AV:N/AC:L/Au:N/C:C/I:C/A:C",
"version": "2.0"
},
"exploitabilityScore": 10.0,
"impactScore": 10.0,
"obtainAllPrivilege": false,
"obtainOtherPrivilege": false,
"obtainUserPrivilege": false,
"severity": "HIGH",
"userInteractionRequired": false
},
"baseMetricV3": {
"cvssV3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 5.9
}
},
"lastModifiedDate": "2020-01-30T16:40Z",
"publishedDate": "2020-01-22T14:15Z"
}
}
}
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…