cvelist/2017/9xxx/CVE-2017-9792.json
Mark J. Cox b090504e1b Go through all entries where assigner is security@apache.org (recent
Apache CNA) and ensure that the product names are correct and consistent
(which in most cases means adding "Apache", but some required more work).
Make sure the vendor name is correct.  Make sure affected versions matches
the text somewhat, although we don't try to make every product write these
in the same way, they're not supposed to be totally machine readable.  Then
make some fixes to the text as required where there are mistakes or
inconsistencies or the Apache name isn't mentioned.  There are 5 left
untouched for now, one is known (where we assigned an issues to an
incubator version which came out prior to being part of Apache), and
four which need more work.
2019-02-08 14:15:02 +00:00

77 lines
2.8 KiB
JSON

{
"CVE_data_meta" : {
"ASSIGNER" : "security@apache.org",
"DATE_PUBLIC" : "2017-09-29T00:00:00",
"ID" : "CVE-2017-9792",
"STATE" : "PUBLIC"
},
"affects" : {
"vendor" : {
"vendor_data" : [
{
"product" : {
"product_data" : [
{
"product_name" : "Apache Impala",
"version" : {
"version_data" : [
{
"version_value" : "2.8.0 incubating"
},
{
"version_value" : "2.9.0 incubating"
}
]
}
}
]
},
"vendor_name" : "Apache Software Foundation"
}
]
}
},
"data_format" : "MITRE",
"data_type" : "CVE",
"data_version" : "4.0",
"description" : {
"description_data" : [
{
"lang" : "eng",
"value" : "In Apache Impala (incubating) before 2.10.0, a malicious user with \"ALTER\" permissions on an Impala table can access any other Kudu table data by altering the table properties to make it \"external\" and then changing the underlying table mapping to point to other Kudu tables. This violates and works around the authorization requirement that creating a Kudu external table via Impala requires an \"ALL\" privilege at the server scope. This privilege requirement for \"CREATE\" commands is enforced to precisely avoid this scenario where a malicious user can change the underlying Kudu table mapping. The fix is to enforce the same privilege requirement for \"ALTER\" commands that would make existing non-external Kudu tables external."
}
]
},
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng",
"value" : "Information Disclosure"
}
]
}
]
},
"references" : {
"reference_data" : [
{
"name" : "[announce] 20170929 CVE-2017-9792 Apache Impala (incubating) Information Disclosure",
"refsource" : "MLIST",
"url" : "https://lists.apache.org/thread.html/74a163df0cdefcd738c8d18821e69aa69eed2ba5384c0cc255d15c4b@%3Cannounce.apache.org%3E"
},
{
"name" : "https://issues.apache.org/jira/browse/IMPALA-5638",
"refsource" : "CONFIRM",
"url" : "https://issues.apache.org/jira/browse/IMPALA-5638"
},
{
"name" : "101173",
"refsource" : "BID",
"url" : "http://www.securityfocus.com/bid/101173"
}
]
}
}