An authorization flaw was found in openstack-barbican. The default policy rules for the secret metadata API allowed any authenticated user to add, modify, or delete metadata from any secret regardless of ownership. This flaw allows an attacker on the network to modify or delete protected data, causing a denial of service by consuming protected resources.
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) |
Barbican | Ubuntu | bionic | * |
Barbican | Ubuntu | esm-apps/xenial | * |
Barbican | Ubuntu | focal | * |
Barbican | Ubuntu | impish | * |
Barbican | Ubuntu | trusty | * |
Barbican | Ubuntu | upstream | * |
Barbican | Ubuntu | xenial | * |
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 | * |
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.