An authorization flaw was found in openstack-barbican, where anyone with an admin role could add secrets to a different project container. This flaw allows an attacker on the network to consume protected resources and cause a denial of service.
The product performs an authorization check when an actor attempts to access a resource or perform an action, but it does not correctly perform the check. This allows attackers to bypass intended access restrictions.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Barbican | Openstack | * | 14.0.0 (excluding) |
Red Hat OpenStack Platform 16.1 | RedHat | openstack-barbican-0:9.0.1-1.20220916133702.07be198.el8ost | * |
Red Hat OpenStack Platform 16.2 | RedHat | openstack-barbican-0:9.0.2-2.20220122185348.c718783.el8ost | * |
Barbican | Ubuntu | bionic | * |
Barbican | Ubuntu | focal | * |
Barbican | Ubuntu | impish | * |
Barbican | Ubuntu | trusty | * |
Barbican | Ubuntu | upstream | * |
Barbican | 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 incorrectly 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.