Information Exposure The advisory has been revoked - it doesn't affect any version of package org.apache.spark:spark-core Open this link in a new tab


    Threat Intelligence

    EPSS 0.12% (47th percentile)
Expand this section
NVD
7.5 high

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk ID SNYK-JAVA-ORGAPACHESPARK-458754
  • published 8 Aug 2019
  • disclosed 7 Aug 2019
  • credit Thomas Graves

Amendment

This was deemed not a vulnerability.

Overview

org.apache.spark:spark-core is a cluster computing system for Big Data.

Affected versions of this package are vulnerable to Information Exposure. 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 Pyspark, using broadcast and parallelize; and use of python udfs.