Arbitrary Code Execution Affecting org.apache.spark:spark-core_2.11 Open this link in a new tab package, versions [0,]
Attack Complexity
Low
Confidentiality
High
Integrity
High
Availability
High
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications-
snyk-id
SNYK-JAVA-ORGAPACHESPARK-1586031
-
published
17 Sep 2021
-
disclosed
21 Nov 2018
-
credit
Unknown
Introduced: 21 Nov 2018
CVE-2018-17190 Open this link in a new tabHow to fix?
There is no fixed version for org.apache.spark:spark-core_2.11
.
Overview
org.apache.spark:spark-core_2.11 is a cluster computing system for Big Data.
Affected versions of this package are vulnerable to Arbitrary Code Execution. The standalone resource manager accepts code to execute on a 'master' host, that then runs that code on 'worker' hosts. The master itself does not, by design, execute user code. A specially-crafted request to the master can, however, cause the master to execute code too.
Note that this does not affect standalone clusters with authentication enabled. While the master host typically has less outbound access to other resources than a worker, the execution of code on the master is nevertheless unexpected.