CVE-2026-30632
Received Received - Intake

Directory Traversal in Knowns 0.11.4 via create_doc Tool

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

Publication date: 2026-07-21

Last updated on: 2026-07-21

Assigner: MITRE

Description

Directory traversal vulnerability in knowns-dev/knowns 0.11.4 via crafted folder name value to the create_doc tool.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-21
Last Modified
2026-07-21
Generated
2026-07-22
AI Q&A
2026-07-21
EPSS Evaluated
N/A
NVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
knowns-dev knowns 0.11.4
knowns-dev knowns to 0.11.4 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-30632 is a path traversal vulnerability in the knowns MCP server's create_doc tool affecting versions up to v0.11.4. It allows attackers to write .md files and create directories outside the intended .knowns/docs/ directory by exploiting insufficient sanitization of the folder parameter. The file extension is hardcoded to .md, but path traversal can still escape the intended directory structure.

Detection Guidance

To detect CVE-2026-30632, monitor for unexpected .md file creation outside the intended .knowns/docs/ directory. Check system logs for file writes in unusual locations like /tmp/ or project root directories. Inspect MCP server logs for create_doc tool usage with suspicious folder parameters containing path traversal sequences like ../.

Impact Analysis

This vulnerability can allow attackers to create arbitrary directories and write .md files outside the intended project directory. It can be exploited through direct MCP client access or prompt injection in AI agents. Attackers could chain this with the set_project tool to hijack the project root, potentially affecting system-wide locations like /tmp.

Compliance Impact

The vulnerability allows attackers to write files and create directories outside intended locations, potentially violating data integrity and access control requirements in GDPR and HIPAA. Unauthorized file creation could expose sensitive data or system files, leading to non-compliance with data protection and security standards.

Mitigation Strategies

Immediately update knowns to a version beyond v0.11.4. Validate the folder parameter in create_doc by resolving the full path and ensuring it stays within the intended base directory. Restrict MCP client access and AI agent integrations to prevent prompt injection exploits.

Chat Assistant

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

EPSS Chart