Skip to content

Commit e4d1919

Browse files
1 parent b5de815 commit e4d1919

File tree

1 file changed

+71
-0
lines changed

1 file changed

+71
-0
lines changed
Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-2cgv-28vr-rv6j",
4+
"modified": "2025-12-04T17:24:23Z",
5+
"published": "2025-12-04T17:24:23Z",
6+
"aliases": [],
7+
"summary": "libcrux incorrectly calculates on aarch64",
8+
"details": "On platforms without the `core::arch::aarch64::vxarq_u64` intrinsic, an unverified fallback in `libcrux-intrinsics` v0.0.3\npassed incorrect arguments and produced wrong results. This corrupted SHA-3 digests and caused `libcrux-ml-kem` and\n`libcrux-ml-dsa` to sample incorrectly, yielding incorrect shared secrets and invalid signatures.\n\nThe issue has been fixed in v0.0.4.",
9+
"severity": [
10+
{
11+
"type": "CVSS_V4",
12+
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:L/VA:N/SC:N/SI:N/SA:N"
13+
}
14+
],
15+
"affected": [
16+
{
17+
"package": {
18+
"ecosystem": "crates.io",
19+
"name": "libcrux-intrinsics"
20+
},
21+
"ranges": [
22+
{
23+
"type": "ECOSYSTEM",
24+
"events": [
25+
{
26+
"introduced": "0.0.3"
27+
},
28+
{
29+
"fixed": "0.0.4"
30+
}
31+
]
32+
}
33+
],
34+
"versions": [
35+
"0.0.3"
36+
]
37+
}
38+
],
39+
"references": [
40+
{
41+
"type": "WEB",
42+
"url": "https://github.com/cryspen/libcrux/issues/1220"
43+
},
44+
{
45+
"type": "WEB",
46+
"url": "https://github.com/cryspen/libcrux/pull/1222"
47+
},
48+
{
49+
"type": "WEB",
50+
"url": "https://github.com/cryspen/libcrux/commit/8d10f45631afd1d93fabb2278dbb388a075b5608"
51+
},
52+
{
53+
"type": "PACKAGE",
54+
"url": "https://github.com/cryspen/libcrux"
55+
},
56+
{
57+
"type": "WEB",
58+
"url": "https://rustsec.org/advisories/RUSTSEC-2025-0133.html"
59+
}
60+
],
61+
"database_specific": {
62+
"cwe_ids": [
63+
"CWE-200",
64+
"CWE-327"
65+
],
66+
"severity": "HIGH",
67+
"github_reviewed": true,
68+
"github_reviewed_at": "2025-12-04T17:24:23Z",
69+
"nvd_published_at": null
70+
}
71+
}

0 commit comments

Comments
 (0)