An issue is present in Apache ZooKeeper 1.0.0 to 3.4.13 and 3.5.0-alpha to 3.5.4-beta. ZooKeeper’s getACL() command doesn’t check any permission when retrieves the ACLs of the requested node and returns all information contained in the ACL Id field as plaintext string. DigestAuthenticationProvider overloads the Id field with the hash value that is used for user authentication. As a consequence, if Digest Authentication is in use, the unsalted hash value will be disclosed by getACL() request for unauthenticated or unprivileged users.
The product does not perform an authorization check when an actor attempts to access a resource or perform an action.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Activemq | Apache | 5.15.9 (including) | 5.15.9 (including) |
Drill | Apache | 1.16.0 (including) | 1.16.0 (including) |
Zookeeper | Apache | 1.0.0 (including) | 3.4.13 (including) |
Zookeeper | Apache | 3.5.0 (including) | 3.5.0 (including) |
Zookeeper | Apache | 3.5.0-alpha (including) | 3.5.0-alpha (including) |
Zookeeper | Apache | 3.5.0-rc0 (including) | 3.5.0-rc0 (including) |
Zookeeper | Apache | 3.5.1 (including) | 3.5.1 (including) |
Zookeeper | Apache | 3.5.1-alpha (including) | 3.5.1-alpha (including) |
Zookeeper | Apache | 3.5.1-rc0 (including) | 3.5.1-rc0 (including) |
Zookeeper | Apache | 3.5.1-rc1 (including) | 3.5.1-rc1 (including) |
Zookeeper | Apache | 3.5.1-rc2 (including) | 3.5.1-rc2 (including) |
Zookeeper | Apache | 3.5.1-rc3 (including) | 3.5.1-rc3 (including) |
Zookeeper | Apache | 3.5.1-rc4 (including) | 3.5.1-rc4 (including) |
Zookeeper | Apache | 3.5.2 (including) | 3.5.2 (including) |
Zookeeper | Apache | 3.5.2-alpha (including) | 3.5.2-alpha (including) |
Zookeeper | Apache | 3.5.2-rc0 (including) | 3.5.2-rc0 (including) |
Zookeeper | Apache | 3.5.2-rc1 (including) | 3.5.2-rc1 (including) |
Zookeeper | Apache | 3.5.3 (including) | 3.5.3 (including) |
Zookeeper | Apache | 3.5.3-beta (including) | 3.5.3-beta (including) |
Zookeeper | Apache | 3.5.3-rc0 (including) | 3.5.3-rc0 (including) |
Zookeeper | Apache | 3.5.3-rc1 (including) | 3.5.3-rc1 (including) |
Zookeeper | Apache | 3.5.4-beta (including) | 3.5.4-beta (including) |
Red Hat Fuse 6.3 | RedHat | zookeeper | * |
Red Hat Fuse 6.3 | RedHat | zookeeper | * |
Red Hat Fuse 7.5.0 | RedHat | zookeeper | * |
Red Hat JBoss Data Virtualization 6.4.8 | RedHat | zookeeper | * |
Zookeeper | Ubuntu | bionic | * |
Zookeeper | Ubuntu | cosmic | * |
Zookeeper | Ubuntu | disco | * |
Zookeeper | Ubuntu | eoan | * |
Zookeeper | Ubuntu | esm-apps/xenial | * |
Zookeeper | Ubuntu | trusty | * |
Zookeeper | Ubuntu | trusty/esm | * |
Zookeeper | Ubuntu | upstream | * |
Zookeeper | Ubuntu | xenial | * |
Assuming a user with a given identity, authorization is the process of determining whether that user can access a given resource, based on the user’s privileges and any permissions or other access-control specifications that apply to the resource. When access control checks are not applied, users are able to access data or perform actions that they should not be allowed to perform. This can lead to a wide range of problems, including information exposures, denial of service, and arbitrary code execution.