Merge pull request #30 in VULTEAM/cvelist from ~STNOVELLY/cvelist:cve_2018_5407 to master

* commit 'cb3e21ecf73c65e0468bb726a5c6b6ab3c172cd4':
  CVE-2018-5407
This commit is contained in:
Madison Quinn Oliver 2018-11-15 13:25:26 -05:00
commit 81ca29fbee

View File

@ -1,18 +1,59 @@
{ {
"CVE_data_meta" : { "CVE_data_meta": {
"ASSIGNER" : "cve@mitre.org", "ID": "CVE-2018-5407",
"ID" : "CVE-2018-5407", "ASSIGNER": "cert@cert.org"
"STATE" : "RESERVED" },
}, "affects": {
"data_format" : "MITRE", "vendor": {
"data_type" : "CVE", "vendor_data": [
"data_version" : "4.0", {
"description" : { "vendor_name": "N/A",
"description_data" : [ "product": {
{ "product_data": [
"lang" : "eng", {
"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_name": "Processors supporting Simultaneous Multi-Threading",
} "version": {
] "version_data": [
} {
} "version_value": "N/A"
}
]
}
}
]
}
}
]
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "en",
"value": "CWE-200"
}
]
}
]
},
"references": {
"reference_data": [
{
"url": "https://eprint.iacr.org/2018/1060.pdf"
},
{
"url": "https://github.com/bbbrumley/portsmash"
}
]
},
"description": {
"description_data": [
{
"lang": "en",
"value": "Simultaneous Multi-threading (SMT) in processors can enable local users to exploit software vulnerable to timing attacks via a side-channel timing attack on 'port contention'."
}
]
}
}