CVE-2026-48708CWE-362CWE-567

OliveTin has a Concurrent Template Parsing Race Condition which Leads to Cross-Request Command Contamination

High · published June 15, 2026

CVSS v3.1
7.5
EPSS
0%
Percentile
33.5
In the wild
Unconfirmed
What it is

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.

The record
Technical detail
CVSS v3.1
7.5 · HIGH
Vector
CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
CVSS v4.0
Not supplied
EPSS
0.00402 · 33.5th percentile
Weaknesses
CWE-362 · Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition'); CWE-567 · Unsynchronized Access to Shared Data in a Multithreaded Context
Published
2026-06-15T19:59Z
EPSS history
Timeline
  • 15 JUN 19:59Z
    OliveTin has a Concurrent Template Parsing Race Condition which Leads to Cross-Request Command Contamination
    cvelistv5