Skip to content

Access Control: Apache Druid - Remote Code Execution (Apache Log4j)

Identifier: apache_druid_log4j

Scanner(s) Support

GraphQL Scanner REST Scanner WebApp Scanner

Description

Apache Druid is vulnerable to RCE due to Log4j.

Configuration

Example

Example configuration:

---
security_tests:
  apache_druid_log4j:
    assets_allowed:
    - REST
    - GRAPHQL
    - WEBAPP
    skip: false

Reference

assets_allowed

Type : List[AssetType]*

List of assets that this check will cover.

skip

Type : boolean

Skip the test if true.