data/reports: add GO-2024-2819.yaml

Aliases: CVE-2024-32972, GHSA-4xc9-8hmq-j652

Fixes golang/vulndb#2819
Fixes golang/vulndb#2820

Change-Id: I6182f6ef7baa44c93281c13ce26dcb9668a19921
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/584157
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-2819.json b/data/osv/GO-2024-2819.json
new file mode 100644
index 0000000..93e5a22
--- /dev/null
+++ b/data/osv/GO-2024-2819.json
@@ -0,0 +1,48 @@
+{
+  "schema_version": "1.3.1",
+  "id": "GO-2024-2819",
+  "modified": "0001-01-01T00:00:00Z",
+  "published": "0001-01-01T00:00:00Z",
+  "aliases": [
+    "CVE-2024-32972",
+    "GHSA-4xc9-8hmq-j652"
+  ],
+  "summary": "Denial of Service in github.com/ethereum/go-ethereum",
+  "details": "A vulnerable node can be made to consume very large amounts of memory when handling specially crafted p2p messages sent from an attacker node. This can result in a denial of service as the node runs out of memory.",
+  "affected": [
+    {
+      "package": {
+        "name": "github.com/ethereum/go-ethereum",
+        "ecosystem": "Go"
+      },
+      "ranges": [
+        {
+          "type": "SEMVER",
+          "events": [
+            {
+              "introduced": "0"
+            },
+            {
+              "fixed": "1.13.15"
+            }
+          ]
+        }
+      ],
+      "ecosystem_specific": {}
+    }
+  ],
+  "references": [
+    {
+      "type": "ADVISORY",
+      "url": "https://github.com/advisories/GHSA-4xc9-8hmq-j652"
+    }
+  ],
+  "credits": [
+    {
+      "name": "DongHan Kim"
+    }
+  ],
+  "database_specific": {
+    "url": "https://pkg.go.dev/vuln/GO-2024-2819"
+  }
+}
\ No newline at end of file
diff --git a/data/reports/GO-2024-2819.yaml b/data/reports/GO-2024-2819.yaml
new file mode 100644
index 0000000..95032e8
--- /dev/null
+++ b/data/reports/GO-2024-2819.yaml
@@ -0,0 +1,22 @@
+id: GO-2024-2819
+modules:
+    - module: github.com/ethereum/go-ethereum
+      versions:
+        - fixed: 1.13.15
+      vulnerable_at: 1.13.14
+summary: Denial of Service in github.com/ethereum/go-ethereum
+description: |-
+    A vulnerable node can be made to consume very large amounts of memory when
+    handling specially crafted p2p messages sent from an attacker node. This can
+    result in a denial of service as the node runs out of memory.
+cves:
+    - CVE-2024-32972
+ghsas:
+    - GHSA-4xc9-8hmq-j652
+credits:
+    - DongHan Kim
+references:
+    - advisory: https://github.com/advisories/GHSA-4xc9-8hmq-j652
+source:
+    id: GHSA-4xc9-8hmq-j652
+    created: 2024-05-08T13:36:16.906049-07:00