CVE-2026-0810
The function gixdate::parse::TimeBuf::asstr can create an illegal string containing non-utf8 characters. This violates the safety invariant of TimeBuf and can lead to undefined behavior when consuming the string.
The bug can be prevented by adding str::from_utf8 to the function TimeBuf::write.
Package Versions Affected
Automatically patch vulnerabilities without upgrading
CVSS Version



Related Resources
References
https://crates.io/crates/gix-date, https://rustsec.org/advisories/RUSTSEC-2025-0140.html, https://github.com/GitoxideLabs/gitoxide/issues/2305
