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

104 lines
3.7 KiB
JSON
Raw Normal View History

2020-01-23 15:01:17 +00:00
{
"CVE_data_meta": {
2020-11-23 16:27:27 +00:00
"ASSIGNER": "cna@mongodb.com",
"DATE_PUBLIC": "2020-11-23T17:20:00.000Z",
2020-01-23 15:01:17 +00:00
"ID": "CVE-2020-7928",
2020-11-23 16:27:27 +00:00
"STATE": "PUBLIC",
"TITLE": "Improper neutralization of null byte leads to read overrun"
2020-01-23 15:01:17 +00:00
},
2020-11-23 16:27:27 +00:00
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "MongoDB Server",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "4.4",
"version_value": "4.4.1"
},
{
"version_affected": "<",
"version_name": "4.2",
"version_value": "4.2.9"
},
{
"version_affected": "<",
"version_name": "4.0",
"version_value": "4.0.20"
},
{
"version_affected": "<",
"version_name": "3.6",
"version_value": "3.6.20"
}
]
}
}
]
},
"vendor_name": "MongoDB Inc."
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
2020-01-23 15:01:17 +00:00
"description": {
"description_data": [
{
"lang": "eng",
2020-11-30 14:50:59 +00:00
"value": "A user authorized to perform database queries may trigger a read overrun and access arbitrary memory by issuing specially crafted queries. This issue affects: MongoDB Inc. MongoDB Server v4.4 versions prior to 4.4.1; v4.2 versions prior to 4.2.9; v4.0 versions prior to 4.0.20; v3.6 versions prior to 3.6.20."
2020-11-23 16:27:27 +00:00
}
]
},
"generator": {
"engine": "Vulnogram 0.0.9"
},
"impact": {
"cvss": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-158: Improper Neutralization of Null Byte or NUL Character"
}
]
2020-01-23 15:01:17 +00:00
}
]
2020-11-23 16:27:27 +00:00
},
"references": {
"reference_data": [
{
2020-11-23 17:01:54 +00:00
"refsource": "MISC",
"url": "https://jira.mongodb.org/browse/SERVER-49404",
"name": "https://jira.mongodb.org/browse/SERVER-49404"
2020-11-23 16:27:27 +00:00
}
]
},
"source": {
"discovery": "INTERNAL"
2020-01-23 15:01:17 +00:00
}
2020-11-30 14:50:59 +00:00
}