NONE · 0

CVE-2026-54673

electron-updater allows for automatic updates for Electron apps. Prior to 9.7.0, the HTTP redirect handler (HttpExecutor.prepareRedirectUrlOptions) only stripped a credential header whose key string m...

Vulnerability Description

electron-updater allows for automatic updates for Electron apps. Prior to 9.7.0, the HTTP redirect handler (HttpExecutor.prepareRedirectUrlOptions) only stripped a credential header whose key string matched exactly lowercase "authorization", exposing credentials. Other credential-bearing headers — most notably PRIVATE-TOKEN (used by GitLab's personal access token flow) and mixed-case Authorization (used by GitLab's Bearer/OAuth flow) — were not stripped and could be forwarded to an attacker-controlled cross-origin redirect destination. This issue has been fixed in version 9.7.0.

Related Weaknesses (CWE)

References

FAQ

What is CVE-2026-54673?

CVE-2026-54673 is a documented vulnerability. electron-updater allows for automatic updates for Electron apps. Prior to 9.7.0, the HTTP redirect handler (HttpExecutor.prepareRedirectUrlOptions) only stripped a credential header whose key string m...

How severe is CVE-2026-54673?

CVSS scoring is not yet available for CVE-2026-54673. Check NVD for updates.

Is there a patch for CVE-2026-54673?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.