CVE-2025-31130 MEDIUM

CVE-2025-31130: gitoxide does not detect SHA-1 collision attacks

Vendor Gitoxidelabs
Product gitoxide
Weakness CWE-328 · Weak hash
Published April 4, 2025
Last update January 23, 2026

CVSS base score

6.8/10
Attack vector Network
Attack complexity High
Privileges required None
User interaction None
Confidentiality None
Integrity High

CVSS vector

CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:H/A:N

What the vulnerability does

01Description

gitoxide is an implementation of git written in Rust. Before 0.42.0, gitoxide uses SHA-1 hash implementations without any collision detection, leaving it vulnerable to hash collision attacks. gitoxide uses the sha1_smol or sha1 crate, both of which implement standard SHA-1 without any mitigations for collision attacks. This means that two distinct Git objects with colliding SHA-1 hashes would break the Git object model and integrity checks when used with gitoxide. This vulnerability is fixed in 0.42.0.

Key dates

02Disclosure timeline

April 4, 2025 CVE published
January 23, 2026 Record updated