Cyber Posture

CVE-2024-8501

HighPublic PoC

Published: 20 March 2025

Published
20 March 2025
Modified
01 April 2025
KEV Added
Patch
CVSS Score 8.8 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0052 66.8th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Description

Adversaries may search local file systems and remote file shares for files containing insecurely stored credentials.

Security Summary

CVE-2024-8501 is an arbitrary file download vulnerability in the rpc_agent_client component of modelscope/agentscope version v0.0.4. The issue stems from the download_file method, which permits any user to retrieve arbitrary files from the rpc_agent's host, potentially exposing sensitive information such as configuration files, credentials, and system files.

The vulnerability has a CVSS v3.1 base score of 8.8 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H) and is associated with CWE-36 (Absolute Path Traversal). It can be exploited remotely by any user with low privileges over the network without requiring user interaction, enabling high-impact unauthorized access that could facilitate further attacks like privilege escalation or lateral movement within a network.

Details on the vulnerability, including potential mitigations, are available in the advisory published via the Huntr bounty program at https://huntr.com/bounties/83e433c0-ed2d-4b10-8358-d3c1eee0a47c. The CVE was published on 2025-03-20.

Details

CWE(s)
CWE-36

Affected Products

modelscope
agentscope
0.0.4

MITRE ATT&CK Enterprise Techniques

T1005 Data from Local System Collection
Adversaries may search local system sources, such as file systems, configuration files, local databases, virtual machine files, or process memory, to find files of interest and sensitive data prior to Exfiltration.
T1552.001 Credentials In Files Credential Access
Adversaries may search local file systems and remote file shares for files containing insecurely stored credentials.
Why these techniques?

Arbitrary file download via path traversal directly enables retrieval of sensitive data from the local system (T1005) and unsecured credentials stored in files (T1552.001).

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

References