HIGH 7.7

CVE-2026-8665: Rapid7 InsightConnect Translate Plugin Command Injection

A command injection vulnerability exists in Rapid7 InsightConnect's Translate Plugin on Linux systems. An attacker can send specially crafted requests containing malicious input in the text or expression parameters of the TR action, which the plugin fails to properly sanitize before using in shell commands. This allows remote execution of arbitrary operating system commands with the privileges of the InsightConnect process. No authentication is required to exploit this vulnerability.

Source data · NVD / CISA · public domain

CVSS
3.1 · 7.7 HIGH · CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:L
Weaknesses (CWE)
CWE-78
Affected products
2 configuration(s)
Published / Modified
2026-06-25 / 2026-06-29

NVD description (verbatim)

OS Command Injection vulnerability in the TR action of Rapid7 InsightConnect Translate Plugin on Linux allows remote attackers to execute arbitrary OS commands via the text or expression parameters due to insufficient input sanitization in shell command construction.

1 reference(s) · View on NVD →

SEC.co analysis · AI-assisted, reviewed against source

Technical summary

CVE-2026-8665 is an OS command injection flaw (CWE-78) in the TR action handler of the Rapid7 InsightConnect Translate Plugin. The vulnerability stems from insufficient input validation and sanitization of the text and expression parameters before they are incorporated into shell command construction. On Linux environments, an attacker can inject shell metacharacters and commands that bypass the intended logic and execute arbitrary system commands. The CVSS 3.1 score of 7.7 (HIGH) reflects the combination of network accessibility, lack of authentication requirements, high impact on confidentiality and integrity, and partial impact on availability. The vector CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:L indicates that while the attack is network-based and requires no privileges or user interaction, there is a moderately high attack complexity factor, likely due to exploitation prerequisites or encoding requirements.

Business impact

Successful exploitation enables an attacker to execute arbitrary commands on the Linux system hosting InsightConnect. This can lead to unauthorized data access, modification or deletion of critical orchestration workflows, lateral movement within your infrastructure, or system compromise. For organizations relying on InsightConnect for security automation and incident response, this vulnerability could undermine the integrity of automated security operations, potentially allowing attackers to disable monitoring, suppress alerts, or manipulate remediation workflows.

Affected systems

The vulnerability specifically affects the Rapid7 InsightConnect Translate Plugin on Linux systems. Organizations using InsightConnect for orchestration and automation should audit their environments to identify instances running the affected plugin. Note that this is a plugin-level vulnerability and affects Linux deployments; verify your specific InsightConnect version and plugin configuration against Rapid7's official advisory to determine your exposure.

Exploitability

The vulnerability is remotely exploitable without requiring authentication or user interaction, which significantly lowers the barrier to attack. However, the CVSS vector indicates moderately high attack complexity, suggesting that exploitation may require knowledge of the plugin's URL paths, action names, or specific parameter formatting. Once an attacker identifies a vulnerable instance, crafting the actual exploit is likely straightforward since shell injection techniques are well-established. The lack of CISA KEV listing at the time of data collection does not diminish the severity—it reflects publication timing and does not indicate a lower practical risk.

Remediation

Apply patches from Rapid7 that address input sanitization in the Translate Plugin's TR action handler. Rapid7's official security advisory will provide specific patch versions and upgrade paths. Until patching is possible, consider network-level controls: restrict access to InsightConnect interfaces to trusted sources only, implement network segmentation to limit exposure, and disable the Translate Plugin if it is not actively required. Ensure strong access controls on systems hosting InsightConnect, and monitor for unusual process execution patterns originating from the InsightConnect service.

Patch guidance

Consult Rapid7's official security advisory and release notes to identify the patched version for the Translate Plugin. Test patches in a non-production environment first, as they may affect dependent workflows or automation rules. Verify that your update does not break downstream processes that depend on the TR action. Rapid7 typically provides detailed migration guidance in security bulletins; follow those instructions carefully. If you maintain custom integrations using the Translate Plugin, review them post-patch to ensure continued compatibility.

Detection guidance

Monitor logs from InsightConnect for unusual invocations of the TR action, particularly those with unexpected special characters (backticks, pipes, semicolons, dollar signs, ampersands) in the text or expression parameters. Examine system-level process execution logs (auditd, syslog, or osquery on Linux) for child processes spawned by the InsightConnect service that are not consistent with normal automation workflows. Look for patterns such as unusual command execution from the InsightConnect daemon user, execution of shells (bash, sh), or commands that appear to be reconnaissance or persistence mechanisms. Network-based detection should flag requests to InsightConnect endpoints containing encoded or obfuscated shell metacharacters.

Why prioritize this

This vulnerability merits high prioritization due to the combination of remote exploitability without authentication, HIGH severity (CVSS 7.7), and the critical role that InsightConnect often plays in security orchestration. A compromised InsightConnect instance could become a pivot point for lateral movement or allow attackers to suppress security alerts. Organizations using InsightConnect should treat this as urgent and allocate resources to identify affected versions and deploy patches quickly.

Risk score, explained

The CVSS 3.1 score of 7.7 reflects a remote, unauthenticated attack vector (AV:N, PR:N, UI:N) with high impact on confidentiality and integrity (C:H, I:H) and low impact on availability (A:L). The moderately high attack complexity (AC:H) prevents the score from reaching the critical threshold, suggesting that successful exploitation requires specific knowledge or conditions. The score appropriately captures the serious nature of remote code execution while acknowledging that the attack is not trivial to execute blindly. This places the vulnerability in the upper tier of HIGH severity, warranting immediate attention.

Frequently asked questions

Can this vulnerability be exploited over the internet?

Yes. The CVSS vector indicates AV:N (Network), meaning the vulnerability is remotely exploitable without requiring local access or a direct network connection to the target system. However, the attacker must be able to reach the InsightConnect service's network endpoint, which is typically protected by network segmentation or firewall rules in well-configured environments.

Do I need valid InsightConnect credentials to exploit this flaw?

No. The vulnerability requires no authentication (PR:N in the CVSS vector). An attacker does not need a valid user account or API key. However, they must know or discover the URL and endpoint of the vulnerable TR action, which adds a minor layer of obscurity rather than true security.

Why is the attack complexity marked as HIGH if this is a straightforward command injection?

Attack complexity is HIGH (AC:H) because the CVSS assessment likely accounts for factors such as the need to correctly format shell metacharacters, encode payloads appropriately, or discover the target endpoint URL. While command injection itself is a well-understood attack technique, successfully exploiting this specific implementation may require trial and error or prior reconnaissance.

Will patching disrupt my InsightConnect workflows?

Patches should not disrupt existing workflows, as they address a security flaw in input handling rather than changing the intended functionality of the TR action. However, any update carries some risk; always test in a non-production environment first, and review Rapid7's release notes and migration guidance before deploying to production systems.

This analysis is provided for informational and educational purposes. The information herein is derived from available vulnerability databases and Rapid7 security advisories as of the publication date. Organizations should verify all patch versions, affected product configurations, and remediation steps against official vendor advisories before taking action. SEC.co makes no warranty regarding the completeness or accuracy of this analysis and recommends consulting with your security team and vendor before deploying patches or implementing detection rules. Exploit code, proof-of-concept demonstrations, and weaponized payloads are not provided; security researchers and practitioners are responsible for ethical and authorized testing. Source: NVD (public-domain), retrieved 2026-08-02. Analysis generated by SEC.co (claude-haiku-4-5).