cvelist/2021/23xxx/CVE-2021-23413.json

112 lines
3.7 KiB
JSON
Raw Normal View History

2021-01-08 23:02:33 +00:00
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
2021-07-25 14:09:22 +01:00
"ASSIGNER": "report@snyk.io",
"DATE_PUBLIC": "2021-07-25T13:09:20.817640Z",
2021-01-08 23:02:33 +00:00
"ID": "CVE-2021-23413",
2021-07-25 14:09:22 +01:00
"STATE": "PUBLIC",
"TITLE": "Denial of Service (DoS)"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "jszip",
"version": {
"version_data": [
{
"version_affected": "<",
"version_value": "3.7.0"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Denial of Service (DoS)"
}
]
}
]
},
"references": {
"reference_data": [
{
2021-07-25 14:00:56 +00:00
"refsource": "MISC",
"url": "https://snyk.io/vuln/SNYK-JS-JSZIP-1251497",
"name": "https://snyk.io/vuln/SNYK-JS-JSZIP-1251497"
2021-07-25 14:09:22 +01:00
},
{
2021-07-25 14:00:56 +00:00
"refsource": "MISC",
"url": "https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSNPM-1251498",
"name": "https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSNPM-1251498"
2021-07-25 14:09:22 +01:00
},
{
2021-07-25 14:00:56 +00:00
"refsource": "MISC",
"url": "https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARS-1251499",
"name": "https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARS-1251499"
2021-07-25 14:09:22 +01:00
},
{
2021-07-25 14:00:56 +00:00
"refsource": "MISC",
"url": "https://github.com/Stuk/jszip/blob/master/lib/object.js%23L88",
"name": "https://github.com/Stuk/jszip/blob/master/lib/object.js%23L88"
2021-07-25 14:09:22 +01:00
},
{
2021-07-25 14:00:56 +00:00
"refsource": "MISC",
"url": "https://github.com/Stuk/jszip/commit/22357494f424178cb416cdb7d93b26dd4f824b36",
"name": "https://github.com/Stuk/jszip/commit/22357494f424178cb416cdb7d93b26dd4f824b36"
2021-07-25 14:09:22 +01:00
},
{
2021-07-25 14:00:56 +00:00
"refsource": "MISC",
"url": "https://github.com/Stuk/jszip/pull/766",
"name": "https://github.com/Stuk/jszip/pull/766"
2021-07-25 14:09:22 +01:00
}
]
2021-01-08 23:02:33 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2021-07-25 14:00:56 +00:00
"value": "This affects the package jszip before 3.7.0. Crafting a new zip file with filenames set to Object prototype values (e.g __proto__, toString, etc) results in a returned object with a modified prototype instance."
2021-01-08 23:02:33 +00:00
}
]
2021-07-25 14:09:22 +01:00
},
"impact": {
"cvss": {
"version": "3.1",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"attackVector": "NETWORK",
"attackComplexity": "LOW",
"privilegesRequired": "NONE",
"userInteraction": "NONE",
"scope": "UNCHANGED",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"availabilityImpact": "LOW"
}
},
"credit": [
{
"lang": "eng",
"value": "Dave Holoway"
}
]
2021-01-08 23:02:33 +00:00
}