An issue has been found in the API component of PowerDNS Authoritative 4.x up to and including 4.0.4 and 3.x up to and including 3.4.11, where some operations that have an impact on the state of the server are still allowed even though the API has been configured as read-only via the api-readonly keyword. This missing check allows an attacker with valid API credentials to flush the cache, trigger a zone transfer or send a NOTIFY.
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 |
---|---|---|---|
Authoritative | Powerdns | 3.0 (including) | 3.4.11 (including) |
Authoritative | Powerdns | 4.0.0 (including) | 4.0.4 (including) |
Pdns | Ubuntu | artful | * |
Pdns | Ubuntu | esm-apps/xenial | * |
Pdns | Ubuntu | trusty | * |
Pdns | Ubuntu | upstream | * |
Pdns | Ubuntu | xenial | * |
Pdns | Ubuntu | zesty | * |
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.