| Título | JoeCastrom mcp-chat-studio 1.5.0 Server-Side Request Forgery |
|---|
| Descripción | The mcp-chat-studio application contains a server-side request forgery (SSRF) vulnerability because attacker-controlled input can reach outbound HTTP request functions without proper destination validation. Specifically, the /api/llm/models endpoint directly uses the req.query.base_url parameter in a fetch() call to {baseUrl}/api/tags (in server/routes/llm.js), and the workflow execution endpoint accepts a llmConfig object from the request body that later controls the auth_url or endpoint parameters passed to axios.post() calls in LLMClient.js (via server/routes/workflows.js). As a result, an unauthenticated attacker can coerce the server into issuing arbitrary HTTP requests to loopback addresses, RFC1918 private IP ranges, link‑local addresses, or cloud metadata services, enabling SSRF attacks that may expose sensitive internal resources. |
|---|
| Fuente | ⚠️ https://github.com/JoeCastrom/mcp-chat-studio/issues/4 |
|---|
| Usuario | MidA (UID 96794) |
|---|
| Sumisión | 2026-04-10 10:04 (hace 2 meses) |
|---|
| Moderación | 2026-04-26 21:59 (16 days later) |
|---|
| Estado | Aceptado |
|---|
| Entrada de VulDB | 359746 [JoeCastrom mcp-chat-studio hasta 1.5.0 LLM Models API server/routes/llm.js req.query.base_url escalada de privilegios] |
|---|
| Puntos | 20 |
|---|