cvelist/2021/23xxx/CVE-2021-23472.json
2021-11-19 18:01:00 +00:00

116 lines
4.1 KiB
JSON

{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ASSIGNER": "report@snyk.io",
"DATE_PUBLIC": "2021-11-03T17:21:09.920923Z",
"ID": "CVE-2021-23472",
"STATE": "PUBLIC",
"TITLE": "Cross-site Scripting (XSS)"
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "n/a",
"product": {
"product_data": [
{
"product_name": "bootstrap-table",
"version": {
"version_data": [
{
"version_value": "<1.19.1"
}
]
}
}
]
}
}
]
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Cross-site Scripting (XSS)"
}
]
}
]
},
"references": {
"reference_data": [
{
"refsource": "MISC",
"url": "https://snyk.io/vuln/SNYK-JS-BOOTSTRAPTABLE-1657597",
"name": "https://snyk.io/vuln/SNYK-JS-BOOTSTRAPTABLE-1657597"
},
{
"refsource": "MISC",
"url": "https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSBOWERGITHUBWENZHIXIN-1910687",
"name": "https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSBOWERGITHUBWENZHIXIN-1910687"
},
{
"refsource": "MISC",
"url": "https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSNPM-1910688",
"name": "https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSNPM-1910688"
},
{
"refsource": "MISC",
"url": "https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSBOWER-1910689",
"name": "https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSBOWER-1910689"
},
{
"refsource": "MISC",
"url": "https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARS-1910690",
"name": "https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARS-1910690"
},
{
"refsource": "MISC",
"url": "https://github.com/wenzhixin/bootstrap-table/blob/develop/src/utils/index.js%23L218",
"name": "https://github.com/wenzhixin/bootstrap-table/blob/develop/src/utils/index.js%23L218"
},
{
"refsource": "MISC",
"name": "https://security.snyk.io/vuln/SNYK-JS-BOOTSTRAPTABLE-1657597",
"url": "https://security.snyk.io/vuln/SNYK-JS-BOOTSTRAPTABLE-1657597"
}
]
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "This affects versions before 1.19.1 of package bootstrap-table. A type confusion vulnerability can lead to a bypass of input sanitization when the input provided to the escapeHTML function is an array (instead of a string) even if the escape attribute is set."
}
]
},
"impact": {
"cvss": {
"version": "3.1",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:N",
"baseScore": 3.1,
"baseSeverity": "LOW",
"attackVector": "NETWORK",
"attackComplexity": "HIGH",
"privilegesRequired": "NONE",
"userInteraction": "REQUIRED",
"scope": "UNCHANGED",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"availabilityImpact": "NONE"
}
},
"credit": [
{
"lang": "eng",
"value": "Alessio Della Libera of Snyk Research Team"
}
]
}