CVE-2026-91989
Received Received - Intake

Path Traversal in Atomic Agents Stack Dashboard

Vulnerability report for CVE-2026-91989, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-15

Last updated on: 2026-09-15

Assigner: VulnCheck

Description

atomic-agents-stack before 1.1.0 contains a path traversal vulnerability in the dashboard HTTP server that allows remote attackers to read arbitrary files by supplying directory traversal sequences in request paths. Attackers can bypass path containment checks by including '../' segments in requests to the DashboardHandler.do_GET endpoint to access files outside the intended agents_root directory.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-15
Last Modified
2026-09-15
Generated
2026-09-15
AI Q&A
2026-09-15
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Currently, no data is known.

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 issue in the atomic-agents-stack software before version 1.1.0. It allows remote attackers to read arbitrary files on the system by including directory traversal sequences like '../' in HTTP request paths to the DashboardHandler.do_GET endpoint. This bypasses intended path containment checks and grants access to files outside the designated agents_root directory.

Detection Guidance

To detect this vulnerability, monitor HTTP requests to the DashboardHandler.do_GET endpoint for path traversal patterns like '../'. Use tools like curl to test if arbitrary files can be accessed by sending requests with encoded '../' sequences in the path.

Impact Analysis

This vulnerability could allow unauthorized access to sensitive files on your system, including configuration files, logs, or other confidential data. Attackers might exploit it to steal information, escalate privileges, or perform further attacks if they gain access to critical files.

Compliance Impact

This vulnerability could lead to non-compliance with GDPR, HIPAA, or other regulations by exposing sensitive personal or health data. Unauthorized file access may result in data breaches, violating privacy requirements and potentially leading to legal penalties or reputational damage.

Mitigation Strategies

Immediately upgrade atomic-agents-stack to version 1.1.0 or later. If upgrading is not possible, restrict access to the dashboard HTTP server and implement strict input validation to block path traversal sequences in request paths.

Chat Assistant

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

EPSS Chart