Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Network-reachable plugin action with low complexity and no user interaction, requiring an authenticated low-privilege account (PR:L); arbitrary command execution yields full C/I/A impact within the plugin's scope.
Primary rating from Vendor (rapid7).
CVSS VectorNVD
Lifecycle Timeline
8DescriptionNVD
OS Command Injection vulnerability in Rapid7 InsightConnect RPM Plugin on Linux allows authenticated attackers to execute arbitrary OS commands via the repo, key, or name parameters due to insufficient input sanitization in shell command construction.
AnalysisAI
OS command injection in the Rapid7 InsightConnect RPM Plugin on Linux lets authenticated users run arbitrary operating-system commands by injecting shell metacharacters into the repo, key, or name parameters, which are concatenated into a shell command without sanitization (CWE-78). All versions before 1.0.2 are affected. There is no public exploit identified at time of analysis, and the EPSS probability is low (0.73%, 50th percentile).
Technical ContextAI
InsightConnect is Rapid7's SOAR (Security Orchestration, Automation and Response) platform, and the RPM Plugin is an automation connector that wraps Linux RPM package-management operations so workflows can query or manage packages on hosts. The flaw is a classic CWE-78 OS Command Injection: the user-controlled repo, key, and name parameters are interpolated directly into a shell command string rather than passed as discrete, escaped arguments, so shell metacharacters (e.g. ;, |, $(), backticks) can break out of the intended command. The single CPE in scope is cpe:2.3:a:rapid7:insightconnect_rpm_plugin, confirming the issue is isolated to this specific plugin rather than the broader InsightConnect orchestrator.
RemediationAI
Vendor-released patch: 1.0.2 - upgrade the InsightConnect RPM Plugin to version 1.0.2 or later, the first release outside the affected '<1.0.2' range; obtain it from the Rapid7 extension page at https://extensions.rapid7.com/extension/rpm (see also EUVD-2026-39151 / https://nvd.nist.gov/vuln/detail/CVE-2026-8663). Until the plugin is updated, limit blast radius by restricting which InsightConnect users and workflows can invoke the RPM Plugin actions (trade-off: may disable legitimate package-automation jobs), and validate or reject any workflow input flowing into the repo, key, or name parameters so shell metacharacters cannot pass through (trade-off: strict filtering can break legitimate values containing special characters). Run the plugin connector with the least OS privilege necessary so a successful injection does not execute as root (trade-off: package operations needing elevation may fail). Because the exact patched build is inferred from the EUVD affected-version boundary rather than an explicit changelog entry, confirm the fixed version directly with Rapid7 before relying on it.
Same weakness CWE-78 – OS Command Injection
View allSame technique Command Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-39151
GHSA-82jg-f393-8r2g