| タイトル | Rowboat Labs Rowboat 0.1.0 Denial of Service |
|---|
| 説明 | Rowboat has multiple HTTP entry points that fully read, parse, validate, or log attacker-controlled request bodies before authentication or signature verification.
The Composio webhook endpoint calls request.text() and logs the complete payload before verifying the webhook signature. The API chat endpoint calls req.json() and validates the complete messages and mockTools body before API key authorization. The related schemas do not enforce maximum request size, message count, string length, object depth, tool-call count, or mockTools entry limits.
An unauthenticated attacker can send oversized request bodies and force the Rowboat web process to allocate memory and perform parsing or logging work before the request is rejected. This can exhaust process memory, grow logs, and make normal Rowboat service access fail. |
|---|
| ソース | ⚠️ https://github.com/hackerguopeng/cve/tree/main/Rowboat_PreAuth_Body_Buffer_DoS_Report |
|---|
| ユーザー | hackerguopeng (UID 99623) |
|---|
| 送信 | 2026年07月11日 09:29 (2 月 ago) |
|---|
| モデレーション | 2026年09月02日 15:21 (2 months later) |
|---|
| ステータス | 承諾済み |
|---|
| VulDBエントリ | 398131 [rowboatlabs rowboat 迄 0.9.1 Composio Webhook Endpoint route.ts request.text/req.json サービス拒否] |
|---|
| ポイント | 20 |
|---|