Skip to main content

InsightConnect Finger Plugin CVE-2026-8664

| EUVDEUVD-2026-39159 HIGH
OS Command Injection (CWE-78)
2026-06-25 rapid7 GHSA-p5pq-c6vw-g6xp
8.8
CVSS 3.1 · NVD
Share

Severity by source

Vendor (rapid7) PRIMARY
MEDIUM
qualitative
NVD
8.8 HIGH
AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
vuln.today AI
8.8 HIGH

Network-reachable SOAR plugin exploitable by any authenticated low-priv user (PR:L) with no interaction; command injection yields full host C/I/A impact.

3.1 AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
4.0 AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

Primary rating from Vendor (rapid7).

CVSS VectorNVD

Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

8
Analysis Updated
Jun 29, 2026 - 19:52 vuln.today
v3 (cvss_changed)
Analysis Updated
Jun 29, 2026 - 19:49 vuln.today
v2 (cvss_changed)
Re-analysis Queued
Jun 29, 2026 - 19:37 vuln.today
cvss_changed
Severity Changed
Jun 29, 2026 - 19:37 NVD
MEDIUM HIGH
CVSS changed
Jun 29, 2026 - 19:37 NVD
6.0 (MEDIUM) 8.8 (HIGH)
Patch available
Jun 25, 2026 - 03:01 EUVD
Analysis Generated
Jun 25, 2026 - 02:16 vuln.today
CVE Published
Jun 25, 2026 - 01:28 cve.org
MEDIUM 6.0

DescriptionNVD

OS Command Injection vulnerability in Rapid7 InsightConnect Finger Plugin on Linux allows authenticated attackers to execute arbitrary OS commands via the user or host parameters due to insufficient input validation in shell command construction.

AnalysisAI

OS command injection in Rapid7's InsightConnect Finger Plugin (versions prior to 1.0.3) on Linux lets an authenticated attacker run arbitrary operating-system commands by injecting shell metacharacters into the user or host parameters, which are passed unsanitized into a constructed shell command (CWE-78). Because the plugin executes within the InsightConnect SOAR orchestrator, successful exploitation yields full read/write and availability impact on the host running the plugin. No public exploit is identified at time of analysis, and EPSS estimates only a 0.73% 30-day exploitation probability.

Technical ContextAI

The affected component is Rapid7 InsightConnect, a security orchestration, automation and response (SOAR) platform, specifically its Finger Plugin (cpe:2.3:a:rapid7:insightconnect_finger_plugin) which wraps the classic UNIX finger network user-information protocol. The vulnerability is a CWE-78 OS Command Injection: rather than passing the user and host arguments to the finger binary as a safe argument vector, the plugin builds a shell command string by concatenation, so shell metacharacters (semicolon, pipe, command substitution, backticks) in those parameters break out of the intended finger invocation and are interpreted by the underlying Linux shell. This is the canonical anti-pattern of invoking a command interpreter with attacker-influenced input instead of using parameterized exec calls.

RemediationAI

Upgrade the InsightConnect Finger Plugin to version 1.0.3 or later, the vendor-released fixed version per the Rapid7 extension listing (https://extensions.rapid7.com/extension/finger); a patch is available from the vendor. Until the plugin is updated, limit who can configure and execute the Finger Plugin by tightening InsightConnect role-based access so only trusted authenticated operators can supply the user and host parameters, and avoid wiring this plugin into workflows that accept externally-sourced or untrusted input for those fields (trade-off: this disrupts any automation that legitimately feeds dynamic host/user values). If the finger workflow is non-essential, disabling or removing the plugin entirely eliminates the exposure with minimal operational impact, since finger is rarely business-critical. Validate the fix against EUVD-2026-39159 / CVE-2026-8664.

Share

CVE-2026-8664 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy