data/reports: add GO-2025-3824
- data/reports/GO-2025-3824.yaml
Fixes golang/vulndb#3824
Change-Id: I1b4044bd36f8ed331683ef84587d24104da5151f
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/691555
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Ethan Lee <ethanalee@google.com>
Reviewed-by: Neal Patel <nealpatel@google.com>
diff --git a/data/osv/GO-2025-3824.json b/data/osv/GO-2025-3824.json
new file mode 100644
index 0000000..7dd6e5c
--- /dev/null
+++ b/data/osv/GO-2025-3824.json
@@ -0,0 +1,49 @@
+{
+ "schema_version": "1.3.1",
+ "id": "GO-2025-3824",
+ "modified": "0001-01-01T00:00:00Z",
+ "published": "0001-01-01T00:00:00Z",
+ "aliases": [
+ "CVE-2025-51471",
+ "GHSA-x9hg-5q6g-q3jr"
+ ],
+ "summary": "Ollama vulnerable to Cross-Domain Token Exposure in github.com/ollama/ollama",
+ "details": "Ollama vulnerable to Cross-Domain Token Exposure in github.com/ollama/ollama",
+ "affected": [
+ {
+ "package": {
+ "name": "github.com/ollama/ollama",
+ "ecosystem": "Go"
+ },
+ "ranges": [
+ {
+ "type": "SEMVER",
+ "events": [
+ {
+ "introduced": "0"
+ }
+ ]
+ }
+ ],
+ "ecosystem_specific": {}
+ }
+ ],
+ "references": [
+ {
+ "type": "ADVISORY",
+ "url": "https://github.com/advisories/GHSA-x9hg-5q6g-q3jr"
+ },
+ {
+ "type": "FIX",
+ "url": "https://github.com/ollama/ollama/pull/10750"
+ },
+ {
+ "type": "WEB",
+ "url": "https://www.gecko.security/blog/cve-2025-51471"
+ }
+ ],
+ "database_specific": {
+ "url": "https://pkg.go.dev/vuln/GO-2025-3824",
+ "review_status": "REVIEWED"
+ }
+}
\ No newline at end of file
diff --git a/data/reports/GO-2025-3824.yaml b/data/reports/GO-2025-3824.yaml
new file mode 100644
index 0000000..19727db
--- /dev/null
+++ b/data/reports/GO-2025-3824.yaml
@@ -0,0 +1,19 @@
+id: GO-2025-3824
+modules:
+ - module: github.com/ollama/ollama
+ vulnerable_at: 0.9.6
+summary: Ollama vulnerable to Cross-Domain Token Exposure in github.com/ollama/ollama
+cves:
+ - CVE-2025-51471
+ghsas:
+ - GHSA-x9hg-5q6g-q3jr
+references:
+ - advisory: https://github.com/advisories/GHSA-x9hg-5q6g-q3jr
+ - fix: https://github.com/ollama/ollama/pull/10750
+ - web: https://www.gecko.security/blog/cve-2025-51471
+notes:
+ - No patched version specified.
+source:
+ id: GHSA-x9hg-5q6g-q3jr
+ created: 2025-07-29T19:52:53.151393256Z
+review_status: REVIEWED