CVE-2026-82254
7.5GitoxideLabs · gitoxide
Gitoxide versions before 0.69.0 are vulnerable to denial of service attacks via crafted pack data during git clone or fetch operations.
Executive summary
Unauthenticated attackers can trigger a denial of service condition in the gitoxide toolkit by sending malicious pack data, resulting in process crashes or memory exhaustion.
Vulnerability
The vulnerability stems from unchecked array indexing and uncapped memory allocation within the gix-pack component, which allows an unauthenticated remote attacker to cause application panics or out of memory kills when processing git operations.
Business impact
The exploitation of this vulnerability leads to a denial of service, which can disrupt critical development workflows and automated CI/CD pipelines relying on gitoxide for repository interactions. Given the CVSS score of 7.5, which indicates a high severity, organizations should prioritize mitigation to ensure the continued availability and reliability of their software development infrastructure.
Remediation
Immediate Action: Update all instances of gitoxide to version 0.69.0 or later, as this release includes the necessary patches for the gix-pack component.
Proactive Monitoring: Monitor system logs for repeated crash events or unusual memory spikes occurring during git clone or fetch activities, which may indicate attempted exploitation.
Compensating Controls: Implement network level controls or rate limiting on git traffic to identify and block malformed or abnormally large pack data transfers from untrusted sources.
Exploitation status
Public Exploit Available: Unknown.
Analyst recommendation
The high severity of this vulnerability, combined with the ease of exploitation via standard git operations, necessitates immediate attention. Administrators must verify their software supply chain and update all dependencies utilizing the vulnerable gitoxide toolkit to version 0.69.0 or higher to eliminate the risk of service disruption.
More GitoxideLabs CVEs
Sources
Originally found and disclosed by kodareef5, per the CVE Program record.
- GitHub Security Advisory (GHSA-x494-mj8g-cj27) Vendor advisory
- VulnCheck Advisory: gitoxide before 0.69.0 Denial of Service via gix-pack Third-party advisory