-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- data/reports/GO-2024-3245.yaml Fixes #3245 Change-Id: I6b7d7f76d53eeb07bd4016f0a60e35591458dd73 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/624515 LUCI-TryBot-Result: Go LUCI <[email protected]> Auto-Submit: Zvonimir Pavlinovic <[email protected]> Reviewed-by: Damien Neil <[email protected]>
- Loading branch information
1 parent
b31302a
commit 2d55521
Showing
2 changed files
with
63 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
{ | ||
"schema_version": "1.3.1", | ||
"id": "GO-2024-3245", | ||
"modified": "0001-01-01T00:00:00Z", | ||
"published": "0001-01-01T00:00:00Z", | ||
"aliases": [ | ||
"CVE-2024-39720" | ||
], | ||
"summary": "CVE-2024-39720 in github.com/ollama/ollama", | ||
"details": "CVE-2024-39720 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://nvd.nist.gov/vuln/detail/CVE-2024-39720" | ||
}, | ||
{ | ||
"type": "WEB", | ||
"url": "https://github.com/ollama/ollama/compare/v0.1.45...v0.1.46#diff-782c2737eecfa83b7cb46a77c8bdaf40023e7067baccd4f806ac5517b4563131L417" | ||
}, | ||
{ | ||
"type": "WEB", | ||
"url": "https://oligo.security/blog/more-models-more-probllms" | ||
} | ||
], | ||
"database_specific": { | ||
"url": "https://pkg.go.dev/vuln/GO-2024-3245", | ||
"review_status": "UNREVIEWED" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
id: GO-2024-3245 | ||
modules: | ||
- module: github.com/ollama/ollama | ||
vulnerable_at: 0.3.14 | ||
summary: CVE-2024-39720 in github.com/ollama/ollama | ||
cves: | ||
- CVE-2024-39720 | ||
references: | ||
- advisory: https://nvd.nist.gov/vuln/detail/CVE-2024-39720 | ||
- web: https://github.com/ollama/ollama/compare/v0.1.45...v0.1.46#diff-782c2737eecfa83b7cb46a77c8bdaf40023e7067baccd4f806ac5517b4563131L417 | ||
- web: https://oligo.security/blog/more-models-more-probllms | ||
source: | ||
id: CVE-2024-39720 | ||
created: 2024-11-01T20:33:22.581190569Z | ||
review_status: UNREVIEWED |