Skip to content

Druid ingestion system Authenticated users can read data from other sources than intended

Moderate severity GitHub Reviewed Published Sep 27, 2021 to the GitHub Advisory Database • Updated Sep 26, 2023

Package

maven org.apache.druid:druid-core (Maven)

Affected versions

< 0.22.0

Patched versions

0.22.0

Description

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. This issue was previously mentioned as being fixed in 0.21.0 as per CVE-2021-26920 but was not fixed in 0.21.0 or 0.21.1.

References

Published by the National Vulnerability Database Sep 24, 2021
Reviewed Sep 27, 2021
Published to the GitHub Advisory Database Sep 27, 2021
Last updated Sep 26, 2023

Severity

Moderate
6.5
/ 10

CVSS base metrics

Attack vector
Network
Attack complexity
Low
Privileges required
Low
User interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
None
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N

CVE ID

CVE-2021-36749

GHSA ID

GHSA-9p5g-vg43-mj5r

Source code

No known source code
Loading Checking history
See something to contribute? Suggest improvements for this vulnerability.