Skip to content

Commit f4ae623

Browse files
committed
data/reports: add GO-2023-1881.yaml
Aliases: GHSA-w5w5-2882-47pc Fixes #1881 Change-Id: I733ec61b996008cc0c4f98b9ed81b96ef1de2d84 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/507902 TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Tatiana Bradley <[email protected]> Run-TryBot: Jonathan Amsterdam <[email protected]>
1 parent 346c435 commit f4ae623

File tree

2 files changed

+69
-0
lines changed

2 files changed

+69
-0
lines changed

data/osv/GO-2023-1881.json

+49
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
{
2+
"schema_version": "1.3.1",
3+
"id": "GO-2023-1881",
4+
"modified": "0001-01-01T00:00:00Z",
5+
"published": "0001-01-01T00:00:00Z",
6+
"aliases": [
7+
"GHSA-w5w5-2882-47pc"
8+
],
9+
"summary": "The x/crisis package does not charge ConstantFee in github.com/cosmos/cosmos-sdk",
10+
"details": "If a transaction is sent to the `x/crisis` module to check an invariant, the ConstantFee parameter of the chain is not charged.\n\nNo patch will be released, as the package is planned to be deprecated and replaced.",
11+
"affected": [
12+
{
13+
"package": {
14+
"name": "github.com/cosmos/cosmos-sdk",
15+
"ecosystem": "Go"
16+
},
17+
"ranges": [
18+
{
19+
"type": "SEMVER",
20+
"events": [
21+
{
22+
"introduced": "0"
23+
}
24+
]
25+
}
26+
],
27+
"ecosystem_specific": {
28+
"imports": [
29+
{
30+
"path": "github.com/cosmos/cosmos-sdk/x/crisis"
31+
}
32+
]
33+
}
34+
}
35+
],
36+
"references": [
37+
{
38+
"type": "ADVISORY",
39+
"url": "https://github.com/cosmos/cosmos-sdk/security/advisories/GHSA-w5w5-2882-47pc"
40+
},
41+
{
42+
"type": "REPORT",
43+
"url": "https://github.com/cosmos/cosmos-sdk/issues/15706"
44+
}
45+
],
46+
"database_specific": {
47+
"url": "https://pkg.go.dev/vuln/GO-2023-1881"
48+
}
49+
}

data/reports/GO-2023-1881.yaml

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
id: GO-2023-1881
2+
modules:
3+
- module: github.com/cosmos/cosmos-sdk
4+
vulnerable_at: 0.47.3
5+
packages:
6+
- package: github.com/cosmos/cosmos-sdk/x/crisis
7+
summary: |-
8+
The x/crisis package does not charge ConstantFee in
9+
github.com/cosmos/cosmos-sdk
10+
description: |-
11+
If a transaction is sent to the `x/crisis` module to check an invariant, the
12+
ConstantFee parameter of the chain is not charged.
13+
14+
No patch will be released, as the package is planned to be deprecated and
15+
replaced.
16+
ghsas:
17+
- GHSA-w5w5-2882-47pc
18+
references:
19+
- advisory: https://github.com/cosmos/cosmos-sdk/security/advisories/GHSA-w5w5-2882-47pc
20+
- report: https://github.com/cosmos/cosmos-sdk/issues/15706

0 commit comments

Comments
 (0)