CVE-2021-27738

Server-Side Request Forgery (SSRF) in maven/org.apache.kylin/kylin

Identifiers

CVE-2021-27738

Package Slug

maven/org.apache.kylin/kylin

Vulnerability

Server-Side Request Forgery (SSRF)

Description

All request mappings in StreamingCoordinatorController.java handling /kylin/api/streaming_coordinator/* REST API endpoints does not include any security checks, which allowed an unauthenticated user to issue arbitrary requests, such as assigning/unassigning of streaming cubes, creation/modification and deletion of replica sets, to the Kylin Coordinator. For endpoints accepting node details in HTTP message body, unauthenticated (but limited) server-side request forgery (SSRF) can be achieved. This issue affects Apache Kylin Apache Kylin 3

Affected Versions

All versions starting from 3.0.0 before 3.1.2

Solution

Upgrade to version 3.1.2 or above.

Last Modified

2022-01-14

source