cvelist/2020/7xxx/CVE-2020-7689.json

102 lines
3.1 KiB
JSON
Raw Normal View History

2020-01-21 23:01:29 +00:00
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
2020-07-01 14:50:24 +01:00
"ASSIGNER": "report@snyk.io",
"DATE_PUBLIC": "2020-07-01T13:50:21.568041Z",
2020-01-21 23:01:29 +00:00
"ID": "CVE-2020-7689",
2020-07-01 14:50:24 +01:00
"STATE": "PUBLIC",
"TITLE": "Insecure Encryption"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "bcrypt",
"version": {
"version_data": [
{
"version_affected": "<",
"version_value": "5.0.0"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Insecure Encryption"
}
]
}
]
},
"references": {
"reference_data": [
{
2020-07-01 14:01:31 +00:00
"refsource": "MISC",
"url": "https://snyk.io/vuln/SNYK-JS-BCRYPT-572911",
"name": "https://snyk.io/vuln/SNYK-JS-BCRYPT-572911"
2020-07-01 14:50:24 +01:00
},
{
2020-07-01 14:01:31 +00:00
"refsource": "MISC",
"url": "https://github.com/kelektiv/node.bcrypt.js/issues/776",
"name": "https://github.com/kelektiv/node.bcrypt.js/issues/776"
2020-07-01 14:50:24 +01:00
},
{
2020-07-01 14:01:31 +00:00
"refsource": "MISC",
"url": "https://github.com/kelektiv/node.bcrypt.js/pull/806",
"name": "https://github.com/kelektiv/node.bcrypt.js/pull/806"
2020-07-01 14:50:24 +01:00
},
{
2020-07-01 14:01:31 +00:00
"refsource": "MISC",
"url": "https://github.com/kelektiv/node.bcrypt.js/pull/807",
"name": "https://github.com/kelektiv/node.bcrypt.js/pull/807"
2020-07-01 14:50:24 +01:00
}
]
2020-01-21 23:01:29 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2020-07-01 14:01:31 +00:00
"value": "Data is truncated wrong when its length is greater than 255 bytes."
2020-01-21 23:01:29 +00:00
}
]
2020-07-01 14:50:24 +01:00
},
"impact": {
"cvss": {
"version": "3.1",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"attackVector": "NETWORK",
"attackComplexity": "HIGH",
"privilegesRequired": "NONE",
"userInteraction": "NONE",
"scope": "UNCHANGED",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"availabilityImpact": "NONE"
}
},
"credit": [
{
"lang": "eng",
"value": "pool683"
}
]
2020-01-21 23:01:29 +00:00
}