Skip to content

Commit d0d38c1

Browse files
1 parent 9003454 commit d0d38c1

1 file changed

Lines changed: 63 additions & 0 deletions

File tree

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-rjr4-v43m-pxq6",
4+
"modified": "2026-01-21T22:52:56Z",
5+
"published": "2026-01-21T22:52:56Z",
6+
"aliases": [],
7+
"summary": "Triton VM Soundness Vulnerability due to Improper Sampling of Randomness",
8+
"details": "In affected versions of Triton VM, the verifier failed to correctly sample randomness in the FRI sub-protocol.\n\nMalicious provers can exploit this to craft proofs for arbitrary statements that this verifier accepts as valid, undermining soundness.\n\nProtocols that rely on proofs and the supplied verifier of the affected versions of Triton VM are completely broken. Protocols implementing their own verifier might be unaffected.\n\nThe flaw was corrected in commit 3a045d63, where the relevant randomness is sampled correctly.",
9+
"severity": [
10+
{
11+
"type": "CVSS_V3",
12+
"score": "CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N/E:U"
13+
}
14+
],
15+
"affected": [
16+
{
17+
"package": {
18+
"ecosystem": "crates.io",
19+
"name": "triton-vm"
20+
},
21+
"ranges": [
22+
{
23+
"type": "ECOSYSTEM",
24+
"events": [
25+
{
26+
"introduced": "0.41.0"
27+
},
28+
{
29+
"fixed": "2.0.0"
30+
}
31+
]
32+
}
33+
]
34+
}
35+
],
36+
"references": [
37+
{
38+
"type": "WEB",
39+
"url": "https://github.com/TritonVM/triton-vm/commit/3a045d636e97bb2eb628671db0001aa665c19dd8"
40+
},
41+
{
42+
"type": "PACKAGE",
43+
"url": "https://github.com/TritonVM/triton-vm"
44+
},
45+
{
46+
"type": "WEB",
47+
"url": "https://github.com/TritonVM/triton-vm/releases/tag/v2.0.0"
48+
},
49+
{
50+
"type": "WEB",
51+
"url": "https://rustsec.org/advisories/RUSTSEC-2026-0004.html"
52+
}
53+
],
54+
"database_specific": {
55+
"cwe_ids": [
56+
"CWE-330"
57+
],
58+
"severity": "LOW",
59+
"github_reviewed": true,
60+
"github_reviewed_at": "2026-01-21T22:52:56Z",
61+
"nvd_published_at": null
62+
}
63+
}

0 commit comments

Comments
 (0)