---
id: CVE-2026-22777
aliases:
  - GHSA-562r-8445-54r2
  - PYSEC-2026-1260
title: ComfyUI-Manager is Vulnerable to CRLF Injection in Configuration Handler
summary: ComfyUI-Manager is Vulnerable to CRLF Injection in Configuration Handler
severity: high
cvss: 7.5
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N'
vendor: comfy-cli
product: comfy-cli
ecosystem: pip
affected:
  - 'comfy-cli >= 4.0.0, < 4.0.5'
  - comfy-cli < 3.39.2
patched:
  - comfy-cli 4.0.5
  - comfy-cli 3.39.2
published: '2026-01-13'
updated: '2026-09-10'
sourceUpdated: '2026-09-10T03:49:54.341494095Z'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-562r-8445-54r2'
references:
  - url: >-
      https://github.com/Comfy-Org/ComfyUI-Manager/security/advisories/GHSA-562r-8445-54r2
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2026-22777'
  - url: >-
      https://github.com/Comfy-Org/ComfyUI-Manager/commit/ef8703a3d7ab4e6ecda8f96e0c5816c23d1cb262
  - url: >-
      https://github.com/Comfy-Org/ComfyUI-Manager/commit/f4fa394e0f03b013f1068c96cff168ad10bd0410
  - url: 'https://github.com/Comfy-Org/ComfyUI-Manager'
tags:
  - osv
  - pip
epss: 0.00347
epssPercentile: 0.25564
ingestedAt: '2026-07-08T18:25:45.786Z'
---

## Overview

## Impact

**Vulnerability Type**: CRLF Injection via ConfigParser

An attacker can inject special characters into HTTP query parameters to add arbitrary configuration values to the `config.ini` file. This can lead to security setting tampering or modification of application behavior.

**Affected Users**: Users running ComfyUI-Manager in environments where ComfyUI is configured with the `--listen` option to allow remote access.

**CVSS Score**: 7.5 (High)

## Patches

Fixed in the following versions:
- **3.39.2** (v3.x branch)
- **4.0.5** (v4.x branch)

Sanitization logic was added to the `write_config()` function to remove CRLF and NULL characters from all string values.

## Workarounds

If upgrading is not possible:
- Run ComfyUI-Manager only on trusted networks
- Block external access via firewall
- Run on localhost only without the `--listen` option

## References

- [CWE-93: Improper Neutralization of CRLF Sequences](https://cwe.mitre.org/data/definitions/93.html)
- [OWASP CRLF Injection](https://owasp.org/www-community/vulnerabilities/CRLF_Injection)

## Credit

This vulnerability was reported by:
- 李存义 <xiaoheihei1107@gmail.com>
- D0n9 Li <wyd0n9@gmail.com>
- Swings <swing@mail.exp.sh>
- Osword from SGLAB of Legendsec at Qi'anxin Group <zhzhdoai@gmail.com>

## Affected packages

- `comfy-cli >= 4.0.0, < 4.0.5`
- `comfy-cli < 3.39.2`

## Remediation

Upgrade to a patched release:

- `comfy-cli 4.0.5`
- `comfy-cli 3.39.2`
