Vulnerability Description
From version 1.3.0 onward, Apache Spark's standalone master exposes a REST API for job submission, in addition to the submission mechanism used by spark-submit. In standalone, the config property 'spark.authenticate.secret' establishes a shared secret for authenticating requests to submit jobs via spark-submit. However, the REST API does not use this or any other authentication mechanism, and this is not adequately documented. In this case, a user would be able to run a driver program without authenticating, but not launch executors, using the REST API. This REST API is also used by Mesos, when set up to run in cluster mode (i.e., when also running MesosClusterDispatcher), for job submission. Future versions of Spark will improve documentation on these points, and prohibit setting 'spark.authenticate.secret' when running the REST APIs, to make this clear. Future versions will also disable the REST API by default in the standalone master by changing the default value of 'spark.master.rest.enabled' to 'false'.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Apache | Spark | >= 1.3.0, < 2.4.0 |
Related Weaknesses (CWE)
References
- http://www.securityfocus.com/bid/105097Broken LinkThird Party AdvisoryVDB Entry
- https://lists.apache.org/thread.html/bd8e51314041451a2acd720e9223fc1c15a263ccacbMailing ListThird Party Advisory
- https://spark.apache.org/security.html#CVE-2018-11770ExploitMitigationVendor Advisory
- http://www.securityfocus.com/bid/105097Broken LinkThird Party AdvisoryVDB Entry
- https://lists.apache.org/thread.html/bd8e51314041451a2acd720e9223fc1c15a263ccacbMailing ListThird Party Advisory
- https://spark.apache.org/security.html#CVE-2018-11770ExploitMitigationVendor Advisory
FAQ
What is CVE-2018-11770?
CVE-2018-11770 is a vulnerability with a CVSS score of 4.2 (MEDIUM). From version 1.3.0 onward, Apache Spark's standalone master exposes a REST API for job submission, in addition to the submission mechanism used by spark-submit. In standalone, the config property 'spa...
How severe is CVE-2018-11770?
CVE-2018-11770 has been rated MEDIUM with a CVSS base score of 4.2/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2018-11770?
Check the references section above for vendor advisories and patch information. Affected products include: Apache Spark.