CVE-2026-56671
Last modified
CVE-2026-56671 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. ComfyUI is a modular diffusion model GUI, api and backend with a graph/nodes interface. Prior to 0.28.0, get_model_preview in app/model_manager.py joins an unrestricted filename route capture to a selected model directory without a containment check, allowing an unauthenticated remote attacker to use traversal, encoded traversal, absolute paths, or an unbounded path_index to read image-decodable files and enumerate host paths. EPSS estimates a 0.66% chance of exploitation in the next 30 days.
Description
ComfyUI is a modular diffusion model GUI, api and backend with a graph/nodes interface. Prior to 0.28.0, get_model_preview in app/model_manager.py joins an unrestricted filename route capture to a selected model directory without a containment check, allowing an unauthenticated remote attacker to use traversal, encoded traversal, absolute paths, or an unbounded path_index to read image-decodable files and enumerate host paths. get_model_preview (app/model_manager.py) built the path with os.path.join(folder, filename) where filename is an unrestricted {filename:.*} route capture. Literal ../, percent-encoded %2e%2e%2f, and absolute paths all escaped the model directory; path_index was also unbounded. The target file is piped through Pillow and re-encoded as WEBP, so disclosure is limited to image-decodable files plus a file-existence/enumeration oracle (and internal-path leakage via path_index errors). This issue is fixed in version 0.28.0.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Comfy-Org | ComfyUI | < 0.28.0 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-56671?
How severe is CVE-2026-56671?
How do I fix CVE-2026-56671?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-56666ZITADEL is an open source identity management platform. Prio…4.8
- CVE-2026-56667ZITADEL is an open source identity management platform. Prio…7.3
- CVE-2026-56668ZITADEL is an open source identity management platform. Prio…8.1
- CVE-2026-56669Elysia is a Typescript framework for request validation, typ…7.5
- CVE-2026-5667Use of Hard-coded Credentials vulnerability in Mitsubishi El…7.2
- CVE-2026-56670ComfyUI is a modular diffusion model GUI, api and backend wi…8.2
- CVE-2026-56672ComfyUI is a node-based diffusion model GUI, API, and backen…8.2
- CVE-2026-56673ComfyUI is a modular diffusion model GUI, API, and backend w…7.5
- CVE-2026-566759Router is an AI router & token saver. Prior to 0.5.2, 9rout…8.3
- CVE-2026-566769Router is an AI router & token saver. Prior to 0.5.2, 9rout…7.4
- CVE-2026-566789Router is an AI router & token saver. Prior to 0.5.6, the K…6.4
- CVE-2026-566799Router is an AI router & token saver. Prior to 0.5.4, the P…8.7
Are you affected by CVE-2026-56671?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
