Vulnerability 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.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://docs.python.org/3/library/ctypes.html
- https://github.com/crewAIInc/crewAI/commit/fb2323b3deb3ec62b3965526857e77a2264e4
- https://yerangamage.com/cves/detail/?slug=crewai-sandbox-escape
- https://yerangamage.com/cves/detail/?slug=crewai-sandbox-escape
FAQ
What is CVE-2026-37008?
CVE-2026-37008 is a vulnerability with a CVSS score of 8.1 (HIGH). 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 ad...
How severe is CVE-2026-37008?
CVE-2026-37008 has been rated HIGH with a CVSS base score of 8.1/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-37008?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.