Skip to content

Access Control: Apache Flink - Remote Code Execution

Identifier: apache_flink_unauth_rce

Scanner(s) Support

GraphQL Scanner REST Scanner WebApp Scanner ASM Scanner

Description

Apache Flink contains unauthenticated remote code execution vulnerabilities, allowing attackers to execute arbitrary commands without authentication.

How we test: We test for unauthenticated remote code execution vulnerabilities in Apache Flink by attempting to execute commands without authentication and analyzing responses to detect if arbitrary code execution is possible.

Reference:

Configuration

Example

Example configuration:

---
security_tests:
  apache_flink_unauth_rce:
    skip: false

Reference

skip

Type : boolean

Skip the test if true.