1 results (0.000 seconds)

CVSS: 10.0EPSS: 0%CPEs: 1EXPL: 0

ComfyUI-Ace-Nodes is vulnerable to Code Injection. The ACE_ExpressionEval node contains an eval() in its entrypoint function that accepts arbitrary user-controlled data. A user can create a workflow that results in executing arbitrary code on the server. • https://github.com/hay86/ComfyUI_AceNodes/blob/5ba01db8a3b7afb8e4aecfaa48823ddeb132bbbb/nodes.py#L1193 • CWE-94: Improper Control of Generation of Code ('Code Injection') •