data/reports: add GO-2024-2572

- data/reports/GO-2024-2572.yaml

Fixes golang/vulndb#2572

Change-Id: Ied99cfbfb0100fdee61c0b351fd52b1b7f9590da
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/587835
Run-TryBot: Zvonimir Pavlinovic <zpavlinovic@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Maceo Thompson <maceothompson@google.com>
This commit is contained in:
Zvonimir Pavlinovic 2024-05-23 14:26:26 +00:00
Родитель cf650ac57c
Коммит a9204e253a
2 изменённых файлов: 74 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,57 @@
{
"schema_version": "1.3.1",
"id": "GO-2024-2572",
"modified": "0001-01-01T00:00:00Z",
"published": "0001-01-01T00:00:00Z",
"aliases": [
"GHSA-4j93-fm92-rp4m"
],
"summary": "Vesting account creation on blocked address in cosmossdk.io/x/auth",
"details": "Vesting account creation on blocked address in cosmossdk.io/x/auth",
"affected": [
{
"package": {
"name": "cosmossdk.io/x/auth",
"ecosystem": "Go"
},
"ranges": [
{
"type": "SEMVER",
"events": [
{
"introduced": "0"
}
]
}
],
"ecosystem_specific": {}
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cosmos/cosmos-sdk/security/advisories/GHSA-4j93-fm92-rp4m"
},
{
"type": "FIX",
"url": "https://github.com/cosmos/cosmos-sdk/commit/c05850241e2d615721e3492d15fee4e1deec082b"
},
{
"type": "WEB",
"url": "https://github.com/cosmos/cosmos-sdk/releases/tag/v0.47.9"
},
{
"type": "WEB",
"url": "https://github.com/cosmos/cosmos-sdk/releases/tag/v0.50.4"
}
],
"credits": [
{
"name": "@dongsam and @sushiwushi"
}
],
"database_specific": {
"url": "https://pkg.go.dev/vuln/GO-2024-2572",
"review_status": "UNREVIEWED"
}
}

Просмотреть файл

@ -0,0 +1,17 @@
id: GO-2024-2572
modules:
- module: cosmossdk.io/x/auth
summary: Vesting account creation on blocked address in cosmossdk.io/x/auth
ghsas:
- GHSA-4j93-fm92-rp4m
credits:
- '@dongsam and @sushiwushi'
references:
- advisory: https://github.com/cosmos/cosmos-sdk/security/advisories/GHSA-4j93-fm92-rp4m
- fix: https://github.com/cosmos/cosmos-sdk/commit/c05850241e2d615721e3492d15fee4e1deec082b
- web: https://github.com/cosmos/cosmos-sdk/releases/tag/v0.47.9
- web: https://github.com/cosmos/cosmos-sdk/releases/tag/v0.50.4
source:
id: GHSA-4j93-fm92-rp4m
created: 2024-05-23T14:19:15.000264121Z
review_status: UNREVIEWED