Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Command injection yields full impact, but invoking the plugin action realistically needs authenticated workflow access, so PR:L rather than the vendor's PR:N; network-reachable and low-complexity.
Primary rating from Vendor (rapid7).
CVSS VectorNVD
Lifecycle Timeline
8DescriptionNVD
OS Command Injection vulnerability in the traceroute action of Rapid7 InsightConnect Traceroute Plugin on Linux allows remote attackers to execute arbitrary OS commands via the host, port, max_ttl, count, or time_out request parameters due to insufficient input validation when constructing shell commands.
AnalysisAI
OS command injection in Rapid7's InsightConnect Traceroute Plugin (Linux, versions below 1.0.3) lets attackers inject arbitrary shell commands through the traceroute action's host, port, max_ttl, count, or time_out parameters, which are concatenated into a shell command without sufficient validation. Successful exploitation grants full command execution in the plugin container with the same impact on confidentiality, integrity, and availability. This was reported by the vendor (Rapid7) with a fix in 1.0.3; there is no public exploit identified at time of analysis, and EPSS sits at a modest 0.55% (42nd percentile).
Technical ContextAI
The affected component (cpe:2.3:a:rapid7:insightconnect_traceroute_plugin) is a connector plugin within the InsightConnect SOAR platform - a containerized integration that wraps the Linux traceroute utility and exposes a 'traceroute' action accepting user-supplied parameters. The root cause is CWE-78 (Improper Neutralization of Special Elements used in an OS Command): the plugin builds the traceroute shell invocation by string-concatenating attacker-controllable inputs (host, port, max_ttl, count, time_out) rather than passing them as isolated arguments or validating/escaping them, so shell metacharacters (e.g. ;, |, $(), backticks) break out of the intended command. Because the action targets a Linux host shell, any injected payload runs with the plugin process's privileges.
RemediationAI
Upgrade the InsightConnect Traceroute Plugin to version 1.0.3 or later, which contains the vendor fix (versions below 1.0.3 are vulnerable); the patched plugin is available from the Rapid7 extension page at https://extensions.rapid7.com/extension/traceroute. Until the plugin can be updated, disable or remove the Traceroute Plugin from active workflows so the vulnerable action cannot be invoked (trade-off: any automation depending on traceroute enrichment will break), and restrict who can trigger or edit InsightConnect workflows that call this action to trusted operators only. As defense in depth, constrain the values passed into the host/port/max_ttl/count/time_out parameters to known-good sources rather than free-form or externally-sourced input, and ensure the plugin container runs with least privilege and limited network egress to reduce blast radius if exploited.
Same weakness CWE-78 – OS Command Injection
View allSame technique Command Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-39161
GHSA-5854-xw4j-hrh6