Add CVE-2020-1887

This commit is contained in:
Gulshan Singh 2020-03-12 16:11:02 -07:00
parent cb22b44503
commit ef83a8246d
No known key found for this signature in database
GPG Key ID: B6916CA68D20BA8F

View File

@ -1,18 +1,77 @@
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ASSIGNER": "cve-assign@fb.com",
"DATE_ASSIGNED": "2020-03-12",
"ID": "CVE-2020-1887",
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "Facebook",
"product": {
"product_data": [
{
"product_name": "Osquery",
"version": {
"version_data": [
{
"version_affected": "!=>",
"version_value": "4.2.0"
},
{
"version_affected": ">",
"version_value": "2.9.0"
},
{
"version_affected": "!=<",
"version_value": "2.9.0"
}
]
}
}
]
}
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"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 validation of the TLS SNI hostname in osquery versions after 2.9.0 and before 4.2.0 could allow an attacker to MITM osquery traffic in the absence of a configured root chain of trust."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Improper Validation of Certificate with Host Mismatch (CWE-297)"
}
]
}
]
},
"references": {
"reference_data": [
{
"refsource": "CONFIRM",
"name": "https://github.com/osquery/osquery/pull/6197",
"url": "https://github.com/osquery/osquery/pull/6197"
},
{
"refsource": "CONFIRM",
"name": "https://www.facebook.com/security/advisories/cve-2020-1887",
"url": "https://www.facebook.com/security/advisories/cve-2020-1887"
}
]
}
}
}