CVE-2026-2286
Server-Side Request Forgery in CrewAI RAG Search Tools
Publication date: 2026-03-30
Last updated on: 2026-04-15
Assigner: CERT/CC
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| crewai | crewai | 1.0.0 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-918 | The web server receives a URL or similar request from an upstream component and retrieves the contents of this URL, but it does not sufficiently ensure that the request is being sent to the expected destination. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
CrewAI contains a server-side request forgery (SSRF) vulnerability. This means that the system can be tricked into making unauthorized requests to internal or cloud services. The issue arises because the RAG search tools do not properly validate URLs provided at runtime, allowing attackers to acquire content from these services.
How can this vulnerability impact me? :
This vulnerability can allow attackers to access internal or cloud-based resources that should normally be protected. By exploiting the SSRF flaw, attackers might retrieve sensitive information or interact with internal services, potentially leading to data exposure or further compromise of the system.