CVE-2026-37007
Received Received - Intake

Code Execution via Path Traversal in crewai-tools

Vulnerability report for CVE-2026-37007, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-27

Last updated on: 2026-08-27

Assigner: MITRE

Description

A vulnerability in FileWriterTool in crewai-tools <= 1.10.2rc1 allows a remote attacker to achieve code execution via malicious path traversal sequences in the filename argument.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-27
Last Modified
2026-08-27
Generated
2026-08-28
AI Q&A
2026-08-28
EPSS Evaluated
N/A
NVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
crewai crewai-tools 1.10.2rc1
crewai filewritertool to 1.10.2rc1 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a path traversal issue in the FileWriterTool component of crewai-tools versions up to 1.10.2rc1. It allows a remote attacker to execute arbitrary code by providing malicious path traversal sequences in the filename argument, which can write files outside the intended directory.

Detection Guidance

To detect this vulnerability, check if your system uses crewai-tools version <= 1.10.2rc1. Inspect FileWriterTool implementations for improper path handling, such as unvalidated use of os.path.join or os.makedirs. Look for directory traversal attempts in logs or file operations.

Impact Analysis

An attacker could exploit this to write malicious files to unintended locations on your system, potentially leading to code execution, data theft, or system compromise if the attacker gains control over file content or paths.

Mitigation Strategies

Update crewai-tools to a version that includes the patch for CVE-2026-37007. Ensure FileWriterTool uses the new base_dir parameter with os.path.realpath() and Path.is_relative_to() checks. Validate all file paths to prevent traversal outside intended directories.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-37007. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart