cvelist/2020/7xxx/CVE-2020-7656.json
2020-05-28 13:01:19 +00:00

67 lines
2.1 KiB
JSON

{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2020-7656",
"ASSIGNER": "report@snyk.io",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "n/a",
"product": {
"product_data": [
{
"product_name": "jquery",
"version": {
"version_data": [
{
"version_value": "All versions prior to version 1.9.0"
}
]
}
}
]
}
}
]
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Cross-site Scripting"
}
]
}
]
},
"references": {
"reference_data": [
{
"refsource": "MISC",
"name": "https://snyk.io/vuln/SNYK-JS-JQUERY-569619",
"url": "https://snyk.io/vuln/SNYK-JS-JQUERY-569619"
},
{
"refsource": "CONFIRM",
"name": "https://security.netapp.com/advisory/ntap-20200528-0001/",
"url": "https://security.netapp.com/advisory/ntap-20200528-0001/"
}
]
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "jquery prior to 1.9.0 allows Cross-site Scripting attacks via the load method. The load method fails to recognize and remove \"<script>\" HTML tags that contain a whitespace character, i.e: \"</script >\", which results in the enclosed script logic to be executed."
}
]
}
}