CVE-2026-88887: Renovate before 44.11.2 Credential Exfiltration via Link Header
Renovate is a dependency update automation tool. When listing tags/digests for a container image, Renovate follows pagination links supplied by the remote registry in the HTTP Link header and attaches the registry credentials to the follow-up request without verifying that the pagination URL has the same origin as the original registry. A malicious or compromised container registry can therefore specify a Link header pointing to an attacker-controlled host and receive the credentials Renovate uses for that registry. Exploitation requires that the target has container (Docker) dependencies and is already interacting with the malicious or compromised registry. This is fixed in Renovate 44.11.2 (npm and renovate/renovate images), Mend Renovate CE/EE 15.4.0 and the mend-renovate-enterprise-edition Helm chart 10.4.0; the same-origin check can be disabled with RENOVATEXDOCKERPAGINATIONALLOWCROSSORIGIN.
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Upgrade
Upgrade
Renovate (npm and renovate/renovate images)to a version that resolves this vulnerability.Fixed in 44.11.2 - Upgrade
Upgrade
Mend Renovate CE/EEto 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
Ensure RENOVATE_X_DOCKER_PAGINATION_ALLOW_CROSS_ORIGIN is not enabled so the same-origin check is not disabled.
Renovate RENOVATE_X_DOCKER_PAGINATION_ALLOW_CROSS_ORIGIN = disable / do not allow cross-origin
Event History
Frequently Asked Questions
Which environments are exposed to credential exfiltration?
Exposure requires Renovate to process container (Docker) dependencies and interact with a malicious or compromised container registry. The registry can provide a pagination Link header that directs Renovate to an attacker-controlled host.
What credentials could be disclosed?
The attacker-controlled host can receive the credentials that Renovate uses for the affected registry, because those credentials are attached to the pagination follow-up request.
Which fixed releases are available?
The issue is fixed in Renovate 44.11.2 for npm and renovate/renovate images, Mend Renovate CE/EE 15.4.0, and mend-renovate-enterprise-edition Helm chart 10.4.0.
Is there a configuration that can re-enable the vulnerable behavior?
Yes. RENOVATE_X_DOCKER_PAGINATION_ALLOW_CROSS_ORIGIN disables the same-origin check for Docker pagination, which permits cross-origin pagination requests.