CVE-2017-9792

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.
Configurations

Configuration 1 (hide)

OR cpe:2.3:a:apache:impala:2.8.0:*:*:*:*:*:*:*
cpe:2.3:a:apache:impala:2.9.0:*:*:*:*:*:*:*

History

07 Nov 2023, 02:50

Type Values Removed Values Added
References
  • {'url': 'https://lists.apache.org/thread.html/74a163df0cdefcd738c8d18821e69aa69eed2ba5384c0cc255d15c4b@%3Cannounce.apache.org%3E', 'name': '[announce] 20170929 CVE-2017-9792 Apache Impala (incubating) Information Disclosure', 'tags': ['Mailing List', 'Mitigation', 'Vendor Advisory'], 'refsource': 'MLIST'}
  • () https://lists.apache.org/thread.html/74a163df0cdefcd738c8d18821e69aa69eed2ba5384c0cc255d15c4b%40%3Cannounce.apache.org%3E -

Information

Published : 2017-10-04 01:29

Updated : 2023-12-10 12:15


NVD link : CVE-2017-9792

Mitre link : CVE-2017-9792

CVE.ORG link : CVE-2017-9792


JSON object : View

Products Affected

apache

  • impala
CWE
CWE-732

Incorrect Permission Assignment for Critical Resource