CVE-2026-88881: Renovate before 44.11.3 Credential Exfiltration via Link Header
Renovate, a dependency update tool, follows pagination links supplied by the GitHub server in the HTTP Link header when interacting with GitHub.com, GitHub Enterprise Cloud, or GitHub Enterprise Server, and sends the credentials configured for that host to the URL given as the 'next' page. Because the pagination URL is not validated against the host originally contacted, a malicious or compromised GitHub server can return a Link header pointing to an attacker-controlled host and cause Renovate to disclose those credentials to it. Exploitation requires that the GitHub server Renovate talks to (as the repository host or as a datasource such as github-releases, github-tags, or git-refs) is already malicious or compromised. The issue is fixed in renovate 44.11.3 (npm and renovate/renovate container images), Mend Renovate CE/EE images and the mend-renovate-ce helm chart 15.4.0, and the mend-renovate-enterprise-edition helm chart 10.4.0. There is no workaround; the pre-existing RENOVATEXREBASEPAGINATIONLINKS option disables the new host check and should only be used with servers that intentionally use different pagination hosts.
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Upgrade
Upgrade to a fixed release to a version that resolves this vulnerability.
Fixed in 44.11.3 - Upgrade
Upgrade
mend-renovate-ce helm chartto a version that resolves this vulnerability.Fixed in 15.4.0 - Upgrade
Upgrade
mend-renovate-enterprise-edition helm chartto a version that resolves this vulnerability.Fixed in 10.4.0 - Configuration
Do not enable/keep RENOVATE_X_REBASE_PAGINATION_LINKS enabled; it disables the new host check and should only be used with servers that intentionally use different pagination hosts.
Renovate RENOVATE_X_REBASE_PAGINATION_LINKS = (not enabled)
Event History
Frequently Asked Questions
What conditions are required for credential disclosure?
Renovate must communicate with a GitHub server that is malicious or already compromised, either as the repository host or as a datasource such as github-releases, github-tags, or git-refs. That server must return a pagination Link header whose next-page URL points to an attacker-controlled host.
Which credentials could be exposed?
Renovate sends the credentials configured for the GitHub host it originally contacted to the URL supplied as the next pagination page. An attacker controlling that URL can receive those configured credentials.
What versions or distributions contain the fix?
The fix is in Renovate 44.11.3 for npm and renovate/renovate container images, Mend Renovate CE/EE images, the mend-renovate-ce Helm chart 15.4.0, and the mend-renovate-enterprise-edition Helm chart 10.4.0.
Is there a mitigation if upgrading is not immediately possible?
There is no workaround. Do not enable RENOVATE_X_REBASE_PAGINATION_LINKS as a mitigation: it disables the new host check and should only be used when servers intentionally paginate through different hosts.