mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-07-03 21:20:49 +08:00
- CVE-2026-56670: force download of SVG/XML responses on /view to prevent stored XSS
- CVE-2026-56671: contain /experiment/models/preview reads within the model folder
- CVE-2026-56672: stop inline rendering of uploaded /userdata/{file} content
- CVE-2026-56673: prevent path traversal in get_annotated_filepath (LoadImage /prompt input)
- CVE-2026-56674: reject opaque/null Origin to close the CSRF middleware bypass
Adds regression tests under tests-unit/security_test/ covering all five.
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_ghsa_779p_01_origin_csrf.py | ||
| test_ghsa_779p_02_preview_traversal.py | ||
| test_ghsa_779p_03_annotated_traversal.py | ||
| test_ghsa_779p_04_userdata_xss.py | ||
| test_ghsa_779p_05_dangerous_content_types.py | ||