| 제목 | sigoden AIChat 0.30.0 Denial of Service |
|---|
| 설명 | AIChat 0.30.0 has a denial of service vulnerability in its OpenAI-compatible HTTP serve mode.
The /v1/chat/completions, /v1/embeddings, /v1/rerank, and /v1/rags/search endpoints collect the entire HTTP request body into memory before JSON parsing or validation. These routes do not enforce a pre-read body size limit, JSON depth limit, array item limit, string length limit, authentication, rate limit, or concurrency budget.
An unauthenticated client can send an oversized request body and force the AIChat serve process to allocate excessive memory before the request is rejected. In shared gateway, containerized, internal API, or reverse-proxied deployments, this can terminate the service process and make normal chat, model, embedding, rerank, RAG, playground, and arena requests unavailable. |
|---|
| 원천 | ⚠️ https://github.com/outlookgp/CVE/tree/main/AIChat_Serve_Request_Body_DoS_Report |
|---|
| 사용자 | outlookgp (UID 99658) |
|---|
| 제출 | 2026. 07. 11. AM 10:10 (2 개월 ago) |
|---|
| 모더레이션 | 2026. 09. 02. PM 03:25 (2 months later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 398132 [sigoden aichat 까지 0.30.4 API Endpoint src/serve.rs 서비스 거부] |
|---|
| 포인트들 | 20 |
|---|