Skip to content

Commit 1055709

Browse files
1 parent e334677 commit 1055709

File tree

3 files changed

+92
-54
lines changed

3 files changed

+92
-54
lines changed

advisories/github-reviewed/2026/01/GHSA-6mw6-mj76-grwc/GHSA-6mw6-mj76-grwc.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-6mw6-mj76-grwc",
4-
"modified": "2026-01-05T19:43:29Z",
4+
"modified": "2026-01-27T22:23:11Z",
55
"published": "2026-01-05T19:43:29Z",
6-
"aliases": [],
6+
"aliases": [
7+
"CVE-2026-0810"
8+
],
79
"summary": "gix-date can create non-utf8 string with `TimeBuf::as_str`",
810
"details": "The function `gix_date::parse::TimeBuf::as_str` 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.\n\nThe bug can be prevented by adding `str::from_utf8` to the function `TimeBuf::write`.",
911
"severity": [
@@ -34,6 +36,10 @@
3436
}
3537
],
3638
"references": [
39+
{
40+
"type": "ADVISORY",
41+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-0810"
42+
},
3743
{
3844
"type": "WEB",
3945
"url": "https://github.com/GitoxideLabs/gitoxide/issues/2305"
@@ -46,6 +52,14 @@
4652
"type": "WEB",
4753
"url": "https://github.com/GitoxideLabs/gitoxide/commit/76376ef5e97c63e108db0c9fe2eb096f4bfe70f7"
4854
},
55+
{
56+
"type": "WEB",
57+
"url": "https://access.redhat.com/security/cve/CVE-2026-0810"
58+
},
59+
{
60+
"type": "WEB",
61+
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2427057"
62+
},
4963
{
5064
"type": "PACKAGE",
5165
"url": "https://github.com/GitoxideLabs/gitoxide"
Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-8rgq-m2pm-jvmg",
4+
"modified": "2026-01-27T22:22:40Z",
5+
"published": "2026-01-26T21:30:36Z",
6+
"withdrawn": "2026-01-27T22:22:39Z",
7+
"aliases": [],
8+
"summary": "Duplicate Advisory: gix-date can create non-utf8 string with `TimeBuf::as_str`",
9+
"details": "### Duplicate Advisory\n\nThis advisory has been withdrawn because it is a duplicate of GHSA-6mw6-mj76-grwc. This link is maintained to preserve external references.\n\n### Original Description\nA 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.",
10+
"severity": [
11+
{
12+
"type": "CVSS_V4",
13+
"score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:H/SC:N/SI:N/SA:N/E:P"
14+
}
15+
],
16+
"affected": [
17+
{
18+
"package": {
19+
"ecosystem": "crates.io",
20+
"name": "gix-date"
21+
},
22+
"ranges": [
23+
{
24+
"type": "ECOSYSTEM",
25+
"events": [
26+
{
27+
"introduced": "0"
28+
},
29+
{
30+
"fixed": "0.12.0"
31+
}
32+
]
33+
}
34+
]
35+
}
36+
],
37+
"references": [
38+
{
39+
"type": "ADVISORY",
40+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-0810"
41+
},
42+
{
43+
"type": "WEB",
44+
"url": "https://github.com/GitoxideLabs/gitoxide/issues/2305"
45+
},
46+
{
47+
"type": "WEB",
48+
"url": "https://access.redhat.com/security/cve/CVE-2026-0810"
49+
},
50+
{
51+
"type": "WEB",
52+
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2427057"
53+
},
54+
{
55+
"type": "WEB",
56+
"url": "https://crates.io/crates/gix-date"
57+
},
58+
{
59+
"type": "PACKAGE",
60+
"url": "https://github.com/GitoxideLabs/gitoxide"
61+
},
62+
{
63+
"type": "WEB",
64+
"url": "https://rustsec.org/advisories/RUSTSEC-2025-0140.html"
65+
}
66+
],
67+
"database_specific": {
68+
"cwe_ids": [
69+
"CWE-787"
70+
],
71+
"severity": "MODERATE",
72+
"github_reviewed": true,
73+
"github_reviewed_at": "2026-01-27T22:22:39Z",
74+
"nvd_published_at": "2026-01-26T20:16:09Z"
75+
}
76+
}

advisories/unreviewed/2026/01/GHSA-8rgq-m2pm-jvmg/GHSA-8rgq-m2pm-jvmg.json

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)