InvokeAI has External Control of File Name or Path
Critical9.8CVE-2025-6237 · Published Sep 18, 2025 · updated Jun 29, 2026
### Path Traversal Vulnerability in InvokeAI A path traversal vulnerability in **InvokeAI** (versions < 6.7.0) allows an unauthenticated remote attacker to read files outside the intended media directory via the **bulk downloads** API. The endpoint accepts a user-controlled file/item name and concatenates it into a filesystem path without proper canonicalization or allow-listing. By supplying sequences such as `../` (or absolute paths), an attacker can cause the server to traverse directories and return arbitrary files. In certain storage or back-end configurations, abusing attacker-controlled paths can also lead to unintended overwriting or deletion of files referenced by the crafted path. The issue is fixed in **6.7.0**, which normalizes and validates input paths and rejects traversal attempts. **Affected versions:** `< 6.7.0` **Patched version:** `6.7.0`
Affected versions
| Package | Affected | Fixed in |
|---|---|---|
| invokeai PyPI | < 6.7.0 | 6.7.0 |
Details and references
- CVSS 3.0
- CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
- Severity from
- GitHub (reviewed advisory)
- Weakness
- CWE-22, CWE-73
- Also known as
- CVE-2025-6237, PYSEC-2026-359
- nvd.nist.gov/vuln/detail/CVE-2025-6237
- github.com/invoke-ai/InvokeAI/pull/8548/commits/eff565ae6ace1c8458f187245690bff0513f1b9e
- github.com/invoke-ai/InvokeAI
- github.com/invoke-ai/InvokeAI/blob/v6.0.0a1/invokeai/app/api/routers/images.py#L493-L524
- github.com/invoke-ai/InvokeAI/releases/tag/v6.7.0
- huntr.com/bounties/54ac9589-7c88-4fd4-8512-8b2f19fbaedf
More InvokeAI advisories
All InvokeAI| Date | Advisory | Severity | Fixed in |
|---|---|---|---|
| Mar 212025 | InvokeAI Deserialization of Untrusted Data vulnerability | Critical9.8 | 5.4.3rc2 |
| Mar 202025 | InvokeAI Arbitrary File Deletion vulnerability | Critical9.1 | 5.3.0rc1 |
| Mar 202025 | InvokeAI Uncontrolled Resource Consumption vulnerability | High7.5 | No fix yet |
| Mar 202025 | InvokeAI has Denial of Service (DoS) vulnerability in `/api/v1/images/upload` | High7.5 | No fix yet |