VYPR

Agentscope

by Modelscope

pypi: agentscope

Source repositories

CVEs (11)

  • CVE-2024-8502CriMar 20, 2025
    risk 0.64cvss 9.8epss 0.02

    A vulnerability in the RpcAgentServerLauncher class of modelscope/agentscope v0.0.6a3 allows for remote code execution (RCE) via deserialization of untrusted data using the dill library. The issue occurs in the AgentServerServicer.create_agent method, where serialized input is…

  • CVE-2024-8487CriMar 20, 2025
    risk 0.64cvss 9.8epss 0.00

    A Cross-Origin Resource Sharing (CORS) vulnerability exists in modelscope/agentscope version v0.0.4. The CORS configuration on the agentscope server does not properly restrict access to only trusted origins, allowing any external domain to make requests to the API. This can lead…

  • CVE-2024-48050CriNov 4, 2024
    risk 0.64cvss 9.8epss 0.01

    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.

  • CVE-2024-8551CriMar 20, 2025
    risk 0.59cvss 9.1epss 0.01

    A path traversal vulnerability exists in the save-workflow and load-workflow functionality of modelscope/agentscope versions prior to the fix. This vulnerability allows an attacker to read and write arbitrary JSON files on the filesystem, potentially leading to the exposure or…

  • CVE-2024-8501HigMar 20, 2025
    risk 0.57cvss 8.8epss 0.01

    An arbitrary file download vulnerability exists in the rpc_agent_client component of modelscope/agentscope version v0.0.4. This vulnerability allows any user to download any file from the rpc_agent's host by exploiting the download_file method. This can lead to unauthorized…

  • CVE-2024-8489HigMar 20, 2025
    risk 0.57cvss 8.8epss 0.00

    A vulnerability in modelscope/agentscope, specifically in the AgentScope Studio backend server, allows for Cross-Site Request Forgery (CSRF) due to overly permissive CORS headers. This issue affects the latest commit on the main branch (21161fe). The vulnerability permits an…

  • CVE-2024-8537CriMar 20, 2025
    risk 0.52cvss 9.1epss 0.01

    A path traversal vulnerability exists in the modelscope/agentscope application, affecting all versions. The vulnerability is present in the /delete-workflow endpoint, allowing an attacker to delete arbitrary files from the filesystem. This issue arises due to improper input…

  • CVE-2024-8524HigMar 20, 2025
    risk 0.49cvss 7.5epss 0.01

    A directory traversal vulnerability exists in modelscope/agentscope version 0.0.4. An attacker can exploit this vulnerability to read any local JSON file by sending a crafted POST request to the /read-examples endpoint.

  • CVE-2024-8438HigMar 20, 2025
    risk 0.49cvss 7.5epss 0.01

    A path traversal vulnerability exists in modelscope/agentscope version v.0.0.4. The API endpoint `/api/file` does not properly sanitize the `path` parameter, allowing an attacker to read arbitrary files on the server.

  • CVE-2024-8550HigFeb 10, 2025
    risk 0.49cvss 7.5epss 0.01

    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…

  • CVE-2024-8556MedMar 20, 2025
    risk 0.40cvss 6.1epss 0.00

    A stored cross-site scripting (XSS) vulnerability exists in modelscope/agentscope, as of the latest commit 21161fe on the main branch. The vulnerability occurs in the view for inspecting detailed run information, where a user-controllable string (run ID) is appended and rendered…