Vulnerability 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.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Apache | Druid | < 0.22.0 |
Related Weaknesses (CWE)
References
- http://www.openwall.com/lists/oss-security/2021/07/02/1Mailing ListThird Party Advisory
- http://www.openwall.com/lists/oss-security/2021/09/24/1Mailing ListThird Party Advisory
- https://lists.apache.org/thread.html/r29e45561343cc5cf7d3290ee0b0e94e565faab19c2Mailing ListVendor Advisory
- https://lists.apache.org/thread.html/r304dfe56a5dfe1b2d9166b24d2c74ad1c6730338b2
- https://lists.apache.org/thread.html/r61aab724cf97d80da7f02d50e9af6de5c7c40dd92d
- https://lists.apache.org/thread.html/rc9400a70d0ec5cdb8a3486fc5ddb0b5282961c0b63
- http://www.openwall.com/lists/oss-security/2021/07/02/1Mailing ListThird Party Advisory
- http://www.openwall.com/lists/oss-security/2021/09/24/1Mailing ListThird Party Advisory
- https://lists.apache.org/thread.html/r29e45561343cc5cf7d3290ee0b0e94e565faab19c2Mailing ListVendor Advisory
- https://lists.apache.org/thread.html/r304dfe56a5dfe1b2d9166b24d2c74ad1c6730338b2
- https://lists.apache.org/thread.html/r61aab724cf97d80da7f02d50e9af6de5c7c40dd92d
- https://lists.apache.org/thread.html/rc9400a70d0ec5cdb8a3486fc5ddb0b5282961c0b63
FAQ
What is CVE-2021-26920?
CVE-2021-26920 is a vulnerability with a CVSS score of 6.5 (MEDIUM). 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 intend...
How severe is CVE-2021-26920?
CVE-2021-26920 has been rated MEDIUM with a CVSS base score of 6.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2021-26920?
Check the references section above for vendor advisories and patch information. Affected products include: Apache Druid.