First published: Tue Dec 29 2020(Updated: )
Apache Accumulo versions 1.5.0 through 1.10.0 and version 2.0.0 do not properly check the return value of some policy enforcement functions before permitting an authenticated user to perform certain administrative operations. Specifically, the return values of the 'canFlush' and 'canPerformSystemActions' security functions are not checked in some instances, therefore allowing an authenticated user with insufficient permissions to perform the following actions: flushing a table, shutting down Accumulo or an individual tablet server, and setting or removing system-wide Accumulo configuration properties.
Credit: security@apache.org security@apache.org security@apache.org
Affected Software | Affected Version | How to fix |
---|---|---|
Apache Accumulo | >=1.5.0<=1.10.0 | |
Apache Accumulo | =2.0.0 | |
maven/org.apache.accumulo:accumulo-master | =2.0.0 | 2.0.1 |
maven/org.apache.accumulo:accumulo-master | >=1.5.0<1.10.1 | 1.10.1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2020-17533 has a high severity due to improper policy enforcement that may allow authenticated users to perform unauthorized administrative operations.
To fix CVE-2020-17533, update Apache Accumulo to version 1.10.1 or 2.0.1.
CVE-2020-17533 affects Apache Accumulo versions 1.5.0 to 1.10.0 and version 2.0.0.
Failing to address CVE-2020-17533 could lead to unauthorized administrative operations by authenticated users.
No, authentication alone is not sufficient to prevent exploitation of CVE-2020-17533 due to the failure to properly check policy enforcement returns.