CVE-2026-10213
Deferred Deferred - Pending Action
Path Traversal in AstrBot 4.23.6 API Endpoint

Publication date: 2026-06-01

Last updated on: 2026-06-01

Assigner: VulDB

Description
A security flaw has been discovered in AstrBotDevs AstrBot 4.23.6. This vulnerability affects unknown code of the file /api/skills/delete of the component API Endpoint. Performing a manipulation of the argument Name results in path traversal. The attack can be initiated remotely. The exploit has been released to the public and may be used for attacks. The vendor was contacted early about this disclosure but did not respond in any way.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-01
Last Modified
2026-06-01
Generated
2026-06-21
AI Q&A
2026-06-01
EPSS Evaluated
2026-06-20
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
astrbotdevs astrbot 4.23.6
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-22 The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

This vulnerability is a path traversal flaw in AstrBotDevs AstrBot version 4.23.6, specifically in the API endpoint /api/skills/delete. By manipulating the argument 'Name', an attacker can traverse directories outside the intended scope, potentially deleting or accessing unauthorized files or directories on the system. The attack can be performed remotely without user interaction.

A proof of concept exploit demonstrates how an attacker can log into the AstrBot API with hardcoded credentials, obtain an authentication token, and send a crafted request to delete directories outside the allowed path, confirming the vulnerability.

Impact Analysis

This vulnerability allows an attacker to perform unauthorized deletion or access of files and directories outside the intended scope of the application. This can lead to loss of important data, disruption of service, or unauthorized modification of system files.

Since the attack can be initiated remotely and the exploit is publicly available, it increases the risk of exploitation by malicious actors.

Detection Guidance

This vulnerability can be detected by attempting to exploit the path traversal flaw in the /api/skills/delete API endpoint of AstrBot 4.23.6. A proof of concept exploit script named poc_exploit.py demonstrates how to test for this vulnerability by sending a crafted request with a manipulated "name" argument that includes path traversal sequences (e.g., "../").

The detection process involves the following steps:

  • Create a test directory on the target system to verify if it can be deleted.
  • Use the exploit script to log into the AstrBot API with valid credentials to obtain an authentication token.
  • Send a POST request to the /api/skills/delete endpoint with the "name" parameter set to a path traversal payload (e.g., "../poc_target_exploit").
  • Check if the test directory was deleted despite being outside the intended directory scope.

In terms of commands, you can use the provided Python script (poc_exploit.py) or manually craft similar HTTP requests using tools like curl or Postman to test the vulnerability.

Compliance Impact

The provided information does not specify how this vulnerability impacts compliance with common standards and regulations such as GDPR or HIPAA.

Mitigation Strategies

To mitigate the path traversal vulnerability in AstrBot 4.23.6 affecting the /api/skills/delete endpoint, immediate steps include restricting or disabling access to this API endpoint to prevent remote exploitation.

Additionally, monitor and audit API usage for suspicious requests attempting directory traversal patterns in the 'Name' argument.

If possible, apply input validation or filtering on the 'Name' parameter to block traversal sequences such as '../'.

Since the vendor has not responded and no patch is available, consider isolating the affected service or applying network-level controls to limit exposure.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-10213. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart