๐Ÿ” CVE Alert

CVE-2026-48708

HIGH 7.5

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

CVSS Score
7.5
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-362 CWE-567
Vendor olivetin
Product olivetin
Published Jun 15, 2026
Stay Ahead of the Next One

Get instant alerts for olivetin olivetin

Be the first to know when new high vulnerabilities affecting olivetin olivetin are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
Attack Vector
Network
Attack Complexity
High
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Affected Versions

OliveTin / OliveTin
< 3000.13.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/OliveTin/OliveTin/security/advisories/GHSA-7fq5-7wr8-rjwj github.com: https://github.com/OliveTin/OliveTin/releases/tag/3000.13.0