"-Synchronized-Data."

This commit is contained in:
CVE Team 2019-10-15 18:01:04 +00:00
parent 31882cfa59
commit f0c2855b2a
No known key found for this signature in database
GPG Key ID: 0DA1F9F56BC892E8
2 changed files with 72 additions and 0 deletions

View File

@ -0,0 +1,67 @@
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2017-1002201",
"ASSIGNER": "cve-assign@distributedweaknessfiling.org",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "http://haml.info/",
"product": {
"product_data": [
{
"product_name": "haml",
"version": {
"version_data": [
{
"version_value": "All versions prior to version 5.0.0.beta.2"
}
]
}
}
]
}
}
]
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Cross-site Scripting (XSS)"
}
]
}
]
},
"references": {
"reference_data": [
{
"refsource": "MISC",
"name": "https://github.com/haml/haml/commit/18576ae6e9bdcb4303fdbe6b3199869d289d67c2",
"url": "https://github.com/haml/haml/commit/18576ae6e9bdcb4303fdbe6b3199869d289d67c2"
},
{
"refsource": "CONFIRM",
"name": "https://snyk.io/vuln/SNYK-RUBY-HAML-20362",
"url": "https://snyk.io/vuln/SNYK-RUBY-HAML-20362"
}
]
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "In haml versions prior to version 5.0.0.beta.2, when using user input to perform tasks on the server, characters like < > \" ' must be escaped properly. In this case, the ' character was missed. An attacker can manipulate the input to introduce additional attributes, potentially executing code."
}
]
}
}

View File

@ -66,6 +66,11 @@
"url": "https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=16109", "url": "https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=16109",
"refsource": "MISC", "refsource": "MISC",
"name": "https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=16109" "name": "https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=16109"
},
{
"refsource": "UBUNTU",
"name": "USN-4155-1",
"url": "https://usn.ubuntu.com/4155-1/"
} }
] ]
} }