Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

nvd логотип

CVE-2026-55249

Опубликовано: 23 июн. 2026
Источник: nvd
CVSS3: 6.3
CVSS3: 8.8
EPSS Низкий

Описание

@rtk-ai/rtk-rewrite transparently rewrites shell commands executed via OpenClaw's exec tool to their RTK equivalents. In 1.0.0, the @rtk-ai/rtk-rewrite OpenClaw plugin passes attacker-controlled input directly into a shell-backed execSync() template string without shell-safe escaping. JSON.stringify() wraps the value in double quotes and escapes inner double-quotes and backslashes, but leaves $() and backtick shell metacharacters untouched. Because execSync delegates execution to /bin/sh -c, the shell expands $(...) substitutions even inside double-quoted strings, causing the injected subcommand to execute before rtk is invoked. An attacker who can influence the exec tool's command parameter (e.g., via an LLM agent prompt or gateway/tool-call input) achieves arbitrary OS command execution with the privileges of the plugin/gateway process.

Уязвимые конфигурации

Конфигурация 1
cpe:2.3:a:rtkai:rtk-rewrite:1.0.0:*:*:*:*:rust:*:*

EPSS

Процентиль: 44%
0.00552
Низкий

6.3 Medium

CVSS3

8.8 High

CVSS3

Дефекты

CWE-78

EPSS

Процентиль: 44%
0.00552
Низкий

6.3 Medium

CVSS3

8.8 High

CVSS3

Дефекты

CWE-78