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

Aliases: CVE-2024-28249, GHSA-j89h-qrvr-xc36

Fixes golang/vulndb#2656

Change-Id: I5a8807a33ed26d09096240a50db0d52ee15ff374
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/573675
Run-TryBot: Tim King <taking@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Damien Neil <dneil@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
diff --git a/data/osv/GO-2024-2656.json b/data/osv/GO-2024-2656.json
new file mode 100644
index 0000000..e299822
--- /dev/null
+++ b/data/osv/GO-2024-2656.json
@@ -0,0 +1,69 @@
+{
+  "schema_version": "1.3.1",
+  "id": "GO-2024-2656",
+  "modified": "0001-01-01T00:00:00Z",
+  "published": "0001-01-01T00:00:00Z",
+  "aliases": [
+    "CVE-2024-28249",
+    "GHSA-j89h-qrvr-xc36"
+  ],
+  "summary": "Unencrypted traffic between nodes in github.com/cilium/cilium",
+  "details": "In Cilium clusters with IPsec enabled and traffic matching Layer 7 policies, traffic that should be IPsec-encrypted between a node's Envoy proxy and pods on other nodes is sent unencrypted, and traffic that should be IPsec-encrypted between a node's DNS proxy and pods on other nodes is sent unencrypted.",
+  "affected": [
+    {
+      "package": {
+        "name": "github.com/cilium/cilium",
+        "ecosystem": "Go"
+      },
+      "ranges": [
+        {
+          "type": "SEMVER",
+          "events": [
+            {
+              "introduced": "0"
+            },
+            {
+              "fixed": "1.13.13"
+            },
+            {
+              "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-j89h-qrvr-xc36"
+    }
+  ],
+  "credits": [
+    {
+      "name": "@jschwinger233"
+    },
+    {
+      "name": "@julianwiedmann"
+    },
+    {
+      "name": "@giorio94"
+    },
+    {
+      "name": "@jrajahalme"
+    }
+  ],
+  "database_specific": {
+    "url": "https://pkg.go.dev/vuln/GO-2024-2656"
+  }
+}
\ No newline at end of file
diff --git a/data/reports/GO-2024-2656.yaml b/data/reports/GO-2024-2656.yaml
new file mode 100644
index 0000000..0be2e99
--- /dev/null
+++ b/data/reports/GO-2024-2656.yaml
@@ -0,0 +1,27 @@
+id: GO-2024-2656
+modules:
+    - module: github.com/cilium/cilium
+      versions:
+        - fixed: 1.13.13
+        - 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 IPsec enabled and traffic matching Layer 7 policies,
+    traffic that should be IPsec-encrypted between a node's Envoy proxy and pods on
+    other nodes is sent unencrypted, and traffic that should be IPsec-encrypted
+    between a node's DNS proxy and pods on other nodes is sent unencrypted.
+cves:
+    - CVE-2024-28249
+ghsas:
+    - GHSA-j89h-qrvr-xc36
+credits:
+    - '@jschwinger233'
+    - '@julianwiedmann'
+    - '@giorio94'
+    - '@jrajahalme'
+references:
+    - advisory: https://github.com/cilium/cilium/security/advisories/GHSA-j89h-qrvr-xc36