From b5deee51217f845ffc57da6695fbd16f7d9a7cc8 Mon Sep 17 00:00:00 2001 From: Bishop Date: Tue, 7 Jul 2020 06:14:07 +0000 Subject: [PATCH] Add CVE-2020-9480 --- database/java/2020/9480.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 database/java/2020/9480.yaml diff --git a/database/java/2020/9480.yaml b/database/java/2020/9480.yaml new file mode 100644 index 0000000000..5cd2e1c261 --- /dev/null +++ b/database/java/2020/9480.yaml @@ -0,0 +1,15 @@ +--- +cve: 2020-9480 +title: CVE in org.apache.spark:spark-kvstore_2.11 +description: > + 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). +cvss_v2: 9.3 +references: + - https://spark.apache.org/security.html#CVE-2020-9480 +affected: + - groupId: org.apache.spark + artifactId: spark-kvstore_2.11 + version: + - "<=2.4.5" + fixedin: + - ">=2.4.6"