Auto-merge PR#2778

Auto-merge PR#2778
This commit is contained in:
CVE Team 2019-11-25 16:56:20 -05:00 committed by GitHub
commit ec7462be64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,74 @@
{
"CVE_data_meta": {
"ASSIGNER": "security@eclipse.org",
"ID": "CVE-2019-17632",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "The Eclipse Foundation",
"product": {
"product_data": [
{
"product_name": "Eclipse Jetty",
"version": {
"version_data": [
{
"version_value": "9.4.21.v20190926"
},
{
"version_value": "9.4.22.v20191022"
},
{
"version_value": "9.4.23.v20191118"
}
]
}
}
]
}
}
]
}
},
"credit": [
{
"lang": "eng",
"value": "This vulnerability was discovered by Jon Are Rakvåg <jon.are.rakvaag@sparebank1.no>, Security architect, SpareBank 1 Utvikling"
}
],
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "In Eclipse Jetty versions 9.4.21.v20190926, 9.4.22.v20191022, and 9.4.23.v20191118, the generation of default unhandled Error response content (in text/html and text/json Content-Type) does not escape Exception messages in stacktraces included in error output."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://bugs.eclipse.org/bugs/show_bug.cgi?id=553443",
"refsource": "CONFIRM",
"url": "https://bugs.eclipse.org/bugs/show_bug.cgi?id=553443"
}
]
}
}