First published: Fri Jul 02 2021(Updated: )
In the Druid ingestion system, the InputSource is used for reading data from a certain data source. However, the HTTP InputSource allows authenticated users to read data from other sources than intended, such as the local file system, with the privileges of the Druid server process. This is not an elevation of privilege when users access Druid directly, since Druid also provides the Local InputSource, which allows the same level of access. But it is problematic when users interact with Druid indirectly through an application that allows users to specify the HTTP InputSource, but not the Local InputSource. In this case, users could bypass the application-level restriction by passing a file URL to the HTTP InputSource.
Credit: security@apache.org security@apache.org
Affected Software | Affected Version | How to fix |
---|---|---|
Apache Druid | <0.22.0 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2021-26920 is a vulnerability in the Druid ingestion system that allows authenticated users to read data from unintended sources, such as the local file system.
CVE-2021-26920 has a severity rating of 6.5 (medium).
CVE-2021-26920 allows authenticated users to access data from unintended sources, potentially leading to unauthorized access and data leakage.
The Apache Druid Core version 0.21.0 and earlier are affected by CVE-2021-26920.
To fix CVE-2021-26920, upgrade to Apache Druid Core version 0.21.0 or later.