SCA: security update for apache-submarine (GHSA-8hcr-5x2g-9f7j)

critical Tenable Self-Hosted Container Security Plugin ID 412704

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- Apache Software Foundation Apache Submarine has a bug when serializing against yaml. The bug is caused by
snakeyaml https://nvd.nist.gov/vuln/detail/CVE-2022-1471 . Apache Submarine uses JAXRS to define REST
endpoints. In order to handle YAML requests (using application/yaml content-type), it defines a
YamlEntityProvider entity provider that will process all incoming YAML requests. In order to unmarshal the
request, the readFrom method is invoked, passing the entityStream containing the user-supplied data in
`submarine-server/server-core/src/main/java/org/apache/submarine/server/utils/YamlUtils.java`. We have now
fixed this issue in the new version by replacing to `jackson-dataformat-yaml`. This issue affects Apache
Submarine: from 0.7.0 before 0.8.0. Users are recommended to upgrade to version 0.8.0, which fixes this
issue. If using the version smaller than 0.8.0 and not want to upgrade, you can try cherry-pick PR
https://github.com/apache/submarine/pull/1054 and rebuild the submart-server image to fix this.
(CVE-2023-46302)

See Also

https://github.com/advisories/GHSA-8hcr-5x2g-9f7j

Plugin Details

Severity: Critical

ID: 412704

Version: Revision 1.7

Type: Local

Family: SCA Checks

Published: 1/23/2025

Updated: 7/2/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Medium

Score: 4.9

Percentile: 57.58

Vendor

Vendor Severity: Critical

CVSS v2

Risk Factor: Critical

Base Score: 10

Temporal Score: 7.8

Vector: CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:C

CVSS Score Source: CVE-2023-46302

CVSS v3

Risk Factor: Critical

Base Score: 9.8

Temporal Score: 8.8

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Temporal Vector: CVSS:3.0/E:P/RL:O/RC:C

Vulnerability Information

Exploit Available: true

Exploit Ease: Exploits are available

Patch Publication Date: 11/20/2023

Vulnerability Publication Date: 11/20/2023

Reference Information

CVE: CVE-2023-46302

cwe: CWE-502