Skip to content

Commit

Permalink
data/reports: add GO-2024-3339
Browse files Browse the repository at this point in the history
  - data/reports/GO-2024-3339.yaml

Updates #3339

Change-Id: If0974c6d20644470348c744d888f87ce32ba8042
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/636718
Reviewed-by: Damien Neil <dneil@google.com>
Auto-Submit: Tatiana Bradley <tatianabradley@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
  • Loading branch information
tatianab authored and gopherbot committed Dec 18, 2024
1 parent 70028ae commit b2e3648
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 0 deletions.
61 changes: 61 additions & 0 deletions data/osv/GO-2024-3339.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
{
"schema_version": "1.3.1",
"id": "GO-2024-3339",
"modified": "0001-01-01T00:00:00Z",
"published": "0001-01-01T00:00:00Z",
"aliases": [
"GHSA-8wcc-m6j2-qxvm"
],
"summary": "ASA-2024-0012, ASA-2024-0013: CosmosSDK: Transaction decoding may result in a stack overflow or resource exhaustion in github.com/cosmos/cosmos-sdk",
"details": "ASA-2024-0012, ASA-2024-0013: CosmosSDK: Transaction decoding may result in a stack overflow or resource exhaustion in github.com/cosmos/cosmos-sdk",
"affected": [
{
"package": {
"name": "github.com/cosmos/cosmos-sdk",
"ecosystem": "Go"
},
"ranges": [
{
"type": "SEMVER",
"events": [
{
"introduced": "0"
},
{
"fixed": "0.47.15"
},
{
"introduced": "0.50.0-alpha.0"
},
{
"fixed": "0.50.11"
}
]
}
],
"ecosystem_specific": {}
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cosmos/cosmos-sdk/security/advisories/GHSA-8wcc-m6j2-qxvm"
},
{
"type": "FIX",
"url": "https://github.com/cosmos/cosmos-sdk/commit/c6b1bdcd5628e3e425a3f02881d3c7db1d7af653"
},
{
"type": "WEB",
"url": "https://github.com/cosmos/cosmos-sdk/releases/tag/v0.47.15"
},
{
"type": "WEB",
"url": "https://github.com/cosmos/cosmos-sdk/releases/tag/v0.50.11"
}
],
"database_specific": {
"url": "https://pkg.go.dev/vuln/GO-2024-3339",
"review_status": "UNREVIEWED"
}
}
22 changes: 22 additions & 0 deletions data/reports/GO-2024-3339.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
id: GO-2024-3339
modules:
- module: github.com/cosmos/cosmos-sdk
versions:
- fixed: 0.47.15
- introduced: 0.50.0-alpha.0
- fixed: 0.50.11
vulnerable_at: 0.50.10
summary: |-
ASA-2024-0012, ASA-2024-0013: CosmosSDK: Transaction decoding may result in a
stack overflow or resource exhaustion in github.com/cosmos/cosmos-sdk
ghsas:
- GHSA-8wcc-m6j2-qxvm
references:
- advisory: https://github.com/cosmos/cosmos-sdk/security/advisories/GHSA-8wcc-m6j2-qxvm
- fix: https://github.com/cosmos/cosmos-sdk/commit/c6b1bdcd5628e3e425a3f02881d3c7db1d7af653
- web: https://github.com/cosmos/cosmos-sdk/releases/tag/v0.47.15
- web: https://github.com/cosmos/cosmos-sdk/releases/tag/v0.50.11
source:
id: GHSA-8wcc-m6j2-qxvm
created: 2024-12-17T08:21:26.241857-05:00
review_status: NEEDS_REVIEW

0 comments on commit b2e3648

Please sign in to comment.