Add CVE-2019-2391

This commit is contained in:
Spencer Jackson 2020-03-31 09:17:09 -04:00
parent cf7f2cd8b6
commit 986d5d96a3
No known key found for this signature in database
GPG Key ID: 802BFD9ABF51FE04

View File

@ -1,9 +1,41 @@
{
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ASSIGNER": "cna@mongodb.com",
"ID": "CVE-2019-2391",
"STATE": "RESERVED"
"STATE": "PUBLIC",
"TITLE": "JS-bson may incorrectly serialise some requests"
},
"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"
}
]
}
},
"credit": [
{
"lang": "eng",
"value": "Feng Xiao from Georgia Tech"
}
],
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
@ -11,8 +43,54 @@
"description_data": [
{
"lang": "eng",
"value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided."
"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."
}
]
},
"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"
}
]
},
"source": {
"defect": [
"SECURITY-608"
],
"discovery": "EXTERNAL"
}
}