First published: Fri Sep 29 2017(Updated: )
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.
Credit: security@apache.org
Affected Software | Affected Version | How to fix |
---|---|---|
Apache Impala | =2.8.0 | |
Apache Impala | =2.9.0 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2017-9792 is classified as a high severity vulnerability due to the impact it has on data access controls.
To fix CVE-2017-9792, upgrade Apache Impala to version 2.10.0 or later.
Users with Apache Impala versions 2.8.0 and 2.9.0 that have 'ALTER' permissions on tables are affected by CVE-2017-9792.
CVE-2017-9792 is a privilege escalation vulnerability that allows unauthorized data access.
Yes, CVE-2017-9792 can lead to data leakage by allowing malicious users to access unauthorized Kudu tables.