VYPR

Spark

by Apache

Source repositories

CVEs (22)

  • CVE-2022-33891HigKEVJul 18, 2022
    risk 0.80cvss 8.8epss 0.93

    The Apache Spark UI offers the possibility to enable ACLs via the configuration option spark.acls.enable. With an authentication filter, this checks whether a user has access permissions to view or modify the application. If ACLs are enabled, a code path in HttpSecurityFilter…

  • CVE-2020-9480CriJun 23, 2020
    risk 0.66cvss 9.8epss 0.29

    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…

  • CVE-2018-17190CriNov 19, 2018
    risk 0.64cvss 9.8epss 0.09

    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…

  • CVE-2023-32007HigMay 2, 2023
    risk 0.63cvss 8.8epss 0.76

    ** UNSUPPORTED WHEN ASSIGNED ** The Apache Spark UI offers the possibility to enable ACLs via the configuration option spark.acls.enable. With an authentication filter, this checks whether a user has access permissions to view or modify the application. If ACLs are enabled, a…

  • CVE-2025-54920HigMar 16, 2026
    risk 0.51cvss 8.8epss 0.05

    This issue affects Apache Spark: before 3.5.7 and 4.0.1. Users are recommended to upgrade to version 3.5.7 or 4.0.1 and above, which fixes the issue. Summary Apache Spark 3.5.4 and earlier versions contain a code execution vulnerability in the Spark History Web UI due to…

  • CVE-2017-12612HigSep 13, 2017
    risk 0.51cvss 7.8epss 0.01

    In Apache Spark 1.6.0 until 2.1.1, the launcher API performs unsafe deserialization of data received by its socket. This makes applications launched programmatically using the launcher API potentially vulnerable to arbitrary code execution by an attacker with access to any user…

  • CVE-2019-10172HigNov 18, 2019
    risk 0.50cvss 7.5epss 0.17

    A flaw was found in org.codehaus.jackson:jackson-mapper-asl:1.9.x libraries. XML external entity vulnerabilities similar CVE-2016-3720 also affects codehaus jackson-mapper-asl libraries but in different classes.

  • CVE-2021-38296HigMar 10, 2022
    risk 0.49cvss 7.5epss 0.02

    Apache Spark supports end-to-end encryption of RPC connections via "spark.authenticate" and "spark.network.crypto.enabled". In versions 3.1.2 and earlier, it uses a bespoke mutual authentication protocol that allows for full encryption key recovery. After an initial interactive…

  • CVE-2019-10099HigAug 7, 2019
    risk 0.49cvss 7.5epss 0.01

    Prior to Spark 2.3.3, in certain situations Spark would write user data to local disk unencrypted, even if spark.io.encryption.enabled=true. This includes cached blocks that are fetched to disk (controlled by spark.maxRemoteBlockSizeFetchToMem); in SparkR, using parallelize; in…

  • CVE-2018-11804HigOct 24, 2018
    risk 0.49cvss 7.5epss 0.06

    Spark's Apache Maven-based build includes a convenience script, 'build/mvn', that downloads and runs a zinc server to speed up compilation. It has been included in release branches since 1.3.x, up to and including master. This server will accept connections from external hosts…

  • CVE-2017-7678MedJul 12, 2017
    risk 0.40cvss 6.1epss 0.03

    In Apache Spark before 2.2.0, it is possible for an attacker to take advantage of a user's trust in the server to trick them into visiting a link that points to a shared Spark cluster and submits data including MHTML to the Spark master, or history server. This data, which could…

  • CVE-2018-11760MedFeb 4, 2019
    risk 0.36cvss 5.5epss 0.01

    When using PySpark , it's possible for a different local user to connect to the Spark application and impersonate the user running the Spark application. This affects versions 1.x, 2.0.x, 2.1.x, 2.2.0 to 2.2.2, and 2.3.0 to 2.3.1.

  • CVE-2018-11770MedAug 13, 2018
    risk 0.36cvss 4.2epss 0.66

    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…

  • CVE-2018-8024MedJul 12, 2018
    risk 0.36cvss 5.4epss 0.05

    In Apache Spark 2.1.0 to 2.1.2, 2.2.0 to 2.2.1, and 2.3.0, it's possible for a malicious user to construct a URL pointing to a Spark cluster's UI's job and stage info pages, and if a user can be tricked into accessing the URL, can be used to cause script to execute and expose…

  • CVE-2025-55039MedOct 15, 2025
    risk 0.35cvss 6.5epss 0.00

    This issue affects Apache Spark versions before 3.4.4, 3.5.2 and 4.0.0. Apache Spark versions before 4.0.0, 3.5.2 and 3.4.4 use an insecure default network encryption cipher for RPC communication between nodes. When spark.network.crypto.enabled is set to true (it is set to…

  • CVE-2023-22946MedApr 17, 2023
    risk 0.35cvss 6.4epss 0.01

    In Apache Spark versions prior to 3.4.0, applications using spark-submit can specify a 'proxy-user' to run as, limiting privileges. The application can execute code with the privileges of the submitting user, however, by providing malicious configuration-related classes on the…

  • CVE-2020-27218MedNov 28, 2020
    risk 0.32cvss 4.8epss 0.08

    In Eclipse Jetty version 9.4.0.RC0 to 9.4.34.v20201102, 10.0.0.alpha0 to 10.0.0.beta2, and 11.0.0.alpha0 to 11.0.0.beta2, if GZIP request body inflation is enabled and requests from different clients are multiplexed onto a single connection, and if an attacker can send a request…

  • CVE-2024-23945MedDec 23, 2024
    risk 0.31cvss 5.9epss 0.02

    Signing cookies is an application security feature that adds a digital signature to cookie data to verify its authenticity and integrity. The signature helps prevent malicious actors from modifying the cookie value, which can lead to security vulnerabilities and exploitation.…

  • CVE-2018-1334MedJul 12, 2018
    risk 0.31cvss 4.7epss 0.01

    In Apache Spark 1.0.0 to 2.1.2, 2.2.0 to 2.2.1, and 2.3.0, when using PySpark or SparkR, it's possible for a different local user to connect to the Spark application and impersonate the user running the Spark application.

  • CVE-2022-31777MedNov 1, 2022
    risk 0.28cvss 5.4epss 0.02

    A stored cross-site scripting (XSS) vulnerability in Apache Spark 3.2.1 and earlier, and 3.3.0, allows remote attackers to execute arbitrary JavaScript in the web browser of a user, by including a malicious payload into the logs which would be returned in logs rendered in the UI.

Page 1 of 2