Lucene search
+L

183 matches found

CNNVD
CNNVD
added 2025/03/20 12:00 a.m.13 views

AgentScope 跨站请求伪造漏洞

AgentScope is a ModelScope open source application. Build LLM-based multi-intelligence applications more simply. AgentScope suffers from a cross-site request forgery vulnerability that stems from the CORS header on the AgentScope Studio backend server being configured too loosely to allow...

8.8CVSS8.6AI score0.00224EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2025/03/20 12:00 a.m.15 views

AgentScope 路径遍历漏洞

AgentScope is a ModelScope open source application. Build LLM-based multi-intelligence applications more simply. A path traversal vulnerability exists in AgentScope version v0.0.4, which stems from the API endpoint /api/file not properly cleaning up the path parameter, allowing an attacker to rea...

7.5CVSS7.4AI score0.00744EPSS
SaveExploits1References1
Snyk
Snyk
added 2025/02/10 7:40 p.m.9 views

Exposure of Sensitive System Information to an Unauthorized Control Sphere

Overview agentscope is an AgentScope: A Flexible yet Robust Multi-Agent Platform. Affected versions of this package are vulnerable to Exposure of Sensitive System Information to an Unauthorized Control Sphere due to insecure initialization of the DEFAULTCACHEDIR in app.py, using of user input...

8.7CVSS6.8AI score0.0052EPSS
SaveExploits1References2
PyPA
PyPA
added 2025/02/10 7:15 p.m.22 views

PYSEC-2025-84

A Local File Inclusion LFI vulnerability exists in the /load-workflow endpoint of modelscope/agentscope version v0.0.4. This vulnerability allows an attacker to read arbitrary files from the server, including sensitive files such as API keys, by manipulating the filename parameter. The issue aris...

7.5CVSS7.2AI score0.0052EPSS
SaveExploits1References1Affected Software1
OSV
OSV
added 2025/02/10 7:15 p.m.11 views

CVE-2024-8550

A Local File Inclusion LFI vulnerability exists in the /load-workflow endpoint of modelscope/agentscope version v0.0.4. This vulnerability allows an attacker to read arbitrary files from the server, including sensitive files such as API keys, by manipulating the filename parameter. The issue aris...

7.5CVSS7.2AI score0.0052EPSS
SaveExploits1References1
OSV
OSV
added 2025/02/10 7:15 p.m.11 views

PYSEC-2025-84

A Local File Inclusion LFI vulnerability exists in the /load-workflow endpoint of modelscope/agentscope version v0.0.4. This vulnerability allows an attacker to read arbitrary files from the server, including sensitive files such as API keys, by manipulating the filename parameter. The issue aris...

7.5CVSS7.2AI score0.0052EPSS
SaveExploits1References1
Vulnrichment
Vulnrichment
added 2025/02/10 6:50 p.m.12 views

CVE-2024-8550 Local File Inclusion (LFI) in modelscope/agentscope

A Local File Inclusion LFI vulnerability exists in the /load-workflow endpoint of modelscope/agentscope version v0.0.4. This vulnerability allows an attacker to read arbitrary files from the server, including sensitive files such as API keys, by manipulating the filename parameter. The issue aris...

7.5CVSS7.4AI score0.0052EPSS
SaveExploits1References1
CVE
CVE
added 2025/02/10 6:50 p.m.111 views

CVE-2024-8550

CVE-2024-8550 affects modelscope/agentscope v0.0.4, exposing a Local File Inclusion (LFI) via the /load-workflow endpoint. Root cause: improper sanitization of the filename parameter passed to os.path.join allows traversal outside the intended directory, enabling an attacker to read arbitrary ser...

7.5CVSS7.4AI score0.0052EPSS
SaveExploits1References1Affected Software1
Cvelist
Cvelist
added 2025/02/10 6:50 p.m.28 views

CVE-2024-8550 Local File Inclusion (LFI) in modelscope/agentscope

A Local File Inclusion LFI vulnerability exists in the /load-workflow endpoint of modelscope/agentscope version v0.0.4. This vulnerability allows an attacker to read arbitrary files from the server, including sensitive files such as API keys, by manipulating the filename parameter. The issue aris...

7.5CVSS0.0052EPSS
SaveExploits1References1
CNNVD
CNNVD
added 2025/02/10 12:00 a.m.16 views

AgentScope 安全漏洞

AgentScope is a ModelScope open source application. Build LLM-based multi-intelligence applications more simply. A security vulnerability exists in AgentScope version 0.0.4, which stems from a local file inclusion vulnerability in the /load-workflow endpoint that allows an attacker to read...

7.5CVSS7.3AI score0.0052EPSS
SaveExploits1References2
Veracode
Veracode
added 2024/11/14 9:35 a.m.13 views

Code Injection

AgentScope is vulnerable to Code Injection. The vulnerability is due to the eval function in the iscallableexpression function, which executes user-provided commands, allowing potential code injection...

9.8CVSS7AI score0.00811EPSS
SaveExploits1References4Affected Software1
Positive Technologies
Positive Technologies
added 2024/11/12 12:00 a.m.9 views

PT-2024-39089 · Unknown · Modelscope/Agentscope

Name of the Vulnerable Software and Affected Versions: modelscope/agentscope version v0.0.4 Description: A Local File Inclusion LFI vulnerability exists in the "/load-workflow" endpoint, allowing an attacker to read arbitrary files from the server, including sensitive files such as API keys, by...

7.5CVSS7.3AI score0.0052EPSS
SaveExploits1References7
Snyk
Snyk
added 2024/11/05 12:31 a.m.6 views

Eval Injection

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 = evals field of the iscallableexpression function in the agentscope\web\workstation\workflowutils.py file. An attacker can execute...

9.8CVSS8AI score0.00811EPSS
SaveExploits1References2
Github Security Blog
Github Security Blog
added 2024/11/05 12:31 a.m.30 views

AgentScope uses `eval`

In agentscope =v0.0.4, the file agentscope\web\workstation\workflowutils.py has the function iscallableexpression. Within this function, the line result = evals poses a security risk as it can directly execute user-provided commands...

9.8CVSS7.1AI score0.00811EPSS
SaveExploits1References5Affected Software1
OSV
OSV
added 2024/11/04 11:15 p.m.25 views

PYSEC-2024-262

In agentscope =v0.0.4, the file agentscope\web\workstation\workflowutils.py has the function iscallableexpression. Within this function, the line result = evals poses a security risk as it can directly execute user-provided commands...

9.8CVSS5.8AI score0.00811EPSS
SaveExploits1References3
PyPA
PyPA
added 2024/11/04 11:15 p.m.15 views

PYSEC-2024-262

In agentscope =v0.0.4, the file agentscope\web\workstation\workflowutils.py has the function iscallableexpression. Within this function, the line result = evals poses a security risk as it can directly execute user-provided commands...

9.8CVSS5.8AI score0.00811EPSS
SaveExploits1References3Affected Software1
OSV
OSV
added 2024/11/04 11:15 p.m.10 views

CVE-2024-48050

In agentscope =v0.0.4, the file agentscope\web\workstation\workflowutils.py has the function iscallableexpression. Within this function, the line result = evals poses a security risk as it can directly execute user-provided commands...

9.8CVSS5.8AI score0.00811EPSS
SaveExploits1References2
NVD
NVD
added 2024/11/04 11:15 p.m.40 views

CVE-2024-48050

In agentscope =v0.0.4, the file agentscope\web\workstation\workflowutils.py has the function iscallableexpression. Within this function, the line result = evals poses a security risk as it can directly execute user-provided commands...

9.8CVSS0.00811EPSS
SaveExploits1References2
CNNVD
CNNVD
added 2024/11/04 12:00 a.m.14 views

AgentScope 安全漏洞

AgentScope is a ModelScope open source application. Build LLM-based multi-intelligence applications more simply. A security vulnerability exists in AgentScope version v0.0.4, which stems from the fact that the iscallableexpression function in the agentscopewebworkstationworkflowutils.py file can...

9.8CVSS6.7AI score0.00811EPSS
SaveExploits1References3
Cvelist
Cvelist
added 2024/11/04 12:00 a.m.50 views

CVE-2024-48050

In agentscope =v0.0.4, the file agentscope\web\workstation\workflowutils.py has the function iscallableexpression. Within this function, the line result = evals poses a security risk as it can directly execute user-provided commands...

0.00811EPSS
SaveExploits1References2
Rows per page
Query Builder