Skip to content

Access Control: Apache Flink - Remote Code Execution

Identifier: apache_flink_unauth_rce

Scanner(s) Support

GraphQL Scanner REST Scanner WebApp Scanner

Description

Apache Flink contains an unauthenticated remote code execution vulnerability.

Reference:

Configuration

Example

Example configuration:

---
security_tests:
  apache_flink_unauth_rce:
    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.