CVE-2026-27626

CRITICAL

OliveTin <=3000.10.0 - Command Injection

Title source: llm
STIX 2.1

Exploitation Summary

EIP tracks 2 public exploits for CVE-2026-27626. PoCs published by Andyyyyuan, 0xh7ml.

AI-analyzed exploit summary This PoC demonstrates authenticated remote code execution (RCE) in a target application by injecting a command into the 'password' parameter of an API endpoint. The exploit leverages improper input sanitization to execute arbitrary shell commands.

Description

OliveTin gives access to predefined shell commands from a web interface. In versions up to and including 3000.10.0, OliveTin's shell mode safety check (`checkShellArgumentSafety`) blocks several dangerous argument types but not `password`. A user supplying a `password`-typed argument can inject shell metacharacters that execute arbitrary OS commands. A second independent vector allows unauthenticated RCE via webhook-extracted JSON values that skip type safety checks entirely before reaching `sh -c`. When exploiting vector 1, any authenticated user (registration enabled by default, `authType: none` by default) can execute arbitrary OS commands on the OliveTin host with the permissions of the OliveTin process. When exploiting vector 2, an unauthenticated attacker can achieve the same if the instance receives webhooks from external sources, which is a primary OliveTin use case. When an attacker exploits both vectors, this results in unauthenticated RCE on any OliveTin instance using Shell mode with webhook-triggered actions. As of time of publication, a patched version is not available.

Exploits (2)

github WORKING POC
by Andyyyyuan · cpoc
https://github.com/Andyyyyuan/CVE-Poc/tree/main/CVE-2026-27626.py

This PoC demonstrates authenticated remote code execution (RCE) in a target application by injecting a command into the 'password' parameter of an API endpoint. The exploit leverages improper input sanitization to execute arbitrary shell commands.

Classification
Working Poc 95%
Attack Type
Rce
Complexity
Trivial
Reliability
Reliable
Target: Unspecified (likely a custom or proprietary web application with an API endpoint '/api/exec')
Auth required
Prerequisites: Valid credentials for the target application · Network access to the target's API endpoint ('/api/exec') · Target application must execute the 'password' parameter in a shell context
mistral-large-3 · analyzed Aug 06, 2026 Full analysis →
nomisec WORKING POC
by 0xh7ml · poc
https://github.com/0xh7ml/CVE-2026-27626-PoC

The repository contains a functional Python-based PoC for CVE-2026-27626, an OS command injection vulnerability in OliveTin. The exploit leverages improper sanitization of the 'password' argument type and webhook JSON extraction to achieve remote code execution.

Classification
Working Poc 100%
Attack Type
Rce
Complexity
Trivial
Reliability
Reliable
Target: OliveTin (versions ≤ 3000.10.0)
No auth needed
Prerequisites: Access to the OliveTin API endpoint · Webhook or authenticated session (depending on configuration)
mistral-large-3 · analyzed Jun 30, 2026 Full analysis →

References (1)

Core 1
Core References

Scores

CVSS v3 9.9
EPSS 0.0055
EPSS Percentile 43.0%
Attack Vector NETWORK
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H

CISA SSVC

Vulnrichment
Exploitation poc
Automatable no
Technical Impact total

Details

CWE
CWE-78
Status published
Products (2)
olivetin/olivetin < 3000.10.0
OliveTin/OliveTin 0Go
Published Feb 25, 2026
Tracked Since Feb 25, 2026