CVEs for Mcrouter

This commit is contained in:
Neal Poole 2019-11-30 12:56:59 -05:00
parent 0383bac954
commit fdac146128
No known key found for this signature in database
GPG Key ID: 38BDE4230244F384
2 changed files with 128 additions and 8 deletions

View File

@ -4,15 +4,75 @@
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2019-11923",
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
"DATE_ASSIGNED": "2019-11-30",
"ASSIGNER": "cve-assign@fb.com",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "Mcrouter",
"version": {
"version_data": [
{
"version_affected": "!=>",
"version_value": "0.41.0"
},
{
"version_affected": "<",
"version_value": "0.41.0"
}
]
}
}
]
},
"vendor_name": "Facebook"
}
]
}
},
"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": "In Mcrouter prior to v0.41.0, the deprecated ASCII parser would allocate a buffer to a user-specified length with no maximum length enforced, allowing for resource exhaustion or denial of service."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Allocation of Resources Without Limits or Throttling (CWE-ID 770)"
}
]
}
]
},
"references": {
"reference_data": [
{
"refsource": "CONFIRM",
"name": "https://www.facebook.com/security/advisories/cve-2019-11923",
"url": "https://www.facebook.com/security/advisories/cve-2019-11923"
},
{
"refsource": "MISC",
"name": "https://github.com/facebook/mcrouter/releases/tag/v0.41.0-release",
"url": "https://github.com/facebook/mcrouter/releases/tag/v0.41.0-release"
},
{
"refsource": "MISC",
"name": "https://github.com/facebook/mcrouter/commit/98ce6624cd2563cfdb5da3b2949d5e1e03867034",
"url": "https://github.com/facebook/mcrouter/commit/98ce6624cd2563cfdb5da3b2949d5e1e03867034"
}
]
}
}
}

View File

@ -4,15 +4,75 @@
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2019-11937",
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
"DATE_ASSIGNED": "2019-11-30",
"ASSIGNER": "cve-assign@fb.com",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "Mcrouter",
"version": {
"version_data": [
{
"version_affected": "!=>",
"version_value": "0.41.0"
},
{
"version_affected": "<",
"version_value": "0.41.0"
}
]
}
}
]
},
"vendor_name": "Facebook"
}
]
}
},
"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": "In Mcrouter prior to v0.41.0, a large struct input provided to the Carbon protocol reader could result in stack exhaustion and denial of service."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Uncontrolled Resource Consumption (CWE-ID 400)"
}
]
}
]
},
"references": {
"reference_data": [
{
"refsource": "CONFIRM",
"name": "https://www.facebook.com/security/advisories/cve-2019-11937",
"url": "https://www.facebook.com/security/advisories/cve-2019-11937"
},
{
"refsource": "MISC",
"name": "https://github.com/facebook/mcrouter/releases/tag/v0.41.0-release",
"url": "https://github.com/facebook/mcrouter/releases/tag/v0.41.0-release"
},
{
"refsource": "MISC",
"name": "https://github.com/facebook/mcrouter/commit/97e033b3bb0cb16b61bf49f0dc7f311a3e0edd1b",
"url": "https://github.com/facebook/mcrouter/commit/97e033b3bb0cb16b61bf49f0dc7f311a3e0edd1b"
}
]
}
}
}