CVE-2026-81847
Received Received - Intake

Path Traversal in MAA-AI MaaMCP

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

Publication date: 2026-08-28

Last updated on: 2026-08-28

Assigner: VulDB

Description

A vulnerability was found in MAA-AI MaaMCP up to 1.1.1.dev6+g2e4a41287. The affected element is the function save_pipeline/load_pipeline of the file pipeline_tools.py. Performing a manipulation results in path traversal. The attack can be initiated remotely. The exploit has been made public and could be used. The patch is named c93ef45cba75295eba26d9ff1ffb9202a91c6150. To fix this issue, it is recommended to deploy a patch.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-28
Last Modified
2026-08-28
Generated
2026-09-17
AI Q&A
2026-08-28
EPSS Evaluated
2026-09-15
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
maa-ai maamcp 1.1.1.dev6
maa-ai maamcp to 1.1.1.dev6+g2e4a41287 (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 MaaMCP project affecting the save_pipeline/load_pipeline functions in pipeline_tools.py. It allows attackers to manipulate file paths to access or write files outside intended directories. The exploit can be initiated remotely and has been publicly disclosed. A patch has been provided but requires deployment.

Detection Guidance

To detect this vulnerability, check for unauthorized file access or manipulation in the MaaMCP pipeline_tools.py file. Look for suspicious paths like /etc/passwd or attempts to traverse directories using sequences like .. in the pipeline_file_path parameter. Review logs for calls to save_pipeline or load_pipeline functions with unexpected arguments.

Impact Analysis

An attacker could read sensitive files on your system, overwrite important files, or probe for file existence. This could lead to information leakage or system compromise depending on the files accessed. The impact is limited by the need for user interaction or LLM parsing to reconstruct content.

Compliance Impact

The vulnerability allows arbitrary file path traversal, which could lead to unauthorized access to sensitive files. This may violate GDPR's data protection principles if personal data is exposed, and HIPAA's security rules if protected health information is compromised. However, the exploit requires user interaction and is read-only, limiting direct impact.

Mitigation Strategies

Immediately apply the patch c93ef45cba75295eba26d9ff1ffb9202a91c6150 to remove the vulnerable functions. Alternatively, remove the open_pipeline_in_browser tool and related configurations as described in the patch. Ensure path validation is implemented for save_pipeline and load_pipeline functions to restrict file operations to intended directories.

Chat Assistant

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

EPSS Chart