CVE-2026-19338
Received Received - Intake

Path Traversal in automateyournetwork MCPyATS

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

Publication date: 2026-08-09

Last updated on: 2026-08-09

Assigner: VulDB

Description

A vulnerability was identified in automateyournetwork MCPyATS up to 0.1.4. The affected element is the function processGenerateRequest of the file mcp_servers/mermaid/index.ts of the component generate_mermaid_markdown. The manipulation of the argument folder/name leads to path traversal. The attack must be carried out locally.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
automateyournetwork mcpyats to 0.1.4 (inc)

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 automateyournetwork MCPyATS framework up to version 0.1.4. It occurs in the function processGenerateRequest within the file mcp_servers/mermaid/index.ts. The vulnerability allows an attacker to manipulate the folder and name parameters to write files to arbitrary locations on the filesystem where the server has write permissions. The attack requires local access and can lead to unauthorized file creation or overwrites.

Detection Guidance

Check for unexpected file writes in directories writable by the MCPyATS server user. Monitor for files created with arbitrary names or paths outside the intended output directory. Review logs for calls to the generate_mermaid_markdown tool with folder/name parameters containing path traversal sequences like ../.

Impact Analysis

This vulnerability could allow an attacker with local access to write files to arbitrary directories on the server. This might result in filesystem pollution, overwriting important files, or creating files that could be used for further attacks. The impact is limited to the server's privilege context, meaning only files writable by the server user can be affected.

Compliance Impact

This vulnerability could potentially impact compliance with GDPR and HIPAA by enabling unauthorized file writes to arbitrary locations on the server filesystem. For GDPR, this may lead to unauthorized data access or modification if sensitive files are overwritten or created in restricted directories. For HIPAA, it could allow improper handling of protected health information if files containing such data are manipulated without authorization.

Mitigation Strategies

Restrict the generate_mermaid_markdown tool to write only to a predefined safe output directory. Validate the folder and name parameters to reject absolute paths and path separators. Use server-generated filenames instead of allowing caller-specified names. Update to the latest patched version if available.

Chat Assistant

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

EPSS Chart