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

Aliases: GHSA-f6jh-hvg2-9525

Fixes golang/vulndb#2469

Change-Id: I516d6a99ca0b29ed6226730653857e8b84ebb575
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/556375
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Tatiana Bradley <tatianabradley@google.com>
diff --git a/data/osv/GO-2024-2469.json b/data/osv/GO-2024-2469.json
new file mode 100644
index 0000000..2cc30c0
--- /dev/null
+++ b/data/osv/GO-2024-2469.json
@@ -0,0 +1,69 @@
+{
+  "schema_version": "1.3.1",
+  "id": "GO-2024-2469",
+  "modified": "0001-01-01T00:00:00Z",
+  "published": "0001-01-01T00:00:00Z",
+  "aliases": [
+    "GHSA-f6jh-hvg2-9525"
+  ],
+  "summary": "Kyberslash timing attack possible in github.com/kudelskisecurity/crystals-go",
+  "details": "Kyberslash timing attack possible in github.com/kudelskisecurity/crystals-go",
+  "affected": [
+    {
+      "package": {
+        "name": "github.com/kudelskisecurity/crystals-go",
+        "ecosystem": "Go"
+      },
+      "ranges": [
+        {
+          "type": "SEMVER",
+          "events": [
+            {
+              "introduced": "0"
+            },
+            {
+              "fixed": "0.0.0-20240116172146-2a6ca2d4e64d"
+            }
+          ]
+        }
+      ],
+      "ecosystem_specific": {
+        "imports": [
+          {
+            "path": "github.com/kudelskisecurity/crystals-go/crystals-kyber",
+            "symbols": [
+              "Kyber.Decaps",
+              "Kyber.Decrypt",
+              "Kyber.Encaps"
+            ]
+          }
+        ]
+      }
+    }
+  ],
+  "references": [
+    {
+      "type": "ADVISORY",
+      "url": "https://github.com/kudelskisecurity/crystals-go/security/advisories/GHSA-f6jh-hvg2-9525"
+    },
+    {
+      "type": "ARTICLE",
+      "url": "https://kyberslash.cr.yp.to/faq"
+    },
+    {
+      "type": "FIX",
+      "url": "https://github.com/kudelskisecurity/crystals-go/pull/20"
+    },
+    {
+      "type": "FIX",
+      "url": "https://github.com/kudelskisecurity/crystals-go/pull/21"
+    },
+    {
+      "type": "REPORT",
+      "url": "https://github.com/kudelskisecurity/crystals-go/issues/19"
+    }
+  ],
+  "database_specific": {
+    "url": "https://pkg.go.dev/vuln/GO-2024-2469"
+  }
+}
\ No newline at end of file
diff --git a/data/reports/GO-2024-2469.yaml b/data/reports/GO-2024-2469.yaml
new file mode 100644
index 0000000..9c9cd66
--- /dev/null
+++ b/data/reports/GO-2024-2469.yaml
@@ -0,0 +1,21 @@
+id: GO-2024-2469
+modules:
+    - module: github.com/kudelskisecurity/crystals-go
+      versions:
+        - fixed: 0.0.0-20240116172146-2a6ca2d4e64d
+      vulnerable_at: 0.0.0-20240110153620-c06ce985b2b8
+      packages:
+        - package: github.com/kudelskisecurity/crystals-go/crystals-kyber
+          symbols:
+            - Kyber.Decrypt
+            - Kyber.Encaps
+            - Kyber.Decaps
+summary: Kyberslash timing attack possible in github.com/kudelskisecurity/crystals-go
+ghsas:
+    - GHSA-f6jh-hvg2-9525
+references:
+    - advisory: https://github.com/kudelskisecurity/crystals-go/security/advisories/GHSA-f6jh-hvg2-9525
+    - article: https://kyberslash.cr.yp.to/faq
+    - fix: https://github.com/kudelskisecurity/crystals-go/pull/20
+    - fix: https://github.com/kudelskisecurity/crystals-go/pull/21
+    - report: https://github.com/kudelskisecurity/crystals-go/issues/19