Description
gitoxide gix-packetline versions before 0.21.5 contain a panic vulnerability in the TextRef implementation that occurs when processing side-band packet lines with empty payloads. A malicious Git server can send a crafted side-band packet to trigger an index out of bounds panic, aborting the client process during fetch operations without authentication.
Published: 2026-08-28
Score: 7.1 High
EPSS: < 1% Very Low
KEV: No
Impact: Denial of Service
Action: Apply Patch
AI Analysis

Impact

gitoxide gix-packetline versions prior to 0.21.5 contain a panic vulnerability in the TextRef implementation. When a side-band packet line with an empty payload is processed, an index out of bounds error causes the client to panic and abort. This results in a denial of service for the target process during fetch operations, and the flaw is triggered without requiring authentication.

Affected Systems

The affected product is GitoxideLabs' gitoxide library. All releases before 0.21.5 are vulnerable and may be used in any Git client that relies on this library.

Risk and Exploitability

The CVSS score of 7.1 places this flaw in the medium‑to‑high severity range. The EPSS score is not available, and it is not listed in the CISA KEV catalog. A malicious Git server can craft a side-band packet with an empty payload and send it to a vulnerable client during a fetch. No credentials are needed, so the vulnerability can be exploited remotely over a network connection that the client trusts.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update gitoxide to version 0.21.5 or newer, which contains the fix for the panic in TextRef.
  • If an upgrade is not immediately possible, restrict the client’s network access to trusted Git servers or block untrusted side‑band traffic using a firewall or proxy.
  • Consider enabling authentication or TLS for Git connections to limit the influence of unauthenticated servers, even though this is a mitigation rather than a complete fix.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Description gitoxide gix-packetline versions before 0.21.5 contain a panic vulnerability in the TextRef implementation that occurs when processing side-band packet lines with empty payloads. A malicious Git server can send a crafted side-band packet to trigger an index out of bounds panic, aborting the client process during fetch operations without authentication.
Title gitoxide gix-packetline before 0.21.5 Denial of Service
First Time appeared Gitoxidelabs
Gitoxidelabs gitoxide
Weaknesses CWE-191
CPEs cpe:2.3:a:gitoxidelabs:gitoxide:*:*:*:*:*:*:*:*
Vendors & Products Gitoxidelabs
Gitoxidelabs gitoxide
References
Metrics cvssV3_1

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

cvssV4_0

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


Subscriptions

Gitoxidelabs Gitoxide
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-28T15:52:43.900Z

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

Link: CVE-2026-82250

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Deferred

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

Modified: 2026-08-28T20:20:16.300

Link: CVE-2026-82250

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-28T15:30:07Z

Weaknesses
  • CWE-191

    Integer Underflow (Wrap or Wraparound)