Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[java] Add CVE-2020-9480 #13889

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions database/java/2020/9480.yaml
Original file line number Diff line number Diff line change
@@ -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"