Skip to content

Commit

Permalink
data/reports: add GO-2024-3245
Browse files Browse the repository at this point in the history
  - 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
zpavlinovic authored and gopherbot committed Nov 1, 2024
1 parent b31302a commit 2d55521
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 0 deletions.
48 changes: 48 additions & 0 deletions data/osv/GO-2024-3245.json
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"
}
}
15 changes: 15 additions & 0 deletions data/reports/GO-2024-3245.yaml
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

0 comments on commit 2d55521

Please sign in to comment.