In all versions of Apache Spark, its 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.
References
Configurations
History
No history.
Information
Published : 2018-11-19 14:29
Updated : 2024-11-21 03:54
NVD link : CVE-2018-17190
Mitre link : CVE-2018-17190
CVE.ORG link : CVE-2018-17190
JSON object : View
Products Affected
apache
- spark
CWE