CVE-2026-88885
Undergoing Analysis Undergoing Analysis - In Progress

Renovate Command Injection via Unescaped Gomod Parameters

Vulnerability report for CVE-2026-88885, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-10

Last updated on: 2026-09-10

Assigner: VulnCheck

Description

Renovate before 44.14.7 contains a command injection vulnerability in the gomod manager when processing unescaped depName parameters in import-path update commands with binarySource=docker mode. Attackers can inject shell metacharacters through malicious dependency names to execute arbitrary commands as the Renovate user during Go module major version updates with postUpdateOptions gomodUpdateImportPaths enabled.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-10
Last Modified
2026-09-10
Generated
2026-09-10
AI Q&A
2026-09-10
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 4 associated CPEs
Vendor Product Version / Range
renovatebot renovate to 44.14.7 (exc)
renovatebot renovate to 15.4.0 (exc)
renovatebot renovate to 10.4.0 (exc)
renovate renovate to 44.14.7 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-78 The product constructs all or part of an OS command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended OS command when it is sent to a downstream component.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a command injection vulnerability in Renovate versions before 44.14.7. It occurs in the gomod manager when processing depName parameters during import-path updates with binarySource set to docker mode. Attackers can inject shell metacharacters through malicious dependency names to execute arbitrary commands as the Renovate user.

Detection Guidance

To detect this vulnerability, check the Renovate version installed on your system using the command 'renovate --version'. If the version is below 44.14.7, the system is vulnerable. Additionally, inspect configuration files for 'binarySource=docker' and 'postUpdateOptions' with 'gomodUpdateImportPaths' enabled.

Impact Analysis

An attacker could execute arbitrary commands on your system with the privileges of the Renovate user. This could lead to data theft, system compromise, or further network infiltration. The attack requires a malicious dependency name, which is typically invalid in Go, making exploitation unlikely except in insider scenarios.

Compliance Impact

This vulnerability could lead to unauthorized code execution, potentially causing data breaches. This may result in non-compliance with GDPR (data protection), HIPAA (health data security), or other regulations requiring strict access controls and audit trails.

Mitigation Strategies

Immediately update Renovate to version 44.14.7 or later. Remove or disable the 'binarySource=docker' mode in configurations. Review and sanitize dependency names to prevent injection. Monitor for unusual activity in Renovate logs.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-88885. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart