CVE-2026-82247
Deferred Deferred - Pending Action

HTTP Basic Auth Credential Leak in gitoxide gix-transport

Vulnerability report for CVE-2026-82247, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-28

Last updated on: 2026-08-28

Assigner: VulnCheck

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

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-28
Last Modified
2026-08-28
Generated
2026-09-18
AI Q&A
2026-08-28
EPSS Evaluated
2026-09-15
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
gitoxide gix-url From 0.37.1 (inc) to 0.32.0 (inc)
gitoxide gix-transport From 0.58.1 (inc) to 0.49.0 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-522 The product transmits or stores authentication credentials, but it uses an insecure method that is susceptible to unauthorized interception and/or retrieval.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

The vulnerability is in gitoxide's gix-url crate versions <= 0.32.0 (fixed in 0.37.1) and gix-transport versions <= 0.49.0 (fixed in 0.58.1). It involves a flawed URL parser that does not properly handle '?' or '#' characters, allowing attackers to manipulate redirect responses. By crafting a malicious Location header, an attacker can trick the system into sending HTTP Basic Authorization credentials to an unintended host.

Detection Guidance

Check if your system uses vulnerable versions of gix-url (<=0.32.0) or gix-transport (<=0.49.0) by inspecting dependency files like Cargo.lock or running cargo tree. Monitor HTTP redirects in network traffic for malformed Location headers containing '?@' patterns that could indicate exploitation attempts.

Impact Analysis

If you use affected versions of gitoxide, an attacker could intercept and misuse your HTTP Basic Authorization credentials. This could lead to unauthorized access to sensitive data or systems, depending on the permissions associated with those credentials.

Compliance Impact

This vulnerability could lead to unauthorized access to personal or sensitive data, violating GDPR's data protection principles or HIPAA's security requirements. Organizations may face compliance violations, legal penalties, or reputational damage if credentials are compromised.

Mitigation Strategies

Update gitoxide's gix-url crate to version 0.37.1 or later and gix-transport to version 0.58.1 or later to address the vulnerability.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-82247. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart