Merge branch 'RHT-2017-11-24-CVE-2017-15100' of https://github.com/RedHatProductSecurity/cvelist

This commit is contained in:
CVE Team 2017-11-27 08:10:42 -05:00
commit 7c65698d8d
No known key found for this signature in database
GPG Key ID: 3504EC0FB4B2FE56

View File

@ -1,8 +1,31 @@
{
"CVE_data_meta" : {
"ASSIGNER" : "cve@mitre.org",
"ASSIGNER" : "secalert@redhat.com",
"ID" : "CVE-2017-15100",
"STATE" : "RESERVED"
"STATE" : "PUBLIC"
},
"affects" : {
"vendor" : {
"vendor_data" : [
{
"product" : {
"product_data" : [
{
"product_name" : "Foreman",
"version" : {
"version_data" : [
{
"version_value" : "1.2 and later, a fix is planned for 1.16.0"
}
]
}
}
]
},
"vendor_name" : "Foreman Project"
}
]
}
},
"data_format" : "MITRE",
"data_type" : "CVE",
@ -11,7 +34,29 @@
"description_data" : [
{
"lang" : "eng",
"value" : "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided."
"value" : "An attacker submitting facts to the Foreman server containing HTML can cause a stored XSS on certain pages: Facts page, when clicking on the \"chart\" button and hovering over the chart. Trends page, when checking the graph for a trend based on a such fact. Statistics page, for facts that are aggregated on this page."
}
]
},
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng",
"value" : "CWE-79"
}
]
}
]
},
"references" : {
"reference_data" : [
{
"url" : "https://github.com/theforeman/foreman/pull/4967"
},
{
"url" : "http://projects.theforeman.org/issues/21519"
}
]
}