CVE-2026-88886
Undergoing Analysis
Undergoing Analysis - In Progress
Command Injection in Renovate Dependency Manager
Vulnerability report for CVE-2026-88886, 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
Description
Renovate is a dependency update automation tool. In versions before 44.14.7 (and in Mend Renovate CE/EE distributions before 15.4.0, and the mend-renovate-enterprise-edition Helm chart before 10.4.0), the manager/gradle-wrapper module does not escape the distributionUrl value read from a repository's gradle/wrapper/gradle-wrapper.properties file before invoking the Gradle Wrapper CLI. In self-hosted deployments configured with binarySource=docker and allowedUnsafeExecutions=['gradleWrapper', ...], a repository that supplies a crafted distributionUrl (for example, appending a shell metacharacter and command) can cause arbitrary commands to be executed as the Renovate user when Renovate processes a Gradle Wrapper update. The issue is fixed in Renovate 44.14.7; as a workaround, remove 'gradleWrapper' from allowedUnsafeExecutions.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| renovate | renovate | to 44.14.7 (exc) |
| mend | renovate_ce | to 15.4.0 (exc) |
| mend | renovate_ee | to 15.4.0 (exc) |
| mend | renovate_enterprise_edition | to 10.4.0 (exc) |
| renovate | renovate | 44.14.7 |
| mend | renovate_ce | 15.4.0 |
| mend | renovate_ee | 15.4.0 |
| mend | renovate_enterprise_edition | 10.4.0 |
Helpful Resources
Exploitability
| 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. |