cvelist/2018/1xxx/CVE-2018-1118.json

112 lines
3.9 KiB
JSON
Raw Normal View History

2017-12-04 03:02:28 -05:00
{
2023-02-02 15:01:24 +00:00
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
2019-03-17 22:25:24 +00:00
"CVE_data_meta": {
"ID": "CVE-2018-1118",
2023-02-02 15:01:24 +00:00
"ASSIGNER": "secalert@redhat.com",
2019-03-17 22:25:24 +00:00
"STATE": "PUBLIC"
},
2023-02-02 15:01:24 +00:00
"description": {
"description_data": [
{
"lang": "eng",
2023-02-13 04:01:20 +00:00
"value": "Linux kernel vhost since version 4.8 does not properly initialize memory in messages passed between virtual guests and the host operating system in the vhost/vhost.c:vhost_new_msg() function. This can allow local privileged users to read some kernel memory contents when reading from the /dev/vhost-net device file."
2023-02-02 15:01:24 +00:00
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
2023-02-13 04:01:20 +00:00
"value": "CWE-665",
2023-02-02 15:01:24 +00:00
"cweId": "CWE-665"
}
]
}
]
},
2019-03-17 22:25:24 +00:00
"affects": {
"vendor": {
"vendor_data": [
{
2023-02-13 04:01:20 +00:00
"vendor_name": "kernel",
2019-03-17 22:25:24 +00:00
"product": {
"product_data": [
{
2023-02-13 04:01:20 +00:00
"product_name": "vhost",
2019-03-17 22:25:24 +00:00
"version": {
"version_data": [
{
2023-02-13 04:01:20 +00:00
"version_affected": "=",
"version_value": "since 4.8"
2019-03-17 22:25:24 +00:00
}
]
}
}
]
2023-02-02 15:01:24 +00:00
}
2019-03-17 22:25:24 +00:00
}
]
}
},
"references": {
"reference_data": [
{
2023-02-02 15:01:24 +00:00
"url": "https://access.redhat.com/errata/RHSA-2018:2948",
"refsource": "MISC",
"name": "https://access.redhat.com/errata/RHSA-2018:2948"
},
{
"url": "https://lists.debian.org/debian-lts-announce/2018/07/msg00020.html",
"refsource": "MISC",
"name": "https://lists.debian.org/debian-lts-announce/2018/07/msg00020.html"
2019-03-17 22:25:24 +00:00
},
{
2023-02-02 15:01:24 +00:00
"url": "https://access.redhat.com/errata/RHSA-2018:3083",
"refsource": "MISC",
"name": "https://access.redhat.com/errata/RHSA-2018:3083"
2019-03-17 22:25:24 +00:00
},
{
2023-02-02 15:01:24 +00:00
"url": "https://access.redhat.com/errata/RHSA-2018:3096",
"refsource": "MISC",
"name": "https://access.redhat.com/errata/RHSA-2018:3096"
2019-03-17 22:25:24 +00:00
},
{
2023-02-02 15:01:24 +00:00
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-1118",
"refsource": "MISC",
"name": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-1118"
2019-03-17 22:25:24 +00:00
},
{
2023-02-02 15:01:24 +00:00
"url": "https://usn.ubuntu.com/3762-1/",
"refsource": "MISC",
"name": "https://usn.ubuntu.com/3762-1/"
},
{
"url": "https://usn.ubuntu.com/3762-2/",
"refsource": "MISC",
"name": "https://usn.ubuntu.com/3762-2/"
}
]
},
"impact": {
"cvss": [
{
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 2.3,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:H/UI:N/S:U/C:L/I:N/A:N",
"version": "3.0"
2019-03-17 22:25:24 +00:00
}
]
}
}