CVE-2026-88883
Undergoing Analysis
Undergoing Analysis - In Progress
Incomplete Log Sanitization in Renovate Exposes TLS Private Keys
Vulnerability report for CVE-2026-88883, 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 an automated dependency update tool. In versions before 44.14.4 (and Mend Renovate CE/EE images before 15.4.0 and the mend-renovate-enterprise-edition Helm chart before 10.4.0), log sanitisation for TLS private keys used for Mutual TLS was incomplete. While the value of hostRules[].httpsPrivateKey was redacted in the field itself, the same private key value was not redacted if it also appeared elsewhere β for example in another configuration option or in a log message under a key other than httpsPrivateKey β causing the full private key to be written to Renovate's logs in cleartext. This affects deployments that configure Mutual TLS through hostRules[].httpsPrivateKey without passing the value through the documented `secrets` configuration. Anyone able to read the resulting logs can recover the private key. The issue is fixed in Renovate 44.14.4, which redacts any value supplied as hostRules[].httpsPrivateKey wherever it appears in the logs; as a workaround, supply the key via the `secrets` configuration.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| mend | renovate_enterprise_edition_helm_chart | to 10.4.0 (exc) |
| renovate | renovate | to 44.14.4 (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) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-532 | The product writes sensitive information to a log file. |