- Synchronized data.

This commit is contained in:
CVE Team 2018-11-15 16:05:10 -05:00
parent 06e391f2d1
commit ffb18bd6fc
No known key found for this signature in database
GPG Key ID: 0DA1F9F56BC892E8

View File

@ -1,62 +1,67 @@
{
"CVE_data_meta": {
"ID": "CVE-2018-5407",
"ASSIGNER": "cert@cert.org"
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "N/A",
"product": {
"product_data": [
{
"product_name": "Processors supporting Simultaneous Multi-Threading",
"version": {
"version_data": [
{
"version_value": "N/A"
}
]
}
}
]
}
}
"CVE_data_meta" : {
"ASSIGNER" : "cert@cert.org",
"ID" : "CVE-2018-5407",
"STATE" : "PUBLIC"
},
"affects" : {
"vendor" : {
"vendor_data" : [
{
"product" : {
"product_data" : [
{
"product_name" : "Processors supporting Simultaneous Multi-Threading",
"version" : {
"version_data" : [
{
"version_value" : "N/A"
}
]
}
}
]
},
"vendor_name" : "N/A"
}
]
}
},
"data_format" : "MITRE",
"data_type" : "CVE",
"data_version" : "4.0",
"description" : {
"description_data" : [
{
"lang" : "eng",
"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'."
}
]
},
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng",
"value" : "CWE-200"
}
]
}
},
"data_format" : "MITRE",
"data_type" : "CVE",
"data_version" : "4.0",
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-200"
}
]
}
]
},
"references": {
"reference_data": [
{
"url": "https://eprint.iacr.org/2018/1060.pdf"
},
{
"url": "https://github.com/bbbrumley/portsmash"
}
]
},
"description": {
"description_data": [
{
"lang": "eng",
"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'."
}
]
}
}
}
]
},
"references" : {
"reference_data" : [
{
"name" : "https://eprint.iacr.org/2018/1060.pdf",
"refsource" : "MISC",
"url" : "https://eprint.iacr.org/2018/1060.pdf"
},
{
"name" : "https://github.com/bbbrumley/portsmash",
"refsource" : "MISC",
"url" : "https://github.com/bbbrumley/portsmash"
}
]
}
}