PatchSiren cyber security CVE debrief
CVE-2026-56673 Comfy-Org CVE debrief
CVE-2026-56673 is a high-severity vulnerability in ComfyUI, a modular diffusion model GUI, API, and backend. The issue allows unauthenticated attackers to probe arbitrary host paths and exfiltrate image-format files through crafted POST /prompt workflows. Affected nodes include LoadImage, LoadImageMask, LoadImageOutput, LoadAudio, LoadLatent, LoadVideo, and Load3D. This issue is fixed in version 0.28.0. Defenders should assess exposure and prioritize patching to version 0.28.0 or later.
- Vendor
- Comfy-Org
- Product
- ComfyUI
- CVSS
- HIGH 7.5
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-07-31
- Original CVE updated
- 2026-09-08
- Advisory published
- 2026-07-31
- Advisory updated
- 2026-09-08
Who should care
Defenders responsible for ComfyUI deployments should assess exposure and prioritize patching to version 0.28.0 or later. They should also verify input validation for LoadImage and sibling nodes, and monitor for suspicious activity on /prompt workflows. Security teams and vulnerability management teams should review the issue and plan for remediation.
Why it matters
CVE-2026-56673 is a high-severity vulnerability in ComfyUI that allows unauthenticated attackers to probe host paths and exfiltrate files. Defenders should prioritize patching, verify input validation, and monitor for suspicious activity.
- Path traversal allows attackers to probe arbitrary host paths
- Exfiltration of image-format files is possible through /view
- Input validation for LoadImage and sibling nodes requires verification
- Patching to version 0.28.0 or later is required for fix
Technical summary
The vulnerability is caused by a lack of containment checks in folder_paths.get_annotated_filepath and exists_annotated_filepath, allowing attackers to access arbitrary host paths through crafted POST /prompt workflows using LoadImage or sibling nodes. LoadImage defines a VALIDATE_INPUTS method, which causes the execution engine to skip COMBO (input-directory) validation. This issue is fixed in version 0.28.0. Defenders should prioritize patching and verify input validation for LoadImage and sibling nodes, and monitor for suspicious activity.
Defensive priority
Defenders should prioritize patching to version 0.28.0 or later, verify input validation, and monitor for suspicious activity.
Recommended defensive actions
- Patch ComfyUI to version 0.28.0 or later
- Verify input validation for LoadImage and sibling nodes
- Monitor for suspicious activity on /prompt workflows
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
Evidence notes
The vulnerability is caused by a lack of containment checks in folder_paths.get_annotated_filepath and exists_annotated_filepath, allowing attackers to access arbitrary host paths through crafted POST /prompt workflows using LoadImage or sibling nodes. The issue is fixed in version 0.28.0. Source confidence is limited to public statements and vendor advisories.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-56673 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-56673
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-56673 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-56673
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/Comfy-Org/ComfyUI/pull/14734
-
Source reference
Unverified legacy reference
URL: https://github.com/Comfy-Org/ComfyUI/releases/tag/v0.28.0
-
Source reference
Unverified legacy reference
URL: https://github.com/Comfy-Org/ComfyUI/security/advisories/GHSA-rvxv-29p8-pxgq
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.