add CVE-2019-16787 for GHSA-3cm7-rgh5-9pq5

This commit is contained in:
Robert Schultheis 2019-12-20 15:36:15 -07:00
parent e5f79f330a
commit c0188320d9
No known key found for this signature in database
GPG Key ID: 348C4211B4D8BB40

View File

@ -0,0 +1,110 @@
{
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
"ID": "CVE-2019-16787",
"STATE": "PUBLIC",
"TITLE": "NetHack: Privilege escalation/remote code execution/crash in configuration parsing"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "NetHack",
"version": {
"version_data": [
{
"version_affected": "=",
"version_name": "= 3.6.0",
"version_value": "3.6.0"
},
{
"version_affected": "=",
"version_name": "= 3.6.1",
"version_value": "3.6.1"
},
{
"version_affected": "=",
"version_name": "= 3.6.2",
"version_value": "3.6.2"
},
{
"version_affected": "=",
"version_name": "= 3.6.3",
"version_value": "3.6.3"
}
]
}
}
]
},
"vendor_name": "NetHack"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "In NatHack between 3.6.0 and 3.6.3, a buffer overflow issue exists when reading very long lines from a NetHack configuration file (usually named .nethackrc).\n\nThis vulnerability affects systems that have NetHack installed suid/sgid and shared systems that allow users to upload their own configuration files.\n\nAll users are urged to upgrade to NetHack 3.6.4 as soon as possible."
}
]
},
"impact": {
"cvss": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 7,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:L/I:H/A:L",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-269"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/NetHack/NetHack/security/advisories/GHSA-3cm7-rgh5-9pq5",
"refsource": "CONFIRM",
"url": "https://github.com/NetHack/NetHack/security/advisories/GHSA-3cm7-rgh5-9pq5"
},
{
"name": "https://nethack.org/security/",
"refsource": "MISC",
"url": "https://nethack.org/security/"
},
{
"name": "https://github.com/NetHack/NetHack/commit/f001de79542b8c38b1f8e6d7eaefbbd28ab94b47",
"refsource": "MISC",
"url": "https://github.com/NetHack/NetHack/commit/f001de79542b8c38b1f8e6d7eaefbbd28ab94b47"
}
]
},
"source": {
"advisory": "GHSA-3cm7-rgh5-9pq5",
"discovery": "UNKNOWN"
}
}