SCA: security update for github.com/OliveTin/OliveTin (GHSA-7fq5-7wr8-rjwj)

high Tenable Self-Hosted Container Security Plugin ID 443883

Description

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

- OliveTin gives access to predefined shell commands from a web interface. In versions 3000.0.0 and prior,
the template engine uses a single shared text/template.Template instance (tpl package-level variable in
service/internal/tpl/templates.go) across all goroutines. Every action execution calls tpl.Parse(source)
followed by t.Execute() on this shared instance with no synchronization. When two or more actions execute
concurrently (which is the normal case — each ExecRequest spawns a goroutine), a race condition occurs:
one goroutine's Parse overwrites the template tree while another goroutine is calling Execute, causing
cross-user command contamination, Go runtime panic, and incorrect command execution. This issue has been
resolved in version 3000.13.0. (CVE-2026-48708)

Solution

Update the github.com/OliveTin/OliveTin library and its related packages to version 0.0.0-20260521225117-d74da9314005 or later.

See Also

https://github.com/advisories/GHSA-7fq5-7wr8-rjwj

Plugin Details

Severity: High

ID: 443883

Version: Revision 1.2

Type: Local

Family: SCA Checks

Published: 6/24/2026

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.99

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: High

Base Score: 7.1

Temporal Score: 5.3

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

CVSS Score Source: CVE-2026-48708

CVSS v3

Risk Factor: High

Base Score: 7.5

Temporal Score: 6.5

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

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

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 6/24/2026

Vulnerability Publication Date: 6/15/2026

Reference Information

CVE: CVE-2026-48708