cvelist/2018/6xxx/CVE-2018-6829.json

73 lines
2.3 KiB
JSON
Raw Normal View History

2018-02-07 18:02:24 -05:00
{
"CVE_data_meta" : {
"ASSIGNER" : "cve@mitre.org",
"ID" : "CVE-2018-6829",
"STATE" : "PUBLIC"
},
"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",
"description" : {
"description_data" : [
{
"lang" : "eng",
"value" : "cipher/elgamal.c in Libgcrypt through 1.8.2, when used to encrypt messages directly, improperly encodes plaintexts, which allows attackers to obtain sensitive information by reading ciphertext data (i.e., it does not have semantic security in face of a ciphertext-only attack). The Decisional Diffie-Hellman (DDH) assumption does not hold for Libgcrypt's ElGamal implementation."
}
]
},
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng",
"value" : "n/a"
}
]
}
]
},
"references" : {
"reference_data" : [
{
"name" : "https://github.com/weikengchen/attack-on-libgcrypt-elgamal",
"refsource" : "MISC",
2018-02-07 18:02:24 -05:00
"url" : "https://github.com/weikengchen/attack-on-libgcrypt-elgamal"
},
{
"name" : "https://github.com/weikengchen/attack-on-libgcrypt-elgamal/wiki",
"refsource" : "MISC",
2018-02-07 18:02:24 -05:00
"url" : "https://github.com/weikengchen/attack-on-libgcrypt-elgamal/wiki"
},
{
"name" : "https://lists.gnupg.org/pipermail/gcrypt-devel/2018-February/004394.html",
"refsource" : "MISC",
2018-02-07 18:02:24 -05:00
"url" : "https://lists.gnupg.org/pipermail/gcrypt-devel/2018-February/004394.html"
}
]
}
}