"-Synchronized-Data."

This commit is contained in:
CVE Team 2019-04-06 20:00:39 +00:00
parent 121729e29b
commit 4979a27130
No known key found for this signature in database
GPG Key ID: 0DA1F9F56BC892E8
2 changed files with 139 additions and 0 deletions

View File

@ -0,0 +1,72 @@
{
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2019-10904",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "n/a",
"version": {
"version_data": [
{
"version_value": "n/a"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "Roundup 1.6 allows XSS via the URI because frontends/roundup.cgi and roundup/cgi/wsgi_handler.py mishandle 404 errors."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"url": "https://github.com/python/bugs.python.org/issues/34",
"refsource": "MISC",
"name": "https://github.com/python/bugs.python.org/issues/34"
},
{
"url": "https://bugs.python.org/issue36391",
"refsource": "MISC",
"name": "https://bugs.python.org/issue36391"
},
{
"url": "https://www.openwall.com/lists/oss-security/2019/04/05/1",
"refsource": "MISC",
"name": "https://www.openwall.com/lists/oss-security/2019/04/05/1"
}
]
}
}

View File

@ -0,0 +1,67 @@
{
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2019-10905",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "n/a",
"version": {
"version_data": [
{
"version_value": "n/a"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "Parsedown before 1.7.2, when safe mode is used and HTML markup is disabled, might allow attackers to execute arbitrary JavaScript code if a script (already running on the affected page) executes the contents of any element with a specific class. This occurs because spaces are permitted in code block infostrings, which interferes with the intended behavior of a single class name beginning with the language- substring."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"url": "https://github.com/erusev/parsedown/issues/699",
"refsource": "MISC",
"name": "https://github.com/erusev/parsedown/issues/699"
},
{
"url": "https://github.com/erusev/parsedown/releases/tag/1.7.2",
"refsource": "MISC",
"name": "https://github.com/erusev/parsedown/releases/tag/1.7.2"
}
]
}
}