๐Ÿ” CVE Alert

CVE-2026-37008

HIGH 8.1
CVSS Score
8.1
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-424
Vendor crewai
Product crewai
Published Sep 13, 2026
Last Updated Sep 14, 2026
Stay Ahead of the Next One

Get instant alerts for crewai crewai

Be the first to know when new high vulnerabilities affecting crewai crewai are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:L
Attack Vector
Local
Attack Complexity
High
Privileges Required
None
User Interaction
None
Scope
Changed
Confidentiality
High
Integrity
High
Availability
Low

Affected Versions

CrewAI / CrewAI
0 < fb2323b3deb3ec62b3965526857e77a2264e4cd0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/crewAIInc/crewAI/commit/fb2323b3deb3ec62b3965526857e77a2264e4cd0 yerangamage.com: https://yerangamage.com/cves/detail/?slug=crewai-sandbox-escape docs.python.org: https://docs.python.org/3/library/ctypes.html