Description
A vulnerability was found in AstrBotDevs AstrBot up to 4.25.5. Impacted is the function _normalize_rw_path of the file astrbot/core/tools/computer_tools/fs.py of the component Filesystem Computer-Use Tool. Performing a manipulation results in link following. The attack is only possible with local access. The exploit has been made public and could be used. The vendor was contacted early about this disclosure but did not respond in any way.
Published: 2026-07-18
Score: 4.8 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

AstrBotDevs AstrBot’s _normalize_rw_path routine can resolve symbolic links incorrectly. When a crafted path is supplied, the routine follows the link and can read or write files outside the intended workspace. This flaw is identified as CWE‑59 and allows a local attacker to access data that should remain protected. The CVSS score of 4.8 reflects a moderate local impact, focusing on confidentiality and integrity.

Affected Systems

All installations of AstrBotDevs AstrBot version 4.25.5 and earlier are affected. The vulnerability is located in astrbot/core/tools/computer_tools/fs.py and is not present in later releases. No other products or vendors were noted as vulnerable.

Risk and Exploitability

The EPSS score is below 1 %, indicating that exploitation is currently unlikely, but the publicly disclosed exploit remains available. Because the flaw requires local access, compromising the AstrBot service or the account running it would permit the attacker to traverse directories. The defect is not listed in CISA KEV and no vendor patch has been issued, so the primary risk is the potential for local privilege misuse rather than a widespread attack vector.

Generated by OpenCVE AI on August 3, 2026 at 02:42 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Run AstrBot under a dedicated, non‑privileged user account and set directory permissions so that the account cannot read or write outside the designated workspace.
  • Configure the operating system or container runtime to disable or limit symbolic link resolution for the AstrBot process, ensuring that _normalize_rw_path cannot follow unintended paths.
  • Place AstrBot in an isolated environment such as a sandbox or chroot so that even if a local attacker invokes the function, the process sees only a truncated file system.

Generated by OpenCVE AI on August 3, 2026 at 02:42 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 20 Jul 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Sat, 18 Jul 2026 07:15:00 +0000

Type Values Removed Values Added
Description A vulnerability was found in AstrBotDevs AstrBot up to 4.25.5. Impacted is the function _normalize_rw_path of the file astrbot/core/tools/computer_tools/fs.py of the component Filesystem Computer-Use Tool. Performing a manipulation results in link following. The attack is only possible with local access. The exploit has been made public and could be used. The vendor was contacted early about this disclosure but did not respond in any way.
Title AstrBotDevs AstrBot Filesystem Computer-Use Tool fs.py _normalize_rw_path link following
First Time appeared Astrbot
Astrbot astrbot
Weaknesses CWE-59
CPEs cpe:2.3:a:astrbot:astrbot:*:*:*:*:*:*:*:*
Vendors & Products Astrbot
Astrbot astrbot
References
Metrics cvssV2_0

{'score': 4.3, 'vector': 'AV:L/AC:L/Au:S/C:P/I:P/A:P/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 5.3, 'vector': 'CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 5.3, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 4.8, 'vector': 'CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-07-20T15:17:34.665Z

Reserved: 2026-07-17T13:39:33.904Z

Link: CVE-2026-16077

cve-icon Vulnrichment

Updated: 2026-07-20T15:17:28.837Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T02:45:03Z

Weaknesses
  • CWE-59

    Improper Link Resolution Before File Access ('Link Following')