CVE-2026-48708
Last modified
CVE-2026-48708 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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. EPSS estimates a 0.40% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-48708?
How severe is CVE-2026-48708?
How do I fix CVE-2026-48708?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-48697FastNetMon Community Edition through 1.2.9 does not verify T…7.4
- CVE-2026-4870IBM Qiskit SDK 0.43.0 through 2.5.0 could allow an attacker …7.5
- CVE-2026-48700An issue was discovered in all versions of PCManFM-Qt starti…9.3
- CVE-2026-48703Warp is an agentic development environment. From 0.2025.04.0…7.8
- CVE-2026-48704Warp is an agentic development environment. From 0.2023.10.2…8.8
- CVE-2026-48706Envoy is an open source edge and service proxy designed for …7.5
- CVE-2026-48709OliveTin gives access to predefined shell commands from a we…3.7
- CVE-2026-4871The Sports Club Management plugin for WordPress is vulnerabl…6.4
- CVE-2026-48710Starlette is a lightweight ASGI framework/toolkit. Prior to …6.5
- CVE-2026-48712protobufjs compiles protobuf definitions into JavaScript (JS…7.5
- CVE-2026-48713Versions prior to 2.6.6 are vulnerable to prototype pollutio…9.1
- CVE-2026-48714i18next-http-middleware is a middleware to be used with Node…9.1
Are you affected by CVE-2026-48708?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
