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

928 B

CVE-2024-48050

Description

In agentscope <=v0.0.4, the file agentscope\web\workstation\workflow_utils.py has the function is_callable_expression. Within this function, the line result = eval(s) poses a security risk as it can directly execute user-provided commands.

POC

Reference

Github

No PoCs found on GitHub currently.