Vulnerability Instance
Lookup for vulnerabilities affecting packages.
GET /api/vulnerabilities/87760?format=api
{ "url": "http://public2.vulnerablecode.io/api/vulnerabilities/87760?format=api", "vulnerability_id": "VCID-59qu-716n-7qfu", "summary": "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.\n\n\n\n\n\nSummary\n\nApache 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.\n\n\n\n\n\nDetails\n\nThe 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.\n\n\nThe 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.\n\n\n\n\n\n\nProof of Concept:\n\n1. Run Spark with event logging enabled, writing to a writable directory (spark-logs).\n\n2. Inject the following JSON at the beginning of an event log file:\n\n\n{\n\n \"Event\": \"org.apache.hive.jdbc.HiveConnection\",\n \"uri\": \"jdbc:hive2://<IP>:<PORT>/\",\n \"info\": {\n \"hive.metastore.uris\": \"thrift://<IP>:<PORT>\"\n }\n}\n\n\n\n\n\n\n\n3. Start the Spark History Server with logs pointing to the modified directory.\n\n4. The Spark History Server initiates a JDBC connection to the attacker’s server, confirming the injection.\n\n\n\n\n\n\n\n\n\n\nImpact\n\nAn 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": [ { "alias": "CVE-2025-54920" }, { "alias": "GHSA-jwp6-cvj8-fw65" } ], "fixed_packages": [ { "url": "http://public2.vulnerablecode.io/api/packages/374531?format=api", "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" }, { "url": "http://public2.vulnerablecode.io/api/packages/374530?format=api", "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" }, { "url": "http://public2.vulnerablecode.io/api/packages/374529?format=api", "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": [ { "url": "http://public2.vulnerablecode.io/api/packages/433986?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.10@0.9.0-incubating", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-hny6-pffj-effk" }, { "vulnerability": "VCID-rkkz-4vc4-4bbb" }, { "vulnerability": "VCID-s653-s8v5-vbdr" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.10@0.9.0-incubating" }, { "url": "http://public2.vulnerablecode.io/api/packages/433987?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.10@0.9.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-hny6-pffj-effk" }, { "vulnerability": "VCID-rkkz-4vc4-4bbb" }, { "vulnerability": "VCID-s653-s8v5-vbdr" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.10@0.9.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/433988?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.10@0.9.2", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-hny6-pffj-effk" }, { "vulnerability": "VCID-rkkz-4vc4-4bbb" }, { "vulnerability": "VCID-s653-s8v5-vbdr" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.10@0.9.2" }, { "url": "http://public2.vulnerablecode.io/api/packages/14449?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.10@1.0.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-643h-28mc-j7ak" }, { "vulnerability": "VCID-guwf-cxzd-gfh7" }, { "vulnerability": "VCID-hny6-pffj-effk" }, { "vulnerability": "VCID-rkkz-4vc4-4bbb" }, { "vulnerability": "VCID-s653-s8v5-vbdr" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.10@1.0.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/433989?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.10@1.0.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-643h-28mc-j7ak" }, { "vulnerability": "VCID-guwf-cxzd-gfh7" }, { "vulnerability": "VCID-hny6-pffj-effk" }, { "vulnerability": "VCID-rkkz-4vc4-4bbb" }, { "vulnerability": "VCID-s653-s8v5-vbdr" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.10@1.0.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/433990?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.10@1.0.2", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-643h-28mc-j7ak" }, { "vulnerability": "VCID-guwf-cxzd-gfh7" }, { "vulnerability": "VCID-hny6-pffj-effk" }, { "vulnerability": "VCID-rkkz-4vc4-4bbb" }, { "vulnerability": "VCID-s653-s8v5-vbdr" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.10@1.0.2" }, { "url": "http://public2.vulnerablecode.io/api/packages/433991?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.10@1.1.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-643h-28mc-j7ak" }, { "vulnerability": "VCID-guwf-cxzd-gfh7" }, { "vulnerability": "VCID-hny6-pffj-effk" }, { "vulnerability": "VCID-rkkz-4vc4-4bbb" }, { "vulnerability": "VCID-s653-s8v5-vbdr" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.10@1.1.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/433992?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.10@1.1.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-643h-28mc-j7ak" }, { "vulnerability": "VCID-guwf-cxzd-gfh7" }, { "vulnerability": "VCID-hny6-pffj-effk" }, { "vulnerability": "VCID-rkkz-4vc4-4bbb" }, { "vulnerability": "VCID-s653-s8v5-vbdr" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.10@1.1.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/433993?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.10@1.2.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-643h-28mc-j7ak" }, { "vulnerability": "VCID-guwf-cxzd-gfh7" }, { "vulnerability": "VCID-hny6-pffj-effk" }, { "vulnerability": "VCID-rkkz-4vc4-4bbb" }, { "vulnerability": "VCID-s653-s8v5-vbdr" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.10@1.2.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/433994?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.10@1.2.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-643h-28mc-j7ak" }, { "vulnerability": "VCID-guwf-cxzd-gfh7" }, { "vulnerability": "VCID-hny6-pffj-effk" }, { "vulnerability": "VCID-rkkz-4vc4-4bbb" }, { "vulnerability": "VCID-s653-s8v5-vbdr" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.10@1.2.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/433995?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.10@1.2.2", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-643h-28mc-j7ak" }, { "vulnerability": "VCID-guwf-cxzd-gfh7" }, { "vulnerability": "VCID-hny6-pffj-effk" }, { "vulnerability": "VCID-rkkz-4vc4-4bbb" }, { "vulnerability": "VCID-s653-s8v5-vbdr" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.10@1.2.2" }, { "url": "http://public2.vulnerablecode.io/api/packages/392710?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.10@1.3.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-643h-28mc-j7ak" }, { "vulnerability": "VCID-guwf-cxzd-gfh7" }, { "vulnerability": "VCID-hny6-pffj-effk" }, { "vulnerability": "VCID-rkkz-4vc4-4bbb" }, { "vulnerability": "VCID-s653-s8v5-vbdr" }, { "vulnerability": "VCID-yhhf-zmkx-6bah" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.10@1.3.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/433996?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.10@1.3.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-643h-28mc-j7ak" }, { "vulnerability": "VCID-guwf-cxzd-gfh7" }, { "vulnerability": "VCID-hny6-pffj-effk" }, { "vulnerability": "VCID-rkkz-4vc4-4bbb" }, { "vulnerability": "VCID-s653-s8v5-vbdr" }, { "vulnerability": "VCID-yhhf-zmkx-6bah" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.10@1.3.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/433997?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.10@1.4.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-643h-28mc-j7ak" }, { "vulnerability": "VCID-guwf-cxzd-gfh7" }, { "vulnerability": "VCID-hny6-pffj-effk" }, { "vulnerability": "VCID-rkkz-4vc4-4bbb" }, { "vulnerability": "VCID-s653-s8v5-vbdr" }, { "vulnerability": "VCID-yhhf-zmkx-6bah" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.10@1.4.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/433998?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.10@1.4.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-643h-28mc-j7ak" }, { "vulnerability": "VCID-guwf-cxzd-gfh7" }, { "vulnerability": "VCID-hny6-pffj-effk" }, { "vulnerability": "VCID-rkkz-4vc4-4bbb" }, { "vulnerability": "VCID-s653-s8v5-vbdr" }, { "vulnerability": "VCID-yhhf-zmkx-6bah" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.10@1.4.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/433999?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.10@1.5.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-643h-28mc-j7ak" }, { "vulnerability": "VCID-guwf-cxzd-gfh7" }, { "vulnerability": "VCID-hny6-pffj-effk" }, { "vulnerability": "VCID-rkkz-4vc4-4bbb" }, { "vulnerability": "VCID-s653-s8v5-vbdr" }, { "vulnerability": "VCID-yhhf-zmkx-6bah" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.10@1.5.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/434000?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.10@1.5.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-643h-28mc-j7ak" }, { "vulnerability": "VCID-guwf-cxzd-gfh7" }, { "vulnerability": "VCID-hny6-pffj-effk" }, { "vulnerability": "VCID-rkkz-4vc4-4bbb" }, { "vulnerability": "VCID-s653-s8v5-vbdr" }, { "vulnerability": "VCID-yhhf-zmkx-6bah" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.10@1.5.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/434001?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.10@1.5.2", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-643h-28mc-j7ak" }, { "vulnerability": "VCID-guwf-cxzd-gfh7" }, { "vulnerability": "VCID-hny6-pffj-effk" }, { "vulnerability": "VCID-rkkz-4vc4-4bbb" }, { "vulnerability": "VCID-s653-s8v5-vbdr" }, { "vulnerability": "VCID-yhhf-zmkx-6bah" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.10@1.5.2" }, { "url": "http://public2.vulnerablecode.io/api/packages/434002?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.10@1.6.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-643h-28mc-j7ak" }, { "vulnerability": "VCID-guwf-cxzd-gfh7" }, { "vulnerability": "VCID-hny6-pffj-effk" }, { "vulnerability": "VCID-rkkz-4vc4-4bbb" }, { "vulnerability": "VCID-s653-s8v5-vbdr" }, { "vulnerability": "VCID-yhhf-zmkx-6bah" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.10@1.6.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/434003?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.10@1.6.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-643h-28mc-j7ak" }, { "vulnerability": "VCID-guwf-cxzd-gfh7" }, { "vulnerability": "VCID-hny6-pffj-effk" }, { "vulnerability": "VCID-rkkz-4vc4-4bbb" }, { "vulnerability": "VCID-s653-s8v5-vbdr" }, { "vulnerability": "VCID-yhhf-zmkx-6bah" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.10@1.6.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/434004?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.10@1.6.2", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-643h-28mc-j7ak" }, { "vulnerability": "VCID-guwf-cxzd-gfh7" }, { "vulnerability": "VCID-hny6-pffj-effk" }, { "vulnerability": "VCID-rkkz-4vc4-4bbb" }, { "vulnerability": "VCID-s653-s8v5-vbdr" }, { "vulnerability": "VCID-yhhf-zmkx-6bah" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.10@1.6.2" }, { "url": "http://public2.vulnerablecode.io/api/packages/434005?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.10@1.6.3", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-643h-28mc-j7ak" }, { "vulnerability": "VCID-guwf-cxzd-gfh7" }, { "vulnerability": "VCID-hny6-pffj-effk" }, { "vulnerability": "VCID-rkkz-4vc4-4bbb" }, { "vulnerability": "VCID-s653-s8v5-vbdr" }, { "vulnerability": "VCID-yhhf-zmkx-6bah" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.10@1.6.3" }, { "url": "http://public2.vulnerablecode.io/api/packages/434006?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.10@2.0.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-643h-28mc-j7ak" }, { "vulnerability": "VCID-guwf-cxzd-gfh7" }, { "vulnerability": "VCID-hny6-pffj-effk" }, { "vulnerability": "VCID-rkkz-4vc4-4bbb" }, { "vulnerability": "VCID-s653-s8v5-vbdr" }, { "vulnerability": "VCID-yhhf-zmkx-6bah" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.10@2.0.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/434007?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.10@2.0.0-preview", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-643h-28mc-j7ak" }, { "vulnerability": "VCID-guwf-cxzd-gfh7" }, { "vulnerability": "VCID-hny6-pffj-effk" }, { "vulnerability": "VCID-rkkz-4vc4-4bbb" }, { "vulnerability": "VCID-s653-s8v5-vbdr" }, { "vulnerability": "VCID-yhhf-zmkx-6bah" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.10@2.0.0-preview" }, { "url": "http://public2.vulnerablecode.io/api/packages/434008?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.10@2.0.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-643h-28mc-j7ak" }, { "vulnerability": "VCID-guwf-cxzd-gfh7" }, { "vulnerability": "VCID-hny6-pffj-effk" }, { "vulnerability": "VCID-rkkz-4vc4-4bbb" }, { "vulnerability": "VCID-s653-s8v5-vbdr" }, { "vulnerability": "VCID-yhhf-zmkx-6bah" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.10@2.0.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/434009?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.10@2.0.2", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-643h-28mc-j7ak" }, { "vulnerability": "VCID-guwf-cxzd-gfh7" }, { "vulnerability": "VCID-hny6-pffj-effk" }, { "vulnerability": "VCID-rkkz-4vc4-4bbb" }, { "vulnerability": "VCID-s653-s8v5-vbdr" }, { "vulnerability": "VCID-yhhf-zmkx-6bah" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.10@2.0.2" }, { "url": "http://public2.vulnerablecode.io/api/packages/15070?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.10@2.1.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2af6-5chu-13gu" }, { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-643h-28mc-j7ak" }, { "vulnerability": "VCID-guwf-cxzd-gfh7" }, { "vulnerability": "VCID-hny6-pffj-effk" }, { "vulnerability": "VCID-rkkz-4vc4-4bbb" }, { "vulnerability": "VCID-s653-s8v5-vbdr" }, { "vulnerability": "VCID-yhhf-zmkx-6bah" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.10@2.1.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/434010?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.10@2.1.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2af6-5chu-13gu" }, { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-643h-28mc-j7ak" }, { "vulnerability": "VCID-guwf-cxzd-gfh7" }, { "vulnerability": "VCID-hny6-pffj-effk" }, { "vulnerability": "VCID-rkkz-4vc4-4bbb" }, { "vulnerability": "VCID-s653-s8v5-vbdr" }, { "vulnerability": "VCID-yhhf-zmkx-6bah" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.10@2.1.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/14458?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.10@2.1.2", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2af6-5chu-13gu" }, { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-643h-28mc-j7ak" }, { "vulnerability": "VCID-guwf-cxzd-gfh7" }, { "vulnerability": "VCID-hny6-pffj-effk" }, { "vulnerability": "VCID-rkkz-4vc4-4bbb" }, { "vulnerability": "VCID-yhhf-zmkx-6bah" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.10@2.1.2" }, { "url": "http://public2.vulnerablecode.io/api/packages/15071?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.10@2.1.3", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-643h-28mc-j7ak" }, { "vulnerability": "VCID-hny6-pffj-effk" }, { "vulnerability": "VCID-rkkz-4vc4-4bbb" }, { "vulnerability": "VCID-yhhf-zmkx-6bah" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.10@2.1.3" }, { "url": "http://public2.vulnerablecode.io/api/packages/14456?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.10@2.2.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2af6-5chu-13gu" }, { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-643h-28mc-j7ak" }, { "vulnerability": "VCID-guwf-cxzd-gfh7" }, { "vulnerability": "VCID-hny6-pffj-effk" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.10@2.2.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/434040?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.10@2.2.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2af6-5chu-13gu" }, { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-643h-28mc-j7ak" }, { "vulnerability": "VCID-guwf-cxzd-gfh7" }, { "vulnerability": "VCID-hny6-pffj-effk" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.10@2.2.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/14450?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.10@2.2.2", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-643h-28mc-j7ak" }, { "vulnerability": "VCID-hny6-pffj-effk" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.10@2.2.2" }, { "url": "http://public2.vulnerablecode.io/api/packages/434041?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.10@2.2.3", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-hny6-pffj-effk" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.10@2.2.3" }, { "url": "http://public2.vulnerablecode.io/api/packages/415421?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.11@1.2.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-643h-28mc-j7ak" }, { "vulnerability": "VCID-hny6-pffj-effk" }, { "vulnerability": "VCID-rkkz-4vc4-4bbb" }, { "vulnerability": "VCID-s653-s8v5-vbdr" }, { "vulnerability": "VCID-t7k1-q8x4-yqe9" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@1.2.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/415422?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.11@1.2.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-643h-28mc-j7ak" }, { "vulnerability": "VCID-hny6-pffj-effk" }, { "vulnerability": "VCID-rkkz-4vc4-4bbb" }, { "vulnerability": "VCID-s653-s8v5-vbdr" }, { "vulnerability": "VCID-t7k1-q8x4-yqe9" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@1.2.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/415423?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.11@1.2.2", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-643h-28mc-j7ak" }, { "vulnerability": "VCID-hny6-pffj-effk" }, { "vulnerability": "VCID-rkkz-4vc4-4bbb" }, { "vulnerability": "VCID-s653-s8v5-vbdr" }, { "vulnerability": "VCID-t7k1-q8x4-yqe9" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@1.2.2" }, { "url": "http://public2.vulnerablecode.io/api/packages/392654?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.11@1.3.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-643h-28mc-j7ak" }, { "vulnerability": "VCID-hny6-pffj-effk" }, { "vulnerability": "VCID-rkkz-4vc4-4bbb" }, { "vulnerability": "VCID-s653-s8v5-vbdr" }, { "vulnerability": "VCID-t7k1-q8x4-yqe9" }, { "vulnerability": "VCID-yhhf-zmkx-6bah" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@1.3.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/415424?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.11@1.3.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-643h-28mc-j7ak" }, { "vulnerability": "VCID-hny6-pffj-effk" }, { "vulnerability": "VCID-rkkz-4vc4-4bbb" }, { "vulnerability": "VCID-s653-s8v5-vbdr" }, { "vulnerability": "VCID-t7k1-q8x4-yqe9" }, { "vulnerability": "VCID-yhhf-zmkx-6bah" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@1.3.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/415425?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.11@1.4.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-643h-28mc-j7ak" }, { "vulnerability": "VCID-hny6-pffj-effk" }, { "vulnerability": "VCID-rkkz-4vc4-4bbb" }, { "vulnerability": "VCID-s653-s8v5-vbdr" }, { "vulnerability": "VCID-t7k1-q8x4-yqe9" }, { "vulnerability": "VCID-yhhf-zmkx-6bah" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@1.4.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/415426?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.11@1.4.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-643h-28mc-j7ak" }, { "vulnerability": "VCID-hny6-pffj-effk" }, { "vulnerability": "VCID-rkkz-4vc4-4bbb" }, { "vulnerability": "VCID-s653-s8v5-vbdr" }, { "vulnerability": "VCID-t7k1-q8x4-yqe9" }, { "vulnerability": "VCID-yhhf-zmkx-6bah" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@1.4.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/415427?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.11@1.5.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-643h-28mc-j7ak" }, { "vulnerability": "VCID-hny6-pffj-effk" }, { "vulnerability": "VCID-rkkz-4vc4-4bbb" }, { "vulnerability": "VCID-s653-s8v5-vbdr" }, { "vulnerability": "VCID-t7k1-q8x4-yqe9" }, { "vulnerability": "VCID-yhhf-zmkx-6bah" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@1.5.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/415428?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.11@1.5.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-643h-28mc-j7ak" }, { "vulnerability": "VCID-hny6-pffj-effk" }, { "vulnerability": "VCID-rkkz-4vc4-4bbb" }, { "vulnerability": "VCID-s653-s8v5-vbdr" }, { "vulnerability": "VCID-t7k1-q8x4-yqe9" }, { "vulnerability": "VCID-yhhf-zmkx-6bah" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@1.5.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/415429?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.11@1.5.2", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-643h-28mc-j7ak" }, { "vulnerability": "VCID-hny6-pffj-effk" }, { "vulnerability": "VCID-rkkz-4vc4-4bbb" }, { "vulnerability": "VCID-s653-s8v5-vbdr" }, { "vulnerability": "VCID-t7k1-q8x4-yqe9" }, { "vulnerability": "VCID-yhhf-zmkx-6bah" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@1.5.2" }, { "url": "http://public2.vulnerablecode.io/api/packages/415430?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.11@1.6.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-643h-28mc-j7ak" }, { "vulnerability": "VCID-hny6-pffj-effk" }, { "vulnerability": "VCID-rkkz-4vc4-4bbb" }, { "vulnerability": "VCID-s653-s8v5-vbdr" }, { "vulnerability": "VCID-t7k1-q8x4-yqe9" }, { "vulnerability": "VCID-yhhf-zmkx-6bah" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@1.6.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/415431?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.11@1.6.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-643h-28mc-j7ak" }, { "vulnerability": "VCID-hny6-pffj-effk" }, { "vulnerability": "VCID-rkkz-4vc4-4bbb" }, { "vulnerability": "VCID-s653-s8v5-vbdr" }, { "vulnerability": "VCID-t7k1-q8x4-yqe9" }, { "vulnerability": "VCID-yhhf-zmkx-6bah" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@1.6.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/415432?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.11@1.6.2", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-643h-28mc-j7ak" }, { "vulnerability": "VCID-hny6-pffj-effk" }, { "vulnerability": "VCID-rkkz-4vc4-4bbb" }, { "vulnerability": "VCID-s653-s8v5-vbdr" }, { "vulnerability": "VCID-t7k1-q8x4-yqe9" }, { "vulnerability": "VCID-yhhf-zmkx-6bah" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@1.6.2" }, { "url": "http://public2.vulnerablecode.io/api/packages/415433?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.11@1.6.3", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-643h-28mc-j7ak" }, { "vulnerability": "VCID-hny6-pffj-effk" }, { "vulnerability": "VCID-rkkz-4vc4-4bbb" }, { "vulnerability": "VCID-s653-s8v5-vbdr" }, { "vulnerability": "VCID-t7k1-q8x4-yqe9" }, { "vulnerability": "VCID-yhhf-zmkx-6bah" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@1.6.3" }, { "url": "http://public2.vulnerablecode.io/api/packages/415434?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.11@2.0.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-643h-28mc-j7ak" }, { "vulnerability": "VCID-hny6-pffj-effk" }, { "vulnerability": "VCID-rkkz-4vc4-4bbb" }, { "vulnerability": "VCID-s653-s8v5-vbdr" }, { "vulnerability": "VCID-t7k1-q8x4-yqe9" }, { "vulnerability": "VCID-yhhf-zmkx-6bah" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@2.0.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/415435?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.11@2.0.0-preview", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-643h-28mc-j7ak" }, { "vulnerability": "VCID-hny6-pffj-effk" }, { "vulnerability": "VCID-rkkz-4vc4-4bbb" }, { "vulnerability": "VCID-s653-s8v5-vbdr" }, { "vulnerability": "VCID-t7k1-q8x4-yqe9" }, { "vulnerability": "VCID-yhhf-zmkx-6bah" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@2.0.0-preview" }, { "url": "http://public2.vulnerablecode.io/api/packages/415436?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.11@2.0.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-643h-28mc-j7ak" }, { "vulnerability": "VCID-hny6-pffj-effk" }, { "vulnerability": "VCID-rkkz-4vc4-4bbb" }, { "vulnerability": "VCID-s653-s8v5-vbdr" }, { "vulnerability": "VCID-t7k1-q8x4-yqe9" }, { "vulnerability": "VCID-yhhf-zmkx-6bah" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@2.0.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/415437?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.11@2.0.2", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-643h-28mc-j7ak" }, { "vulnerability": "VCID-hny6-pffj-effk" }, { "vulnerability": "VCID-rkkz-4vc4-4bbb" }, { "vulnerability": "VCID-s653-s8v5-vbdr" }, { "vulnerability": "VCID-t7k1-q8x4-yqe9" }, { "vulnerability": "VCID-yhhf-zmkx-6bah" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@2.0.2" }, { "url": "http://public2.vulnerablecode.io/api/packages/15074?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.11@2.1.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2af6-5chu-13gu" }, { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-643h-28mc-j7ak" }, { "vulnerability": "VCID-hny6-pffj-effk" }, { "vulnerability": "VCID-rkkz-4vc4-4bbb" }, { "vulnerability": "VCID-s653-s8v5-vbdr" }, { "vulnerability": "VCID-t7k1-q8x4-yqe9" }, { "vulnerability": "VCID-yhhf-zmkx-6bah" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@2.1.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/389235?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.11@2.1.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2af6-5chu-13gu" }, { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-643h-28mc-j7ak" }, { "vulnerability": "VCID-hny6-pffj-effk" }, { "vulnerability": "VCID-rkkz-4vc4-4bbb" }, { "vulnerability": "VCID-s653-s8v5-vbdr" }, { "vulnerability": "VCID-t7k1-q8x4-yqe9" }, { "vulnerability": "VCID-yhhf-zmkx-6bah" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@2.1.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/14457?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.11@2.1.2", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2af6-5chu-13gu" }, { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-643h-28mc-j7ak" }, { "vulnerability": "VCID-hny6-pffj-effk" }, { "vulnerability": "VCID-t7k1-q8x4-yqe9" }, { "vulnerability": "VCID-yhhf-zmkx-6bah" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@2.1.2" }, { "url": "http://public2.vulnerablecode.io/api/packages/15075?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.11@2.1.3", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-643h-28mc-j7ak" }, { "vulnerability": "VCID-hny6-pffj-effk" }, { "vulnerability": "VCID-t7k1-q8x4-yqe9" }, { "vulnerability": "VCID-yhhf-zmkx-6bah" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@2.1.3" }, { "url": "http://public2.vulnerablecode.io/api/packages/14455?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.11@2.2.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2af6-5chu-13gu" }, { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-643h-28mc-j7ak" }, { "vulnerability": "VCID-guwf-cxzd-gfh7" }, { "vulnerability": "VCID-hny6-pffj-effk" }, { "vulnerability": "VCID-t7k1-q8x4-yqe9" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@2.2.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/434038?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.11@2.2.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2af6-5chu-13gu" }, { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-643h-28mc-j7ak" }, { "vulnerability": "VCID-hny6-pffj-effk" }, { "vulnerability": "VCID-t7k1-q8x4-yqe9" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@2.2.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/15076?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.11@2.2.2", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-643h-28mc-j7ak" }, { "vulnerability": "VCID-hny6-pffj-effk" }, { "vulnerability": "VCID-t7k1-q8x4-yqe9" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@2.2.2" }, { "url": "http://public2.vulnerablecode.io/api/packages/434039?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.11@2.2.3", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-643h-28mc-j7ak" }, { "vulnerability": "VCID-hny6-pffj-effk" }, { "vulnerability": "VCID-t7k1-q8x4-yqe9" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@2.2.3" }, { "url": "http://public2.vulnerablecode.io/api/packages/15072?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.11@2.3.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-2af6-5chu-13gu" }, { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-643h-28mc-j7ak" }, { "vulnerability": "VCID-guwf-cxzd-gfh7" }, { "vulnerability": "VCID-hny6-pffj-effk" }, { "vulnerability": "VCID-t7k1-q8x4-yqe9" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@2.3.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/15073?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.11@2.3.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-643h-28mc-j7ak" }, { "vulnerability": "VCID-hny6-pffj-effk" }, { "vulnerability": "VCID-t7k1-q8x4-yqe9" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@2.3.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/14452?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.11@2.3.2", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-643h-28mc-j7ak" }, { "vulnerability": "VCID-hny6-pffj-effk" }, { "vulnerability": "VCID-t7k1-q8x4-yqe9" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@2.3.2" }, { "url": "http://public2.vulnerablecode.io/api/packages/15525?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.11@2.3.3", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-hny6-pffj-effk" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@2.3.3" }, { "url": "http://public2.vulnerablecode.io/api/packages/434237?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.11@2.3.4", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-hny6-pffj-effk" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@2.3.4" }, { "url": "http://public2.vulnerablecode.io/api/packages/434238?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.11@2.4.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-hny6-pffj-effk" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@2.4.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/434239?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.11@2.4.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-hny6-pffj-effk" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@2.4.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/434240?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.11@2.4.2", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-hny6-pffj-effk" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@2.4.2" }, { "url": "http://public2.vulnerablecode.io/api/packages/434241?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.11@2.4.3", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-hny6-pffj-effk" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@2.4.3" }, { "url": "http://public2.vulnerablecode.io/api/packages/434242?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.11@2.4.4", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-hny6-pffj-effk" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@2.4.4" }, { "url": "http://public2.vulnerablecode.io/api/packages/434243?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.11@2.4.5", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-hny6-pffj-effk" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@2.4.5" }, { "url": "http://public2.vulnerablecode.io/api/packages/434244?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.11@2.4.6", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-hny6-pffj-effk" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@2.4.6" }, { "url": "http://public2.vulnerablecode.io/api/packages/434245?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.11@2.4.7", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-hny6-pffj-effk" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@2.4.7" }, { "url": "http://public2.vulnerablecode.io/api/packages/434246?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.11@2.4.8", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-hny6-pffj-effk" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.11@2.4.8" }, { "url": "http://public2.vulnerablecode.io/api/packages/622379?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.12@2.4.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-a47h-7gdn-r7fk" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@2.4.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/622380?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.12@2.4.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-a47h-7gdn-r7fk" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@2.4.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/622381?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.12@2.4.2", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-a47h-7gdn-r7fk" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@2.4.2" }, { "url": "http://public2.vulnerablecode.io/api/packages/622382?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.12@2.4.3", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-a47h-7gdn-r7fk" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@2.4.3" }, { "url": "http://public2.vulnerablecode.io/api/packages/622383?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.12@2.4.4", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-a47h-7gdn-r7fk" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@2.4.4" }, { "url": "http://public2.vulnerablecode.io/api/packages/622384?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.12@2.4.5", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-a47h-7gdn-r7fk" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@2.4.5" }, { "url": "http://public2.vulnerablecode.io/api/packages/622385?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.12@2.4.6", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-a47h-7gdn-r7fk" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@2.4.6" }, { "url": "http://public2.vulnerablecode.io/api/packages/622386?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.12@2.4.7", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-a47h-7gdn-r7fk" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@2.4.7" }, { "url": "http://public2.vulnerablecode.io/api/packages/622387?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.12@2.4.8", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-a47h-7gdn-r7fk" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@2.4.8" }, { "url": "http://public2.vulnerablecode.io/api/packages/622388?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.12@3.0.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-a47h-7gdn-r7fk" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@3.0.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/622389?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.12@3.0.0-preview", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-a47h-7gdn-r7fk" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@3.0.0-preview" }, { "url": "http://public2.vulnerablecode.io/api/packages/622390?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.12@3.0.0-preview2", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-a47h-7gdn-r7fk" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@3.0.0-preview2" }, { "url": "http://public2.vulnerablecode.io/api/packages/622391?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.12@3.0.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-a47h-7gdn-r7fk" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@3.0.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/622392?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.12@3.0.2", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-a47h-7gdn-r7fk" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@3.0.2" }, { "url": "http://public2.vulnerablecode.io/api/packages/622393?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.12@3.0.3", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-a47h-7gdn-r7fk" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@3.0.3" }, { "url": "http://public2.vulnerablecode.io/api/packages/622394?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.12@3.1.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-a47h-7gdn-r7fk" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@3.1.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/622395?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.12@3.1.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-a47h-7gdn-r7fk" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@3.1.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/622396?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.12@3.1.2", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-a47h-7gdn-r7fk" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@3.1.2" }, { "url": "http://public2.vulnerablecode.io/api/packages/622397?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.12@3.1.3", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-a47h-7gdn-r7fk" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@3.1.3" }, { "url": "http://public2.vulnerablecode.io/api/packages/622398?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.12@3.2.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-a47h-7gdn-r7fk" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@3.2.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/622399?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.12@3.2.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-a47h-7gdn-r7fk" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@3.2.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/27720?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.12@3.2.2", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-a47h-7gdn-r7fk" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@3.2.2" }, { "url": "http://public2.vulnerablecode.io/api/packages/622400?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.12@3.2.3", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-a47h-7gdn-r7fk" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@3.2.3" }, { "url": "http://public2.vulnerablecode.io/api/packages/622401?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.12@3.2.4", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-a47h-7gdn-r7fk" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@3.2.4" }, { "url": "http://public2.vulnerablecode.io/api/packages/27718?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.12@3.3.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-a47h-7gdn-r7fk" }, { "vulnerability": "VCID-n4gd-u4r1-x7bx" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@3.3.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/27719?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.12@3.3.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-a47h-7gdn-r7fk" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@3.3.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/622402?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.12@3.3.2", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" }, { "vulnerability": "VCID-a47h-7gdn-r7fk" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@3.3.2" }, { "url": "http://public2.vulnerablecode.io/api/packages/379466?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.12@3.3.3", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@3.3.3" }, { "url": "http://public2.vulnerablecode.io/api/packages/967041?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.12@3.3.4", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@3.3.4" }, { "url": "http://public2.vulnerablecode.io/api/packages/967042?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.12@3.4.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@3.4.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/967043?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.12@3.4.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@3.4.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/967044?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.12@3.4.2", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@3.4.2" }, { "url": "http://public2.vulnerablecode.io/api/packages/967045?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.12@3.4.3", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@3.4.3" }, { "url": "http://public2.vulnerablecode.io/api/packages/967046?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.12@3.4.4", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@3.4.4" }, { "url": "http://public2.vulnerablecode.io/api/packages/967047?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.12@3.5.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@3.5.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/967048?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.12@3.5.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@3.5.1" }, { "url": "http://public2.vulnerablecode.io/api/packages/967049?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.12@3.5.2", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@3.5.2" }, { "url": "http://public2.vulnerablecode.io/api/packages/967050?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.12@3.5.3", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@3.5.3" }, { "url": "http://public2.vulnerablecode.io/api/packages/967051?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.12@3.5.4", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@3.5.4" }, { "url": "http://public2.vulnerablecode.io/api/packages/967052?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.12@3.5.5", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@3.5.5" }, { "url": "http://public2.vulnerablecode.io/api/packages/967053?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.12@3.5.6", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.12@3.5.6" }, { "url": "http://public2.vulnerablecode.io/api/packages/1086713?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.13@4.0.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.13@4.0.0" }, { "url": "http://public2.vulnerablecode.io/api/packages/966540?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.9.3@0.8.0-incubating", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.9.3@0.8.0-incubating" }, { "url": "http://public2.vulnerablecode.io/api/packages/966541?format=api", "purl": "pkg:maven/org.apache.spark/spark-core_2.9.3@0.8.1-incubating", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-59qu-716n-7qfu" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.spark/spark-core_2.9.3@0.8.1-incubating" } ], "references": [ { "reference_url": "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2025-54920.json", "reference_id": "", "reference_type": "", "scores": [ { "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" }, { "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2025-54920", "reference_id": "", "reference_type": "", "scores": [ { "value": "0.00486", "scoring_system": "epss", "scoring_elements": "0.6593", "published_at": "2026-06-14T12:55:00Z" }, { "value": "0.00486", "scoring_system": "epss", "scoring_elements": "0.65934", "published_at": "2026-06-13T12:55:00Z" }, { "value": "0.00486", "scoring_system": "epss", "scoring_elements": "0.6592", "published_at": "2026-06-12T12:55:00Z" }, { "value": "0.00486", "scoring_system": "epss", "scoring_elements": "0.65824", "published_at": "2026-06-11T12:55:00Z" } ], "url": "https://api.first.org/data/v1/epss?cve=CVE-2025-54920" }, { "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2025-54920", "reference_id": "", "reference_type": "", "scores": [ { "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" }, { "value": "HIGH", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-54920" }, { "reference_url": "http://www.openwall.com/lists/oss-security/2026/03/13/4", "reference_id": "", "reference_type": "", "scores": [ { "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" }, { "value": "HIGH", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "http://www.openwall.com/lists/oss-security/2026/03/13/4" }, { "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" }, { "reference_url": "https://lists.apache.org/thread/4y9n0nfj7m68o2hpmoxgc0y7dm1lo02s", "reference_id": "4y9n0nfj7m68o2hpmoxgc0y7dm1lo02s", "reference_type": "", "scores": [ { "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" }, { "value": "HIGH", "scoring_system": "generic_textual", "scoring_elements": "" }, { "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" }, { "reference_url": "https://github.com/apache/spark/pull/51312", "reference_id": "51312", "reference_type": "", "scores": [ { "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" }, { "value": "HIGH", "scoring_system": "generic_textual", "scoring_elements": "" }, { "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" }, { "reference_url": "https://github.com/apache/spark/pull/51323", "reference_id": "51323", "reference_type": "", "scores": [ { "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" }, { "value": "HIGH", "scoring_system": "generic_textual", "scoring_elements": "" }, { "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" }, { "reference_url": "https://github.com/advisories/GHSA-jwp6-cvj8-fw65", "reference_id": "GHSA-jwp6-cvj8-fw65", "reference_type": "", "scores": [ { "value": "HIGH", "scoring_system": "cvssv3.1_qr", "scoring_elements": "" } ], "url": "https://github.com/advisories/GHSA-jwp6-cvj8-fw65" }, { "reference_url": "https://issues.apache.org/jira/browse/SPARK-52381", "reference_id": "SPARK-52381", "reference_type": "", "scores": [ { "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" }, { "value": "HIGH", "scoring_system": "generic_textual", "scoring_elements": "" }, { "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" } ], "weaknesses": [ { "cwe_id": 502, "name": "Deserialization of Untrusted Data", "description": "The product deserializes untrusted data without sufficiently verifying that the resulting data will be valid." }, { "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." }, { "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." }, { "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_score": "6.7 - 8.9", "exploitability": "0.5", "weighted_severity": "8.0", "risk_score": 4.0, "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-59qu-716n-7qfu" }