data/reports: add GO-2024-2571

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

Fixes golang/vulndb#2571

Change-Id: Ifea7f503b427b2574b2629019f1338050e0e75f5
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/587535
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Zvonimir Pavlinovic <zpavlinovic@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Damien Neil <dneil@google.com>
diff --git a/data/osv/GO-2024-2571.json b/data/osv/GO-2024-2571.json
new file mode 100644
index 0000000..d0b4b1d
--- /dev/null
+++ b/data/osv/GO-2024-2571.json
@@ -0,0 +1,57 @@
+{
+  "schema_version": "1.3.1",
+  "id": "GO-2024-2571",
+  "modified": "0001-01-01T00:00:00Z",
+  "published": "0001-01-01T00:00:00Z",
+  "aliases": [
+    "GHSA-2557-x9mg-76w8"
+  ],
+  "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/advisories/GHSA-2557-x9mg-76w8"
+    },
+    {
+      "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-2571",
+    "review_status": "UNREVIEWED"
+  }
+}
\ No newline at end of file
diff --git a/data/reports/GO-2024-2571.yaml b/data/reports/GO-2024-2571.yaml
new file mode 100644
index 0000000..70b8379
--- /dev/null
+++ b/data/reports/GO-2024-2571.yaml
@@ -0,0 +1,17 @@
+id: GO-2024-2571
+modules:
+    - module: cosmossdk.io/x/auth
+summary: Vesting account creation on blocked address in cosmossdk.io/x/auth
+ghsas:
+    - GHSA-2557-x9mg-76w8
+credits:
+    - '@dongsam and @sushiwushi'
+references:
+    - advisory: https://github.com/advisories/GHSA-2557-x9mg-76w8
+    - 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-2557-x9mg-76w8
+    created: 2024-05-20T20:16:52.629560977Z
+review_status: UNREVIEWED