In Apache Spark 2.4.5 and earlier, a standalone resource manager's master may be configured to require authentication (spark.authenticate) via a shared secret. When enabled, however, a specially-crafted RPC to the master can succeed in starting an application's resources on the Spark cluster, even without the shared key. This can be leveraged to execute shell commands on the host machine. This does not affect Spark clusters using other resource managers (YARN, Mesos, etc).
References
Configurations
History
No history.
Information
Published : 2020-06-23 22:15
Updated : 2023-11-07 03:26
NVD link : CVE-2020-9480
Mitre link : CVE-2020-9480
CVE.ORG link : CVE-2020-9480
JSON object : View
Products Affected
oracle
- business_intelligence
apache
- spark
CWE
CWE-306
Missing Authentication for Critical Function