cvelist/2020/10xxx/CVE-2020-10932.json

77 lines
3.2 KiB
JSON
Raw Normal View History

2020-03-24 15:01:14 +00:00
{
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
2020-04-15 14:01:56 +00:00
"ID": "CVE-2020-10932",
"STATE": "PUBLIC"
2020-03-24 15:01:14 +00:00
},
2020-04-15 14:01:56 +00:00
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "n/a",
"version": {
"version_data": [
{
"version_value": "n/a"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
2020-03-24 15:01:14 +00:00
"description": {
"description_data": [
{
"lang": "eng",
2020-04-15 14:01:56 +00:00
"value": "An issue was discovered in Arm Mbed TLS before 2.16.6 and 2.7.x before 2.7.15. An attacker that can get precise enough side-channel measurements can recover the long-term ECDSA private key by (1) reconstructing the projective coordinate of the result of scalar multiplication by exploiting side channels in the conversion to affine coordinates; (2) using an attack described by Naccache, Smart, and Stern in 2003 to recover a few bits of the ephemeral scalar from those projective coordinates via several measurements; and (3) using a lattice attack to get from there to the long-term ECDSA private key used for the signatures. Typically an attacker would have sufficient access when attacking an SGX enclave and controlling the untrusted OS."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"url": "https://tls.mbed.org/tech-updates/security-advisories",
"refsource": "MISC",
"name": "https://tls.mbed.org/tech-updates/security-advisories"
},
{
"refsource": "CONFIRM",
"name": "https://tls.mbed.org/tech-updates/security-advisories/mbedtls-security-advisory-2020-04",
"url": "https://tls.mbed.org/tech-updates/security-advisories/mbedtls-security-advisory-2020-04"
},
{
"refsource": "CONFIRM",
"name": "https://tls.mbed.org/tech-updates/releases/mbedtls-2.16.6-and-2.7.15-released",
"url": "https://tls.mbed.org/tech-updates/releases/mbedtls-2.16.6-and-2.7.15-released"
2020-06-05 04:01:21 +00:00
},
{
"refsource": "FEDORA",
"name": "FEDORA-2020-9a6e8e63e9",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FCWN5HIF4CJ2LZTOMEBJ7Q4IMMV7ZU2V/"
2020-03-24 15:01:14 +00:00
}
]
}
}