Skip to main content

InsightConnect Sed Plugin CVE-2026-9155

| EUVDEUVD-2026-39153 HIGH
OS Command Injection (CWE-78)
2026-06-25 rapid7 GHSA-v3gg-5r82-j6rc
8.8
CVSS 3.1 · Vendor: rapid7
Share

Severity by source

Vendor (rapid7) PRIMARY
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 API with low complexity but requires an authenticated workflow-authoring user (PR:L); command execution yields full C/I/A impact within the unchanged plugin scope.

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 VectorVendor: rapid7

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

Lifecycle Timeline

3
Patch available
Jun 25, 2026 - 02:01 EUVD
Analysis Generated
Jun 25, 2026 - 00:58 vuln.today
CVE Published
Jun 25, 2026 - 00:25 cve.org
HIGH 8.8

DescriptionCVE.org

OS Command Injection vulnerability in Rapid7 InsightConnect Sed Plugin on Linux allows authenticated attackers to execute arbitrary OS commands via the expression parameter due to insufficient input validation.

AnalysisAI

OS command injection in the Rapid7 InsightConnect Sed Plugin on Linux lets an authenticated operator inject arbitrary shell commands through the plugin's expression parameter, which is passed to the underlying sed invocation without sufficient sanitization. Because InsightConnect is a SOAR orchestration platform, a low-privileged workflow author or connected user (PR:L) can achieve full code execution in the plugin's runtime context (C:H/I:H/A:H, CVSS 8.8). There is no public exploit identified at time of analysis and the issue is not on CISA KEV.

Technical ContextAI

InsightConnect is Rapid7's Security Orchestration, Automation and Response (SOAR) platform; plugins are containerized Linux integrations that perform discrete actions inside automation workflows. The Sed plugin wraps the GNU sed stream editor, exposing an expression parameter that supplies the sed script to run. The root cause is CWE-78 (Improper Neutralization of Special Elements used in an OS Command): user-supplied expression content is incorporated into an OS-level command/shell invocation without escaping or argument isolation, so shell metacharacters (;, |, $(), backticks) or sed's own e/e command execution facility can break out and run arbitrary commands. The affected component is identified by CPE cpe:2.3:a:rapid7:insightconnect_sed_plugin:*:*:*:*:*:*:*:* across all versions enumerated in the input.

RemediationAI

Update the InsightConnect Sed Plugin to the latest fixed version published on the Rapid7 extension marketplace (https://extensions.rapid7.com/extension/sed); no exact fix version was provided in the input data, so confirm the patched build number directly from that advisory before deploying - No vendor-released patch version identified at time of analysis in the supplied data. Because InsightConnect auto-manages plugin containers, ensure the orchestrator pulls the updated plugin image and that running workflows are restarted to use it. As compensating controls until patched: restrict who can author or edit workflows that include the Sed plugin (limit the low-privilege role that satisfies PR:L), remove or disable the Sed plugin from any workflow that does not strictly require it, and review existing workflows for untrusted or externally-influenced data flowing into the expression parameter - note that removing the plugin will break any automation that legitimately depends on sed transformations, so substitute a safer text-processing step where possible.

Share

CVE-2026-9155 vulnerability details – vuln.today

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