Intel

AIKIDO-2026-10524

griptape is vulnerable to Command Injection

Command Injection Pre-CVE
Found by Aikido Intel before public disclosure or CVE publication.
Published Apr 23, 2026

90

Critical Risk

This Affects:

PYTHONgriptape
0.27.0 - 1.9.4
Fixed in 1.10.0
Are you affected? Scan for Free

TL;DR

Improper neutralization of special elements in OS command strings in Griptape CommandRunner allowed shell injection because commands were executed with subprocess.Popen(..., shell=True). An attacker able to influence command input could inject shell metacharacters such as pipes, redirects, or command chaining operators to execute unintended system commands. Successful exploitation could result in arbitrary command execution with the privileges of the running process.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range.

Background info

griptape is vulnerable to Command Injection in versions 0.27.0 - 1.9.4.

How to fix this

Upgrade the griptape library to the patch version.