CVE-2026-0810
Unknown
Unknown - Not Provided
Invalid UTF-8 String Generation Vulnerability in gix-date TimeBuf
Publication date: 2026-01-26
Last updated on: 2026-02-26
Assigner: Red Hat, Inc.
Description
Description
A flaw was found in gix-date. The `gix_date::parse::TimeBuf::as_str` function can generate strings containing invalid non-UTF8 characters. This issue violates the internal safety invariants of the `TimeBuf` component, leading to undefined behavior when these malformed strings are subsequently processed. This could potentially result in application instability or other unforeseen consequences.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| gitoxidelabs | gix-date | to 0.12.0 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-682 | The product performs a calculation that generates incorrect or unintended results that are later used in security-critical decisions or resource management. |
| CWE-135 | The product does not correctly calculate the length of strings that can contain wide or multi-byte characters. |