CVE-2025-55039
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.
Affected Packages
org.apache.spark:spark-network-common_2.13 (JAVA):
Affected version(s) >=3.2.0 <3.4.4Fix Suggestion:
Update to version 3.4.4org.apache.spark:spark-network-common_2.12 (JAVA):
Affected version(s) >=2.4.0 <3.4.4Fix Suggestion:
Update to version 3.4.4org.apache.spark:spark-network-common_2.13 (JAVA):
Affected version(s) >=3.5.0 <3.5.2Fix Suggestion:
Update to version 3.5.2org.apache.spark:spark-network-common_2.12 (JAVA):
Affected version(s) >=3.5.0 <3.5.2Fix Suggestion:
Update to version 3.5.2org.apache.spark:spark-network-common_2.13 (JAVA):
Affected version(s) >=3.2.0 <3.4.4Fix Suggestion:
Update to version 3.4.4org.apache.spark:spark-network-common_2.12 (JAVA):
Affected version(s) >=2.4.0 <3.4.4Fix Suggestion:
Update to version 3.4.4org.apache.spark:spark-network-common_2.12 (JAVA):
Affected version(s) >=3.5.0 <3.5.2Fix Suggestion:
Update to version 3.5.2Related Resources (4)
Do you need more information?
Contact UsCVSS v4
Base Score:
8
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
HIGH
Vulnerable System Integrity
HIGH
Vulnerable System Availability
NONE
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
Exploit Maturity
UNREPORTED
CVSS v3
Base Score:
6.5
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
LOW
Integrity
LOW
Availability
NONE
Weakness Type (CWE)
EPSS
Base Score:
0.07