cve/2024/CVE-2024-21576.md
2025-09-29 21:09:30 +02:00

880 B
Raw Permalink Blame History

CVE-2024-21576

Description

ComfyUI-Bmad-Nodes is vulnerable to Code Injection. The issue stems from a validation bypass in the BuildColorRangeHSVAdvanced, FilterContour and FindContour custom nodes. In the entrypoint function to each node, theres a call to eval which can be triggered by generating a workflow that injects a crafted string into the node. This can result in executing arbitrary code on the server.

POC

Reference

No PoCs from references.

Github