Impact
The vulnerability arises from an unvalidated export_id parameter in the export-status component of Rapid7 Bulk Export MCP. The parameter is directly interpolated into a GraphQL query string, allowing an attacker to inject arbitrary root-level selections, including schema introspection or other queries that the operator already has permission to execute. The injection does not grant the attacker extra privileges beyond those of the authenticated operator; it simply enables them to run queries they could already run via the API.
Affected Systems
Rapid7 Bulk Export MCP versions 0.2.5 through 0.6.1 are affected. The product belongs to Rapid7’s Platform suite. Affected installations can be identified by tracking the installed MCP version; the vulnerability is resolved in version 0.6.2 where the export_id is passed as a parameterized GraphQL variable.
Risk and Exploitability
The CVSS score is 2.7, indicating low severity, and there is no EPSS data recorded. The vulnerability is not listed in CISA’s KEV catalog. Exploitation requires a compromised or intentionally malicious MCP client that can supply a crafted export_id argument; the attack can trigger arbitrary queries but is limited to the operator’s authenticated scope. Mitigation is straightforward by applying the vendor’s patch.
OpenCVE Enrichment