Apache Spark has Inadequate Encryption Strength
LowCVE-2025-55039 · Published Oct 15, 2025 · updated Jun 8, 2026
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 versions
| Package | Affected | Fixed in |
|---|---|---|
| pyspark PyPI | < 3.4.4 | 3.4.4 |
| >= 3.5.0, < 3.5.2 | 3.5.2 |
Details and references
- CVSS 4.0
- CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N/E:P
- Severity from
- GitHub (reviewed advisory)
- Weakness
- CWE-326
- Also known as
- CVE-2025-55039, PYSEC-2025-184
- nvd.nist.gov/vuln/detail/CVE-2025-55039
- github.com/apache/spark/commit/05ba74e5f8043601b7af530429ceaf828d7bb329
- github.com/apache/spark/commit/405b23b1aef889fad03bf4e3ced6d427dc9a43f4
- github.com/apache/spark/commit/f0563ef64c7f42df21b16ccaeb4cf1324ea720f9
- github.com/apache/spark
- github.com/pypa/advisory-database/tree/main/vulns/pyspark/PYSEC-2025-184.yaml
- issues.apache.org/jira/browse/SPARK-47172
- lists.apache.org/thread/zrgyy9l85nm2c7vk36vr7bkyorg3w4qq
- www.openwall.com/lists/oss-security/2025/10/14/11
More Apache Spark advisories
All Apache Spark| Date | Advisory | Severity | Fixed in |
|---|---|---|---|
| Sep 2 | Apache Spark: cross-site scripting | Medium6.1 | 3.5.8 |
| Mar 16 | Apache Spark: Spark History Server Code Execution Vulnerability | High8.8 | 3.5.7+1 more |
| May 22023 | Apache Spark UI vulnerable to Command Injection | High8.8 | 3.2.2 |
| Apr 172023 | Apache Spark vulnerable to Improper Privilege Management | Critical9.9 | 3.3.2+1 more |
| Nov 12022 | Apache Spark vulnerable to Log Injection | Medium5.4 | 3.2.2+1 more |
| Jul 192022 | Apache Spark UI can allow impersonation if ACLs enabled | High8.8 | 3.1.3+1 more |