| タイトル | douinc mkdocs-mcp-plugin 0.4.1 Path Traversal |
|---|
| 説明 | mkdocs-mcp-plugin is intended to read documentation from a MkDocs docs directory, but its MCP tools trust caller-supplied path components too broadly:
read_document(file_path, docs_dir="docs")
list_documents(docs_dir="docs")
The implementation uses Path(docs_dir) / file_path and Path(docs_dir).rglob("*.md") directly, without resolving the resulting path and verifying that it remains inside the intended documentation root. An attacker can therefore use .. segments or override docs_dir to access markdown files outside the project's docs directory.
|
|---|
| ソース | ⚠️ https://github.com/douinc/mkdocs-mcp-plugin/issues/6 |
|---|
| ユーザー | SmallW (UID 97245) |
|---|
| 送信 | 2026年04月10日 13:41 (5 月 ago) |
|---|
| モデレーション | 2026年04月26日 22:16 (16 days later) |
|---|
| ステータス | 承諾済み |
|---|
| VulDBエントリ | 359758 [douinc mkdocs-mcp-plugin 迄 0.4.1 server.py read_document/list_documents docs_dir/file_path ディレクトリトラバーサル] |
|---|
| ポイント | 20 |
|---|