SCA: security update for org.scala-sbt:sbt (GHSA-x4ff-q6h8-v7gw)

medium Tenable Self-Hosted Container Security Plugin ID 439144

Description

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

- sbt is a build tool for Scala, Java, and others. From version 0.9.5 to before version 1.12.7, on Windows,
sbt uses Process("cmd", "/c", ...) to run VCS commands (git, hg, svn). The URI fragment (branch, tag,
revision) is user-controlled via the build definition and passed to these commands without validation.
Because cmd /c interprets &, |, and ; as command separators, a malicious fragment can execute arbitrary
commands. This issue has been patched in version 1.12.7. (CVE-2026-32948)

Solution

Update the org.scala-sbt:sbt library and its related packages to version 1.12.7 or later.

See Also

https://github.com/advisories/GHSA-x4ff-q6h8-v7gw

Plugin Details

Severity: Medium

ID: 439144

Version: Revision 1.6

Type: Local

Family: SCA Checks

Published: 3/24/2026

Updated: 7/2/2026

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

Risk Information

VPR

Risk Factor: Medium

Score: 6.9

Percentile: 96.95

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: High

Base Score: 7.2

Temporal Score: 5.6

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

CVSS Score Source: CVE-2026-32948

CVSS v3

Risk Factor: High

Base Score: 7.8

Temporal Score: 7

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

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

CVSS v4

Risk Factor: Medium

Base Score: 6.7

Threat Score: 5.2

Threat Vector: CVSS:4.0/E:P

Vector: CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:A/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N

Vulnerability Information

Exploit Available: true

Exploit Ease: Exploits are available

Patch Publication Date: 3/24/2026

Vulnerability Publication Date: 3/24/2026

Reference Information

CVE: CVE-2026-32948

cwe: CWE-78