Incorrect Authorization vulnerability in Apache Software Foundation Apache Pulsar Brokers Rest Producer allows authenticated user with a custom HTTP header to produce a message to any topic using the brokers admin role. This issue affects Apache Pulsar Brokers: from 2.9.0 through 2.9.5, from 2.10.0 before 2.10.4, 2.11.0.
The vulnerability is exploitable when an attacker can connect directly to the Pulsar Broker. If an attacker is connecting through the Pulsar Proxy, there is no known way to exploit this authorization vulnerability.
There are two known risks for affected users. First, an attacker could produce garbage messages to any topic in the cluster. Second, an attacker could produce messages to the topic level policies topic for other tenants and influence topic settings that could lead to exfiltration and/or deletion of messages for other tenants.
2.8 Pulsar Broker users and earlier are unaffected. 2.9 Pulsar Broker users should upgrade to one of the patched versions. 2.10 Pulsar Broker users should upgrade to at least 2.10.4. 2.11 Pulsar Broker users should upgrade to at least 2.11.1. 3.0 Pulsar Broker users are unaffected.
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 |
---|---|---|---|
Pulsar | Apache | 2.9.0 (including) | 2.9.5 (including) |
Pulsar | Apache | 2.10.0 (including) | 2.10.4 (excluding) |
Pulsar | Apache | 2.11.0 (including) | 2.11.0 (including) |
Pulsar | Apache | 2.11.0-candidate_1 (including) | 2.11.0-candidate_1 (including) |
Pulsar | Apache | 2.11.0-candidate_5 (including) | 2.11.0-candidate_5 (including) |
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.