Skip to content

Commit d24b2c3

Browse files
1 parent f70086a commit d24b2c3

File tree

1 file changed

+114
-0
lines changed

1 file changed

+114
-0
lines changed
Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,114 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-qwvm-wqq8-8j69",
4+
"modified": "2025-09-30T21:06:02Z",
5+
"published": "2025-09-30T21:06:02Z",
6+
"aliases": [
7+
"CVE-2025-61595"
8+
],
9+
"summary": "github.com/MANTRA-Chain/mantrachain/x/tokenfactory tx gas limit is not enforced in send hooks",
10+
"details": "### Impact\n\nsend hooks can spend more gas than what's remained in tx, combined with recursive calls in the wasm contract, can amplify the gas consumption exponentially.\n\n### Patches\n\nIt's patched in v4.0.2 and v5.0.0\n\n### Workarounds\n_Is there a way for users to fix or remediate the vulnerability without upgrading?_",
11+
"severity": [],
12+
"affected": [
13+
{
14+
"package": {
15+
"ecosystem": "Go",
16+
"name": "github.com/MANTRA-Chain/mantrachain/v4"
17+
},
18+
"ranges": [
19+
{
20+
"type": "ECOSYSTEM",
21+
"events": [
22+
{
23+
"introduced": "0"
24+
},
25+
{
26+
"fixed": "4.0.2"
27+
}
28+
]
29+
}
30+
]
31+
},
32+
{
33+
"package": {
34+
"ecosystem": "Go",
35+
"name": "github.com/MANTRA-Chain/mantrachain/v3"
36+
},
37+
"ranges": [
38+
{
39+
"type": "ECOSYSTEM",
40+
"events": [
41+
{
42+
"introduced": "0"
43+
}
44+
]
45+
}
46+
],
47+
"database_specific": {
48+
"last_known_affected_version_range": "< 4.0.2"
49+
}
50+
},
51+
{
52+
"package": {
53+
"ecosystem": "Go",
54+
"name": "github.com/MANTRA-Chain/mantrachain/v2"
55+
},
56+
"ranges": [
57+
{
58+
"type": "ECOSYSTEM",
59+
"events": [
60+
{
61+
"introduced": "0"
62+
}
63+
]
64+
}
65+
],
66+
"database_specific": {
67+
"last_known_affected_version_range": "< 4.0.2"
68+
}
69+
},
70+
{
71+
"package": {
72+
"ecosystem": "Go",
73+
"name": "github.com/MANTRA-Chain/mantrachain"
74+
},
75+
"ranges": [
76+
{
77+
"type": "ECOSYSTEM",
78+
"events": [
79+
{
80+
"introduced": "0"
81+
}
82+
]
83+
}
84+
],
85+
"database_specific": {
86+
"last_known_affected_version_range": "< 4.0.2"
87+
}
88+
}
89+
],
90+
"references": [
91+
{
92+
"type": "WEB",
93+
"url": "https://github.com/MANTRA-Chain/mantrachain/security/advisories/GHSA-qwvm-wqq8-8j69"
94+
},
95+
{
96+
"type": "WEB",
97+
"url": "https://github.com/MANTRA-Chain/mantrachain/issues/432"
98+
},
99+
{
100+
"type": "PACKAGE",
101+
"url": "https://github.com/MANTRA-Chain/mantrachain"
102+
}
103+
],
104+
"database_specific": {
105+
"cwe_ids": [
106+
"CWE-400",
107+
"CWE-770"
108+
],
109+
"severity": "HIGH",
110+
"github_reviewed": true,
111+
"github_reviewed_at": "2025-09-30T21:06:02Z",
112+
"nvd_published_at": null
113+
}
114+
}

0 commit comments

Comments
 (0)