2020-06-25 17:01:46 +00:00
{
"CVE_data_meta" : {
2020-09-10 15:19:18 -03:00
"ASSIGNER" : "security-advisories@github.com" ,
2020-06-25 17:01:46 +00:00
"ID" : "CVE-2020-15168" ,
2020-09-10 15:19:18 -03:00
"STATE" : "PUBLIC" ,
"TITLE" : "File size limit bypass in node-fetch"
2020-06-25 17:01:46 +00:00
} ,
2020-09-10 15:19:18 -03:00
"affects" : {
"vendor" : {
"vendor_data" : [
{
"product" : {
"product_data" : [
{
"product_name" : "node-fetch" ,
"version" : {
"version_data" : [
{
"version_value" : "<2.6.1"
} ,
{
"version_value" : ">3.0.0-beta.1, <3.0.0-beta.9"
}
]
}
}
]
} ,
"vendor_name" : "node-fetch"
}
]
}
} ,
"data_format" : "MITRE" ,
"data_type" : "CVE" ,
"data_version" : "4.0" ,
2020-06-25 17:01:46 +00:00
"description" : {
"description_data" : [
{
"lang" : "eng" ,
2020-09-10 19:01:47 +00:00
"value" : "node-fetch before versions 2.6.1 and 3.0.0-beta.9 did not honor the size option after following a redirect, which means that when a content size was over the limit, a FetchError would never get thrown and the process would end without failure. For most people, this fix will have a little or no impact. However, if you are relying on node-fetch to gate files above a size, the impact could be significant, for example: If you don't double-check the size of the data after fetch() has completed, your JS thread could get tied up doing work on a large file (DoS) and/or cost you money in computing."
2020-06-25 17:01:46 +00:00
}
]
2020-09-10 15:19:18 -03:00
} ,
"impact" : {
"cvss" : {
"attackComplexity" : "HIGH" ,
"attackVector" : "NETWORK" ,
"availabilityImpact" : "LOW" ,
"baseScore" : 2.6 ,
"baseSeverity" : "LOW" ,
"confidentialityImpact" : "NONE" ,
"integrityImpact" : "NONE" ,
"privilegesRequired" : "LOW" ,
"scope" : "UNCHANGED" ,
"userInteraction" : "REQUIRED" ,
"vectorString" : "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:N/A:L" ,
"version" : "3.1"
}
} ,
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng" ,
"value" : "CWE-20: Improper Input Validation"
}
]
} ,
{
"description" : [
{
"lang" : "eng" ,
"value" : "CWE-770 Allocation of Resources Without Limits or Throttling"
}
]
}
]
} ,
"references" : {
"reference_data" : [
{
"name" : "https://github.com/node-fetch/node-fetch/security/advisories/GHSA-w7rc-rwvf-8q5r" ,
"refsource" : "CONFIRM" ,
"url" : "https://github.com/node-fetch/node-fetch/security/advisories/GHSA-w7rc-rwvf-8q5r"
} ,
{
"name" : "https://www.npmjs.com/package/node-fetch" ,
"refsource" : "MISC" ,
"url" : "https://www.npmjs.com/package/node-fetch"
}
]
} ,
"source" : {
"advisory" : "GHSA-w7rc-rwvf-8q5r" ,
"discovery" : "UNKNOWN"
2020-06-25 17:01:46 +00:00
}
}