cvelist/2020/8xxx/CVE-2020-8927.json

108 lines
3.7 KiB
JSON
Raw Normal View History

2020-02-12 13:01:08 +00:00
{
"CVE_data_meta": {
2020-09-15 10:01:44 +00:00
"ASSIGNER": "security@google.com",
2020-02-12 13:01:08 +00:00
"ID": "CVE-2020-8927",
"STATE": "PUBLIC",
"TITLE": "Buffer overflow in Brotli library"
2020-02-12 13:01:08 +00:00
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "Brotli",
"version": {
"version_data": [
{
"version_affected": "<=",
"version_name": "stable",
"version_value": "1.0.7"
}
]
}
}
]
},
"vendor_name": "Google LLC"
}
]
}
},
"credit": [
{
"lang": "eng",
2020-09-14 09:28:45 +02:00
"value": "Jay Lv <nengzhi.pnz@antgroup.com>"
}
],
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
2020-02-12 13:01:08 +00:00
"description": {
"description_data": [
{
"lang": "eng",
"value": "A buffer overflow exists in the Brotli library versions prior to 1.0.8 where an attacker controlling the input length of a \"one-shot\" decompression request to a script can trigger a crash, which happens when copying over chunks of data larger than 2 GiB. It is recommended to update your Brotli library to 1.0.8 or later. If one cannot update, we recommend to use the \"streaming\" API as opposed to the \"one-shot\" API, and impose chunk size limits."
}
]
},
"generator": {
"engine": "Vulnogram 0.0.9"
},
"impact": {
"cvss": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-130 Improper Handling of Length Parameter Inconsistency "
}
]
2020-02-12 13:01:08 +00:00
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/google/brotli/releases/tag/v1.0.9",
"refsource": "CONFIRM",
"url": "https://github.com/google/brotli/releases/tag/v1.0.9"
2020-09-30 18:02:14 +00:00
},
{
"refsource": "SUSE",
"name": "openSUSE-SU-2020:1578",
"url": "http://lists.opensuse.org/opensuse-security-announce/2020-09/msg00108.html"
2020-10-06 02:01:38 +00:00
},
{
"refsource": "FEDORA",
"name": "FEDORA-2020-22d278923a",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/MMBKACMLSRX7JJSKBTR35UOEP2WFR6QP/"
2020-10-07 17:01:35 +00:00
},
{
"refsource": "UBUNTU",
"name": "USN-4568-1",
"url": "https://usn.ubuntu.com/4568-1/"
}
]
},
"source": {
"discovery": "EXTERNAL"
2020-02-12 13:01:08 +00:00
}
2020-09-15 10:01:44 +00:00
}