提交 #784465: griptape v0.19.4 Absolute Path Traversal信息

标题griptape v0.19.4 Absolute Path Traversal
描述The ComputerTool in Griptape allows agents to execute Python code by first writing the code to a file in a local working directory, which is then mounted into a container for execution. However, the filename parameter, which determines where the code is stored locally, is generated by the LLM and is not properly validated or sanitized. This lack of validation allows for a path traversal vulnerability. An attacker can use prompt injection to coerce the LLM into specifying a filename containing directory traversal sequences (e.g., ../../malicious_file). Since the file content (the code) is also controllable via prompt injection, writing to sensitive files like __init__.py or ~/.bashrc may lead to Remote Code Execution (RCE) on the host system.
来源⚠️ https://github.com/Ka7arotto/cve/blob/main/griptape/SaveCodeTool/computeTool.md
用户
 Goku (UID 80486)
提交2026-03-21 03時05分 (17 日前)
管理2026-04-05 07時17分 (15 days later)
状态已接受
VulDB条目355391 [griptape-ai griptape 0.19.4 ComputerTool tool.py filename 目录遍历]
积分20

Do you want to use VulDB in your project?

Use the official API to access entries easily!