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

Aliases: CVE-2024-28250, GHSA-v6q2-4qr3-5cw6

Fixes golang/vulndb#2657

Change-Id: Ia3bd85f146f0ba26a49484d8e1866fe317d9676f
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/573695
Reviewed-by: Damien Neil <dneil@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Run-TryBot: Tim King <taking@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
diff --git a/data/osv/GO-2024-2657.json b/data/osv/GO-2024-2657.json
new file mode 100644
index 0000000..dcdc63a
--- /dev/null
+++ b/data/osv/GO-2024-2657.json
@@ -0,0 +1,63 @@
+{
+  "schema_version": "1.3.1",
+  "id": "GO-2024-2657",
+  "modified": "0001-01-01T00:00:00Z",
+  "published": "0001-01-01T00:00:00Z",
+  "aliases": [
+    "CVE-2024-28250",
+    "GHSA-v6q2-4qr3-5cw6"
+  ],
+  "summary": "Unencrypted traffic between nodes in github.com/cilium/cilium",
+  "details": "In Cilium clusters with WireGuard enabled and traffic matching Layer 7 policies: traffic that should be WireGuard-encrypted is sent unencrypted between a node's Envoy proxy and pods on other nodes, and traffic that should be WireGuard-encrypted is sent unencrypted between a node's DNS proxy and pods on other nodes.",
+  "affected": [
+    {
+      "package": {
+        "name": "github.com/cilium/cilium",
+        "ecosystem": "Go"
+      },
+      "ranges": [
+        {
+          "type": "SEMVER",
+          "events": [
+            {
+              "introduced": "1.14.0"
+            },
+            {
+              "fixed": "1.14.8"
+            },
+            {
+              "introduced": "1.15.0"
+            },
+            {
+              "fixed": "1.15.2"
+            }
+          ]
+        }
+      ],
+      "ecosystem_specific": {}
+    }
+  ],
+  "references": [
+    {
+      "type": "ADVISORY",
+      "url": "https://github.com/cilium/cilium/security/advisories/GHSA-v6q2-4qr3-5cw6"
+    }
+  ],
+  "credits": [
+    {
+      "name": "@brb"
+    },
+    {
+      "name": "@giorio94"
+    },
+    {
+      "name": "@gandro"
+    },
+    {
+      "name": "@jschwinger233"
+    }
+  ],
+  "database_specific": {
+    "url": "https://pkg.go.dev/vuln/GO-2024-2657"
+  }
+}
\ No newline at end of file
diff --git a/data/reports/GO-2024-2657.yaml b/data/reports/GO-2024-2657.yaml
new file mode 100644
index 0000000..0bf7cea
--- /dev/null
+++ b/data/reports/GO-2024-2657.yaml
@@ -0,0 +1,27 @@
+id: GO-2024-2657
+modules:
+    - module: github.com/cilium/cilium
+      versions:
+        - introduced: 1.14.0
+          fixed: 1.14.8
+        - introduced: 1.15.0
+          fixed: 1.15.2
+      vulnerable_at: 1.15.1
+summary: Unencrypted traffic between nodes in github.com/cilium/cilium
+description: |-
+    In Cilium clusters with WireGuard enabled and traffic matching Layer 7 policies:
+    traffic that should be WireGuard-encrypted is sent unencrypted between a node's
+    Envoy proxy and pods on other nodes, and traffic that should be
+    WireGuard-encrypted is sent unencrypted between a node's DNS proxy and pods on
+    other nodes.
+cves:
+    - CVE-2024-28250
+ghsas:
+    - GHSA-v6q2-4qr3-5cw6
+credits:
+    - '@brb'
+    - '@giorio94'
+    - '@gandro'
+    - '@jschwinger233'
+references:
+    - advisory: https://github.com/cilium/cilium/security/advisories/GHSA-v6q2-4qr3-5cw6