Apache Spark UI vulnerable to Command Injection
High8.8CVE-2023-32007 · Published May 2, 2023 · updated Jun 9, 2026
Affected versions
| Package | Affected | Fixed in |
|---|---|---|
| pyspark PyPI | >= 3.1.1, < 3.2.2 | 3.2.2 |
Details and references
The Apache Spark UI offers the possibility to enable ACLs via the configuration option spark.acls.enable. With an authentication filter, this checks whether a user has access permissions to view or modify the application. If ACLs are enabled, a code path in HttpSecurityFilter can allow someone to perform impersonation by providing an arbitrary user name. A malicious user might then be able to reach a permission check function that will ultimately build a Unix shell command based on their input, and execute it. This will result in arbitrary shell command execution as the user Spark is currently running as. This issue was disclosed earlier as CVE-2022-33891, but incorrectly claimed version 3.1.3 (which has since gone EOL) would not be affected. NOTE: This vulnerability only affects products that are no longer supported by the maintainer. Users are recommended to upgrade to a supported version of Apache Spark, such as version 3.4.0.
- CVSS 3.1
- CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
- Severity from
- GitHub (reviewed advisory)
- Weakness
- CWE-77
- Also known as
- BIT-spark-2023-32007, CVE-2023-32007, PYSEC-2023-72
- nvd.nist.gov/vuln/detail/CVE-2023-32007
- github.com/apache/spark
- github.com/pypa/advisory-database/tree/main/vulns/pyspark/PYSEC-2023-72.yaml
- lists.apache.org/thread/poxgnxhhnzz735kr1wos366l5vdbb0nv
- spark.apache.org/security.html
- www.cve.org/CVERecord?id=CVE-2022-33891
- www.openwall.com/lists/oss-security/2023/05/02/1
- www.openwall.com/lists/oss-security/2023/05/02/1
More Apache Spark advisories
All Apache Spark| Date | Advisory | Severity | Fixed in |
|---|---|---|---|
| Apr 172023 | Apache Spark vulnerable to Improper Privilege Management CVE-2023-22946Critical9.9fixed in 3.3.2, 3.3.3 | Critical9.9 | 3.3.2, 3.3.3 |
| Nov 12022 | Apache Spark vulnerable to Log Injection CVE-2022-31777Medium5.4fixed in 3.2.2, 3.3.1 | Medium5.4 | 3.2.2, 3.3.1 |
| Jul 192022 | Apache Spark UI can allow impersonation if ACLs enabled CVE-2022-33891High8.8fixed in 3.1.3, 3.2.2 | High8.8 | 3.1.3, 3.2.2 |
| Mar 112022 | Authentication Bypass by Capture-replay in Apache Spark CVE-2021-38296High7.5fixed in 3.1.3 | High7.5 | 3.1.3 |
| Feb 102022 | Improper Authentication in Apache Spark CVE-2020-9480Critical9.8fixed in 2.4.6 | Critical9.8 | 2.4.6 |
| Oct 152025 | Apache Spark has Inadequate Encryption Strength CVE-2025-55039Lowfixed in 3.4.4, 3.5.2 | Low | 3.4.4, 3.5.2 |