Advisory Database
  • Advisories
  • Dependency Scanning
  1. maven
  2. ›
  3. org.apache.spark/spark-network-common_2.12
  4. ›
  5. CVE-2025-55039

CVE-2025-55039: Apache Spark has Inadequate Encryption Strength

October 15, 2025

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 false by default), but spark.network.crypto.cipher is not explicitly configured, Spark defaults to AES in CTR mode (AES/CTR/NoPadding), which provides encryption without authentication.

This vulnerability allows a man-in-the-middle attacker to modify encrypted RPC traffic undetected by flipping bits in ciphertext, potentially compromising heartbeat messages or application data and affecting the integrity of Spark workflows.

To mitigate this issue, users should either configure spark.network.crypto.cipher to AES/GCM/NoPadding to enable authenticated encryption or enable SSL encryption by setting spark.ssl.enabled to true, which provides stronger transport security.

References

  • github.com/advisories/GHSA-6p6v-m64v-jx8q
  • github.com/apache/spark
  • lists.apache.org/thread/zrgyy9l85nm2c7vk36vr7bkyorg3w4qq
  • nvd.nist.gov/vuln/detail/CVE-2025-55039

Code Behaviors & Features

Detect and mitigate CVE-2025-55039 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 3.4.4, all versions starting from 3.5.0 before 3.5.2

Fixed versions

  • 3.4.4
  • 3.5.2

Solution

Upgrade to versions 3.4.4, 3.5.2 or above.

Weakness

  • CWE-326: Inadequate Encryption Strength

Source file

maven/org.apache.spark/spark-network-common_2.12/CVE-2025-55039.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Tue, 04 Nov 2025 12:18:22 +0000.