Back to Home
MxBrs icon

volatility-mcp

by MxBrs

Overview

A server that exposes Volatility3 memory forensic capabilities as an MCP service, designed for integration with LLM agents to perform triage analysis.

Installation

Run Command
uv run server.py --dump <path/to/memory/dump>

Security Notes

The server has a critical command injection vulnerability in the `execute_plugin` function. The `plugin` name and `args` are directly appended to the command executed via `subprocess.run` without sufficient sanitization. An attacker or a malicious LLM could craft these parameters to execute arbitrary commands on the host system where the server is running. Although the default binding is `127.0.0.1`, if the server is configured to listen on an external interface, this becomes a remote code execution vulnerability.

Similar Servers

Stats

Interest Score0
Security Score3
Cost ClassHigh
Avg Tokens1500
Stars0
Forks0
Last Update2025-11-26

Tags

Volatility3Memory ForensicsMCP ServerLLM AgentDigital Forensics