CVE-2026-37008: CrewAI before fb2323b offers a Python blocklist approach that operates at the wrong level of abstraction, a different vu
Summary
CrewAI before commit fb2323b has a security flaw in how it tries to block dangerous code: it only blocks imports (the statements that load Python modules) but misses other ways to access dangerous functions, like using ctypes.CDLL(None) to directly load the C library without any import statements. This means the sandbox (an isolated environment meant to restrict what code can do) is incomplete because it doesn't account for all the ways Python can access powerful system functions at runtime.
Vulnerability Details
8.1(high)
EPSS: 0.0%
CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:L
local
high
none
none
September 13, 2026
Classification
Taxonomy References
Affected Vendors
Related Issues
CVE-2026-34371: LibreChat is a ChatGPT clone with additional features. Prior to 0.8.4, LibreChat trusts the name field returned by the e
CVE-2024-27444: langchain_experimental (aka LangChain Experimental) in LangChain before 0.1.8 allows an attacker to bypass the CVE-2023-
Original source: https://nvd.nist.gov/vuln/detail/CVE-2026-37008
First tracked: September 13, 2026 at 08:08 PM
Classified by LLM (prompt v3) · confidence: 85%