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


Threat Intelligence

EPSS
0.12% (48th percentile)

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 IDSNYK-JAVA-ORGAPACHESPARK-458754
  • published8 Aug 2019
  • disclosed7 Aug 2019
  • creditThomas Graves

Introduced: 7 Aug 2019

CVE-2019-10099  (opens in a new tab)
CWE-200  (opens in a new tab)

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.