|
Message-ID: <f2501662-f8c3-34a0-b542-cf5e8c3e8438@apache.org> Date: Tue, 23 Jul 2024 20:11:53 +0000 From: Yupeng Fu <yupeng@...che.org> To: oss-security@...ts.openwall.com Subject: CVE-2024-39676: Apache Pinot: Unauthorized endpoint exposed sensitive information Severity: important Affected versions: - Apache Pinot 0.1 before 1.0.0 Description: Exposure of Sensitive Information to an Unauthorized Actor vulnerability in Apache Pinot. This issue affects Apache Pinot: from 0.1 before 1.0.0. Users are recommended to upgrade to version 1.0.0 and configure RBAC, which fixes the issue. Details: When using a request to path “/appconfigs” to the controller, it can lead to the disclosure of sensitive information such as system information (e.g. arch, os version), environment information (e.g. maxHeapSize) and Pinot configurations (e.g. zookeeper path). This issue was addressed by the Role-based Access Control https://docs.pinot.apache.org/operators/tutorials/authentication/basic-auth-access-control , so that /appConfigs` and all other APIs can be access controlled. Only authorized users have access to it. Note the user needs to add the admin role accordingly to the RBAC guide to control access to this endpoint, and in the future version of Pinot, a default admin role is planned to be added. Credit: Xun Bai <bbbbear68@...il.com> (finder) References: https://pinot.apache.org https://www.cve.org/CVERecord?id=CVE-2024-39676
Powered by blists - more mailing lists
Please check out the Open Source Software Security Wiki, which is counterpart to this mailing list.
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.