CVE-2018-14646

This commit is contained in:
lpardo@redhat.com 2018-11-26 11:48:06 -03:00
parent 060d2d8baa
commit 8614cc60a1
No known key found for this signature in database
GPG Key ID: 35A269F0007371B6

View File

@ -1,18 +1,71 @@
{ {
"CVE_data_meta" : { "data_type": "CVE",
"ASSIGNER" : "cve@mitre.org", "data_format": "MITRE",
"ID" : "CVE-2018-14646", "data_version": "4.0",
"STATE" : "RESERVED" "CVE_data_meta": {
}, "ID": "CVE-2018-14646",
"data_format" : "MITRE", "ASSIGNER": "lpardo@redhat.com"
"data_type" : "CVE", },
"data_version" : "4.0", "affects": {
"description" : { "vendor": {
"description_data" : [ "vendor_data": [
{ {
"lang" : "eng", "vendor_name": "[UNKNOWN]",
"value" : "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided." "product": {
} "product_data": [
] {
} "product_name": "kernel:",
"version": {
"version_data": [
{
"version_value": "4.15-rc8"
}
]
}
}
]
}
}
]
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-476"
}
]
}
]
},
"references": {
"reference_data": [
{
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-14646",
"name": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-14646",
"refsource": "CONFIRM"
}
]
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "The Linux kernel before 4.15-rc8 was found to be vulnerable to a NULL pointer dereference bug in the __netlink_ns_capable() function in the net/netlink/af_netlink.c file. A local attacker could exploit this when a net namespace with a netnsid is assigned to cause a kernel panic and a denial of service."
}
]
},
"impact": {
"cvss": [
[
{
"vectorString": "5.5/CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
}
]
]
}
} }