ZeroHour

CVE-2026-88887

large

Cross-origin credential leak in Renovate container registry pagination

CVSS 4.0
9.2 critical
EPSS
Published
()
Modified
AI analysis

Renovate (a dependency update automation tool) follows pagination URLs supplied by container registries in the HTTP Link header when listing tags/digests, and it attaches the registry's credentials to the follow-up request without verifying that the pagination URL has the same origin as the original registry (CWE-601). A malicious or compromised container registry can therefore return a Link header pointing to an attacker-controlled host while Renovate is enumerating Docker dependencies, causing Renovate to send that registry's credentials to the attacker. An attacker who captures these credentials gains potentially privileged access to the registry account and any other resources those credentials can unlock (CVSS 4.0 rates the confidentiality impact on both the vulnerable and subsequent systems as high, giving a 9.2 critical score). Exploitation requires that the target uses container (Docker) dependencies and is already interacting with the malicious or compromised registry, so only Renovate deployments with container ecosystems are practically exposed. As of this analysis there is no known exploitation, no public proof-of-concept, and the issue is not in the CISA KEV catalog.

What to do: Upgrade self-hosted Renovate (npm and renovate/renovate images) to 44.11.2, Mend Renovate CE/EE to 15.4.0, and the mend-renovate-enterprise-edition Helm chart to 10.4.0, which enforce the same-origin check on pagination links. Note that RENOVATE_X_DOCKER_PAGINATION_ALLOW_CROSS_ORIGIN disables the new same-origin check, so avoid setting it for untrusted registries. As a precaution, audit and rotate registry credentials that were used with any registry you do not fully trust.

Affected
Renovate (renovatebot) Renovate (npm package and renovate/renovate container images)all versions before 44.11.2 (fixed in 44.11.2)
Mend Renovate CE/EEall versions before 15.4.0 (fixed in 15.4.0)
mend-renovate-enterprise-edition Helm chartall versions before 10.4.0 (fixed in 10.4.0)
Estimated exposure
largelikely on the order of tens of thousands of users/instances across the Mend-hosted Renovate app and self-hosted OSS deployments (estimate; no public install… — Renovate is one of the most widely deployed dependency-automation tools, used both as the Mend-hosted application and as self-hosted npm/CE/EE instances, but the flaw only triggers when container dependencies are checked against a…

Order-of-magnitude estimate by the model from install counts, market share and public scan data it knows; verify before quoting.

Description

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 RENOVATE_X_DOCKER_PAGINATION_ALLOW_CROSS_ORIGIN.

Weakness
CWE-601
Vector
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:H/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X

In the news

No ingested article mentions this CVE yet.