Description
gitoxide's gix-url crate (<= 0.32.0, fixed in 0.37.1) uses a hand-rolled URL parser that does not treat '?' or '#' as terminating the authority component, contrary to RFC 3986. As a consequence, gix-transport's HTTP redirect identity guard (can_reuse_identity) compares the wrong host and fails open. An attacker controlling a redirect response can craft a Location header of the form <attacker-authority>?@<original-authority> so that gitoxide sends the caller's HTTP Basic Authorization credentials to an unintended host. gix-transport is affected in versions <= 0.49.0 (fixed in 0.58.1).
Published: 2026-08-28
Score: 8.7 High
EPSS: < 1% Very Low
KEV: No
Impact: Sensitive Credential Exposure via HTTP Basic Authentication
Action: Immediate Patch
AI Analysis

Impact

gitoxide's gix-url crate, versions up to 0.32.0, contains a URL parsing bug that does not recognize '?' or '#' as separators for the authority component. This flaw allows an attacker to craft an HTTP redirect response where the Location header includes a form like <attacker-authority>?@<original-authority>. When gitoxide follows the redirect, it incorrectly sends the caller's HTTP Basic Authorization header to the attacker's host. The result is the leak of HTTP Basic credentials, exposing user identities and passwords. This leads to a loss of confidentiality for any user relying on HTTP Basic authentication and is classified as CWE‑522.

Affected Systems

Vendors: GitoxideLabs Gitoxide. Affected product versions are in the gix-url crate up to 0.32.0 (fixed in 0.37.1) and in gix-transport up to 0.49.0 (fixed in 0.58.1). Any deployment using gitoxide versions older than 0.37.1 or gix-transport older than 0.58.1 is vulnerable. No other products are noted.

Risk and Exploitability

With a CVSS score of 8.7, this vulnerability is considered high severity. The EPSS score is not available, and the vulnerability is not listed in CISA's KEV catalog, indicating no known widespread exploitation at this time. The primary attack vector is an attacker-controlled HTTP redirect response; the attacker must have the ability to influence the server that sends the redirect header. Once triggered, the client will forward stored HTTP Basic credentials to the attacker’s host. The risk is confined to individuals who authenticate with HTTP Basic credentials on affected gitoxide clients, potentially allowing an attacker to impersonate them or access protected repositories.

Generated by OpenCVE AI on August 28, 2026 at 13:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade gitoxide to 0.37.1 or newer, and gix-transport to 0.58.1 or newer, to eliminate the URL parsing and redirect handling flaw.
  • Check your git client configurations for any known redirect chains and remove or block any redirects that originate from untrusted hosts.
  • Disable HTTP Basic authentication for git connections whenever possible, or replace it with more secure authentication mechanisms such as personal access tokens or SSH keys.
  • If an upgrade is not immediately possible, restrict network traffic from gitoxide clients to only the authenticated git servers you trust, and monitor network traffic for unexpected redirects.

Generated by OpenCVE AI on August 28, 2026 at 13:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 28 Aug 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 28 Aug 2026 11:30:00 +0000

Type Values Removed Values Added
Description gitoxide's gix-url crate (<= 0.32.0, fixed in 0.37.1) uses a hand-rolled URL parser that does not treat '?' or '#' as terminating the authority component, contrary to RFC 3986. As a consequence, gix-transport's HTTP redirect identity guard (can_reuse_identity) compares the wrong host and fails open. An attacker controlling a redirect response can craft a Location header of the form <attacker-authority>?@<original-authority> so that gitoxide sends the caller's HTTP Basic Authorization credentials to an unintended host. gix-transport is affected in versions <= 0.49.0 (fixed in 0.58.1).
Title gitoxide before 0.37.1 HTTP Basic credential leak via URL parsing
First Time appeared Gitoxidelabs
Gitoxidelabs gitoxide
Weaknesses CWE-522
CPEs cpe:2.3:a:gitoxidelabs:gitoxide:*:*:*:*:*:*:*:*
Vendors & Products Gitoxidelabs
Gitoxidelabs gitoxide
References
Metrics cvssV3_1

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

cvssV4_0

{'score': 8.7, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N'}


Subscriptions

Gitoxidelabs Gitoxide
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-28T14:07:19.207Z

Reserved: 2026-08-28T10:37:51.949Z

Link: CVE-2026-82247

cve-icon Vulnrichment

Updated: 2026-08-28T14:06:55.548Z

cve-icon NVD

Status : Deferred

Published: 2026-08-28T12:16:36.500

Modified: 2026-08-28T18:54:09.323

Link: CVE-2026-82247

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-28T17:00:12Z

Weaknesses
  • CWE-522

    Insufficiently Protected Credentials