Description
Renovate before 44.11.3 fails to validate Link header destinations when following GitLab server pagination, allowing malicious servers to redirect credential-bearing requests. Attackers controlling a compromised GitLab server can specify a Link header pointing to attacker-controlled infrastructure to exfiltrate authentication credentials.
Published: 2026-09-10
Score: 9.2 Critical
EPSS: n/a
KEV: No
Impact: Credential exfiltration via uncontrolled Link header redirects
Action: Immediate Patch
AI Analysis

Impact

Renovate before 44.11.3 does not validate the Link header it receives when following pagination requests to a GitLab server. This omission allows an attacker who controls a compromised GitLab instance to craft a Link header that redirects Renovate to an attacker‑controlled endpoint. When Renovate follows that redirect, credentials used in the request are sent to the attacker, enabling credential exfiltration and potential account takeover. The weakness is a broken redirect validation flaw (CWE‑601).

Affected Systems

The flaw impacts installations of Renovatebot’s Renovate software that are running any version earlier than 44.11.3. The issue surfaces only when Renovate communicates with a GitLab server that can supply malicious pagination responses; thus environments using Renovate in conjunction with GitLab are at risk.

Risk and Exploitability

The vulnerability carries a CVSS score of 9.2, indicating critical severity. EPSS data is not available, so the current exploitation probability is unknown, and it is not listed in CISA’s KEV catalog. Exploitation requires an attacker who can control the target GitLab server to supply a forged Link header during pagination. Once the header is delivered, Renovate automatically follows the redirect and sends authentication credentials to the attacker’s host, making this a straightforward attack once the initial compromise exists.

Generated by OpenCVE AI on September 10, 2026 at 14:59 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Renovate to version 44.11.3 or later to ensure Link header validation is enforced.
  • If an upgrade is not possible immediately, configure the network or a reverse proxy to block or whitelist Link header redirect destinations, preventing unknown redirects from reaching external hosts.
  • Monitor authentication traffic for unexpected redirects that include credential information, and investigate any such events promptly.

Generated by OpenCVE AI on September 10, 2026 at 14:59 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 10 Sep 2026 13:30:00 +0000

Type Values Removed Values Added
Description Renovate before 44.11.3 fails to validate Link header destinations when following GitLab server pagination, allowing malicious servers to redirect credential-bearing requests. Attackers controlling a compromised GitLab server can specify a Link header pointing to attacker-controlled infrastructure to exfiltrate authentication credentials.
Title Renovate before 44.11.3 Credential Exfiltration via Link Header
Weaknesses CWE-601
References
Metrics cvssV3_1

{'score': 8.6, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N'}

cvssV4_0

{'score': 9.2, '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'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-10T13:05:31.574Z

Reserved: 2026-09-10T11:25:34.912Z

Link: CVE-2026-88880

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-09-10T14:17:16.480

Modified: 2026-09-10T14:50:07.813

Link: CVE-2026-88880

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-10T15:00:15Z

Weaknesses
  • CWE-601

    URL Redirection to Untrusted Site ('Open Redirect')