Eval Injection Affecting agentscope package, versions [0,]
Threat Intelligence
Exploit Maturity
Proof of concept
EPSS
0.04% (11th
percentile)
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications- Snyk ID SNYK-PYTHON-AGENTSCOPE-8344260
- published 6 Nov 2024
- disclosed 5 Nov 2024
- credit Aftersnows
Introduced: 5 Nov 2024
New CVE-2024-48050 Open this link in a new tabHow to fix?
There is no fixed version for agentscope
.
Overview
agentscope is an AgentScope: A Flexible yet Robust Multi-Agent Platform.
Affected versions of this package are vulnerable to Eval Injection via the result = eval(s)
field of the is_callable_expression
function in the agentscope\web\workstation\workflow_utils.py
file. An attacker can execute arbitrary code by providing malicious input to this function.