cvelist/2019/2xxx/CVE-2019-2391.json

96 lines
2.9 KiB
JSON
Raw Normal View History

2018-12-10 13:35:22 -05:00
{
2019-03-17 22:30:24 +00:00
"CVE_data_meta": {
2020-03-31 09:17:09 -04:00
"ASSIGNER": "cna@mongodb.com",
2019-03-17 22:30:24 +00:00
"ID": "CVE-2019-2391",
2020-03-31 09:17:09 -04:00
"STATE": "PUBLIC",
"TITLE": "JS-bson may incorrectly serialise some requests"
2019-03-17 22:30:24 +00:00
},
2020-03-31 09:17:09 -04:00
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "js-bson",
"version": {
"version_data": [
{
"version_affected": "<=",
"version_name": "1.0",
"version_value": "1.1.3"
}
]
}
}
]
},
"vendor_name": "MongoDB Inc."
2020-03-31 09:17:09 -04:00
}
]
}
},
"credit": [
{
"lang": "eng",
"value": "Feng Xiao from Georgia Tech"
}
],
2019-03-17 22:30:24 +00:00
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "Incorrect parsing of certain JSON input may result in js-bson not correctly serializing BSON. This may cause unexpected application behaviour including data disclosure. This issue affects: MongoDB Inc. js-bson library version 1.1.3 and prior to."
2020-03-31 09:17:09 -04:00
}
]
},
"generator": {
"engine": "Vulnogram 0.0.9"
},
"impact": {
"cvss": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.2,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-502: Deserialization of Untrusted Data"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/mongodb/js-bson/releases/tag/v1.1.4",
"refsource": "CONFIRM",
"url": "https://github.com/mongodb/js-bson/releases/tag/v1.1.4"
2019-03-17 22:30:24 +00:00
}
]
2020-03-31 09:17:09 -04:00
},
"source": {
"defect": [
"SECURITY-608"
],
"discovery": "EXTERNAL"
2019-03-17 22:30:24 +00:00
}
}