icon

We found results for “

CVE-2018-11770

Good to know:

icon

Date: August 12, 2018

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'.

Language: Java

Severity Score

Severity Score

Weakness Type (CWE)

Authentication Issues

CWE-287

Security Features

CWE-254

Top Fix

icon

Upgrade Version

Upgrade to version org.apache.spark:spark-core_2.10 - 1.6.3.2.6.5.216-1,1.6.0-cdh5.7.2.1,1.6.0-cdh5.13.91,1.6.3.2.6.3.114-1,1.6.3.2.6.5.19-2,1.6.3.2.6.5.3029-1,1.6.3.2.6.4.188-1,1.6.3.2.6.5.1200-15,1.2.1.2.2.4.2-2,1.6.3.2.6.1.142-10,1.3.0-cdh5.4.2.1,1.6.3.2.6.4.37-1,1.1.0-cdh5.2.8,1.6.0-cdh5.14.97,1.6.3.2.6.5.217-1,1.6.3.2.5.5.22-3,1.6.3.2.6.0.65-4,1.0.0-cdh5.1.7,1.6.3.2.6.0.39-2,1.6.0-cdh5.16.99,1.6.3.2.6.3.72-1,1.6.3.2.6.5.128-2,1.6.3.2.6.5.3001-10,1.6.0-cdh5.8.0.1,1.6.3.2.6.5.265-2,1.5.2-mapr-1602,1.6.0-cdh5.15.96,1.2.1.2.2.4.8-3,1.6.3.2.6.4.107-1,1.6.3.2.6.5.1225-2,1.6.3.2.6.5.186-8,1.6.3.2.6.4.4-1,2.2.3,1.6.3.2.6.5.179-4,1.6.3.2.6.3.133-1,1.6.1-mapr-1604,1.2.0-cdh5.4.2.1,1.6.3.2.6.1.60-3,1.6.3.2.6.5.1213-1,1.6.3.2.6.5.239-9;org.apache.spark:spark-core_2.11 - 2.1.1.2.6.1.56-3,2.2.1-mapr-1803,2.1.0.2.6.0.53-1,2.1.0.2.6.0.65-4,2.1.1.2.6.1.137-6,2.0.1-mapr-1611,2.2.0.cloudera1,2.1.1.2.6.1.142-10,2.0.0.cloudera.beta1,2.2.0.2.6.4.188-1,2.2.0.2.6.3.98-1,2.2.3,2.1.0.2.6.0.63-6,2.1.0.2.6.0.25-3,2.2.0-cdh6.0.0-beta1,2.2.0.2.6.4.18-3,2.2.0.2.6.4.48-1,2.1.0.2.6.0.42-1,2.1.0-mapr-1703,2.2.0.2.6.3.133-1

Learn More

CVSS v3.1

Base Score:
Attack Vector (AV): NETWORK
Attack Complexity (AC): HIGH
Privileges Required (PR): LOW
User Interaction (UI): NONE
Scope (S): UNCHANGED
Confidentiality (C): LOW
Integrity (I): LOW
Availability (A): NONE

CVSS v2

Base Score:
Access Vector (AV): NETWORK
Access Complexity (AC): MEDIUM
Authentication (AU): SINGLE
Confidentiality (C): PARTIAL
Integrity (I): PARTIAL
Availability (A): NONE
Additional information:

Do you need more information?

Contact Us