cvelist/2020/25xxx/CVE-2020-25021.json

77 lines
2.6 KiB
JSON
Raw Normal View History

2020-08-29 19:01:26 +00:00
{
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
2020-09-04 04:01:28 +00:00
"ID": "CVE-2020-25021",
"STATE": "PUBLIC"
2020-08-29 19:01:26 +00:00
},
2020-09-04 04:01:28 +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-08-29 19:01:26 +00:00
"description": {
"description_data": [
{
"lang": "eng",
2020-09-04 04:01:28 +00:00
"value": "An issue was discovered in Noise-Java through 2020-08-27. ChaChaPolyCipherState.encryptWithAd() allows out-of-bounds access."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"url": "https://github.com/rweather/noise-java/commit/18e86b6f8bea7326934109aa9ffa705ebf4bde90",
"refsource": "MISC",
"name": "https://github.com/rweather/noise-java/commit/18e86b6f8bea7326934109aa9ffa705ebf4bde90"
},
{
"refsource": "CONFIRM",
"name": "https://github.com/rweather/noise-java/pull/12",
"url": "https://github.com/rweather/noise-java/pull/12"
2020-09-04 19:01:34 +00:00
},
{
"refsource": "FULLDISC",
"name": "20200904 Noise-Java ChaChaPolyCipherState.encryptWithAd() insufficient boundary checks",
"url": "http://seclists.org/fulldisclosure/2020/Sep/14"
2020-09-04 21:01:27 +00:00
},
{
"refsource": "MISC",
"name": "http://packetstormsecurity.com/files/159057/Noise-Java-ChaChaPolyCipherState.encryptWithAd-Insufficient-Boundary-Checks.html",
"url": "http://packetstormsecurity.com/files/159057/Noise-Java-ChaChaPolyCipherState.encryptWithAd-Insufficient-Boundary-Checks.html"
2020-08-29 19:01:26 +00:00
}
]
}
}