SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-67438

MEDIUM · CVSS 6.6 EPSS 1.00% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-29 · Last synced 2026-08-28

CyberRota Analysis

AI-Generated

The vulnerability allows for OS command injection through the OliveTin web interface, specifically affecting versions 3000.2.0 to 3000.17.0 due to improper handling of custom argument types in shell commands. Attackers can exploit this flaw to execute arbitrary commands on the server, posing a risk to system integrity and confidentiality. Organizations using affected versions should prioritize upgrading to version 3000.17.0 to mitigate potential exploitation.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-67438
Severity
MEDIUM
CVSS
6.6
EPSS
1.00%

Original NVD Description

OliveTin gives access to predefined shell commands from a web interface. From 3000.2.0 until 3000.17.0, the service/internal/executor/arguments.go checkShellArgumentSafety function does not treat regex: custom argument types as unsafe for Shell mode actions, allowing values that pass typeSafetyCheckRegex to be interpolated by wrapCommandInShell into an sh -c command string and enabling OS command injection. This issue is fixed in version 3000.17.0.