CVE-2026-19287
Received Received - Intake

Path Traversal in mindpilot-mcp

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

Publication date: 2026-08-08

Last updated on: 2026-08-08

Assigner: VulDB

Description

A flaw has been found in abrinsmead mindpilot-mcp 0.5.0. Affected by this issue is some unknown functionality of the component HistoryService. This manipulation of the argument ID causes path traversal. The attack needs to be launched locally. The project was informed of the problem early through an issue report but has not responded yet.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
abrinsmead mindpilot-mcp 0.5.0

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 the abrinsmead mindpilot-mcp 0.5.0 tool. It affects the HistoryService component where unvalidated user input in the ID argument allows attackers to manipulate file paths. By using sequences like '../', attackers can access files outside the intended history directory, potentially reading, writing, or deleting arbitrary JSON files on the local system.

Detection Guidance

Check for unusual file access patterns in the mindpilot-mcp history directory. Monitor logs for path traversal attempts like '../' in requests to /api/history/:id endpoints. Use tools like curl to test endpoints with crafted IDs containing path traversal sequences.

Impact Analysis

If you use mindpilot-mcp 0.5.0, an attacker with local access could exploit this to read sensitive files, modify or delete important data, or plant malicious files on your system. Since the tool stores history data locally, files outside the intended directory could include configuration files, user data, or other sensitive information depending on your system setup.

Compliance Impact

This vulnerability could lead to unauthorized access to sensitive data, violating GDPR's data protection principles or HIPAA's requirements for safeguarding protected health information. If exploited, it may result in data breaches, unauthorized modifications, or deletions of regulated data, potentially leading to legal penalties or compliance violations.

Mitigation Strategies

Disable or uninstall mindpilot-mcp 0.5.0 immediately. If continued use is required, restrict filesystem permissions to prevent unauthorized file access. Apply input validation to HistoryService parameters to block path traversal sequences.

Chat Assistant

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

EPSS Chart