Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-37008 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

CrewAI before fb2323b offers a Python blocklist approach that operates at the wrong level of abstraction, a different vulnerability than CVE-2026-2275. Import-time blocking of module names does not address the availability of Python's complete object graph. For example, calling ctypes.CDLL(None) loads the C library without relying in any import statements. In other words, a within-process sandbox cannot merely account for the import system and instead must account for the complete runtime of the Python interpreter.

Metrics

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-424Improper Protection of Alternate Path[email protected]

Affected Products

ProductVersions
crewAI
All versions

CPE

  • No CPEs found in CPE dictionary for this product.

Remediation

  • Workaround:low effort

    Enable Docker to ensure secure code execution. The tool will refuse to execute code without Docker to prevent security vulnerabilities.

  • Workaround:low effort

    Set the 'unsafe_mode' flag to True to allow code execution without Docker. This is not recommended and should only be used if the code source is fully trusted and the security risks are understood.

crewAI-tools
All versions

CPE

  • No CPEs found in CPE dictionary for this product.

Remediation

  • No remediation found in references.

Change History

2 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-37008
NVD Published Date:
Sep 13, 2026
NVD Last Modified:
Sep 22, 2026
Source:
[email protected]
CVE-2026-37008 Details - Not Deferred