Advisory Database
  • Advisories
  • Dependency Scanning
  1. pypi
  2. ›
  3. InvokeAI
  4. ›
  5. CVE-2025-6237

CVE-2025-6237: InvokeAI has External Control of File Name or Path

September 18, 2025 (updated September 23, 2025)

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

References

  • github.com/advisories/GHSA-vv9c-xxg7-wmv7
  • github.com/invoke-ai/InvokeAI
  • github.com/invoke-ai/InvokeAI/blob/v6.0.0a1/invokeai/app/api/routers/images.py
  • github.com/invoke-ai/InvokeAI/pull/8548/commits/eff565ae6ace1c8458f187245690bff0513f1b9e
  • github.com/invoke-ai/InvokeAI/releases/tag/v6.7.0
  • huntr.com/bounties/54ac9589-7c88-4fd4-8512-8b2f19fbaedf
  • nvd.nist.gov/vuln/detail/CVE-2025-6237

Code Behaviors & Features

Detect and mitigate CVE-2025-6237 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 6.7.0

Fixed versions

  • 6.7.0

Solution

Upgrade to version 6.7.0 or above.

Impact 9.8 CRITICAL

CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Learn more about CVSS

Weakness

  • CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
  • CWE-73: External Control of File Name or Path

Source file

pypi/InvokeAI/CVE-2025-6237.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Tue, 07 Oct 2025 00:19:33 +0000.