Description
A vulnerability was identified in blackms aistack up to 1.6.1. Affected by this issue is some unknown functionality of the file src/web/server.ts of the component Static File Handler. Such manipulation of the argument req.url leads to path traversal. The attack can be executed remotely. The exploit is publicly available and might be used. The project was informed of the problem early through an issue report but has not responded yet.
Published: 2026-08-27
Score: 6.9 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The weakness resides in the static file handling component of blackms aistack, specifically in the server.ts module. By supplying a crafted request URL that includes directory traversal sequences, an attacker can induce the server to resolve file paths outside the designated web‑root. This allows an unauthenticated remote actor to read arbitrary files on the host operating system, potentially exposing configuration data, sensitive documents, or source code. The flaw is a classic example of CWE‑22: Path Traversal.

Affected Systems

The issue affects all releases of the open‑source project blackms aistack up to and including version 1.6.1. Deployments that have not upgraded beyond this release are vulnerable. The project is maintained on GitHub, and vulnerability reports have been submitted but no fix has been released yet.

Risk and Exploitability

The CVSS score of 6.9 indicates a moderate to high severity. The exploit is publicly available and can be executed over the network without authentication, suggesting that the attack vector is remote HTTP requests. While the EPSS score is not published, the availability of a public exploit and the lack of mitigation from the vendor raise the likelihood that the vulnerability may be actively exploited. Successful exploitation grants read access to files, which could facilitate privilege escalation or future attacks.

Generated by OpenCVE AI on August 27, 2026 at 15:06 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Monitor the vendor's repository for an official update; once a patched release is available, upgrade aistack to a version newer than 1.6.1.
  • If an upgrade is not feasible in the short term, disable the static file handler or configure the application to serve only a minimal set of directories that are strictly required for operation.
  • Implement a URL sanitization layer or deploy a reverse proxy in front of the application that blocks or removes directory traversal patterns before the request reaches aistack.

Generated by OpenCVE AI on August 27, 2026 at 15:06 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 27 Aug 2026 13:00:00 +0000

Type Values Removed Values Added
Description A vulnerability was identified in blackms aistack up to 1.6.1. Affected by this issue is some unknown functionality of the file src/web/server.ts of the component Static File Handler. Such manipulation of the argument req.url leads to path traversal. The attack can be executed remotely. The exploit is publicly available and might be used. The project was informed of the problem early through an issue report but has not responded yet.
Title blackms aistack Static File server.ts path traversal
First Time appeared Blackms
Blackms aistack
Weaknesses CWE-22
CPEs cpe:2.3:a:blackms:aistack:*:*:*:*:*:*:*:*
Vendors & Products Blackms
Blackms aistack
References
Metrics cvssV2_0

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

cvssV3_0

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

cvssV3_1

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

cvssV4_0

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


cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-27T10:30:11.125Z

Reserved: 2026-08-27T05:00:16.374Z

Link: CVE-2026-81560

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-27T13:18:41.497

Modified: 2026-08-27T13:18:41.497

Link: CVE-2026-81560

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-27T15:15:03Z

Weaknesses
  • CWE-22

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')