Skip to content

Commit

Permalink
data/reports: review GO-2024-3245
Browse files Browse the repository at this point in the history
  - data/reports/GO-2024-3245.yaml

Fixes #3245

Change-Id: I17be25461d53c0b797718d482816a704f5854845
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/635418
Reviewed-by: Zvonimir Pavlinovic <[email protected]>
LUCI-TryBot-Result: Go LUCI <[email protected]>
  • Loading branch information
tatianab committed Dec 12, 2024
1 parent 9f0fe4d commit 1efcd66
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 11 deletions.
14 changes: 9 additions & 5 deletions data/osv/GO-2024-3245.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
"modified": "0001-01-01T00:00:00Z",
"published": "0001-01-01T00:00:00Z",
"aliases": [
"CVE-2024-39720"
"CVE-2024-39720",
"GHSA-95j2-w8x7-hm88"
],
"summary": "CVE-2024-39720 in github.com/ollama/ollama",
"details": "CVE-2024-39720 in github.com/ollama/ollama",
"summary": "Ollama Out-of-bounds Read in github.com/ollama/ollama",
"details": "Ollama Out-of-bounds Read in github.com/ollama/ollama",
"affected": [
{
"package": {
Expand All @@ -20,6 +21,9 @@
"events": [
{
"introduced": "0"
},
{
"fixed": "0.1.46"
}
]
}
Expand All @@ -30,7 +34,7 @@
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-39720"
"url": "https://github.com/advisories/GHSA-95j2-w8x7-hm88"
},
{
"type": "WEB",
Expand All @@ -43,6 +47,6 @@
],
"database_specific": {
"url": "https://pkg.go.dev/vuln/GO-2024-3245",
"review_status": "UNREVIEWED"
"review_status": "REVIEWED"
}
}
16 changes: 10 additions & 6 deletions data/reports/GO-2024-3245.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
id: GO-2024-3245
modules:
- module: github.com/ollama/ollama
vulnerable_at: 0.3.14
summary: CVE-2024-39720 in github.com/ollama/ollama
versions:
- fixed: 0.1.46
vulnerable_at: 0.1.45
summary: Ollama Out-of-bounds Read in github.com/ollama/ollama
cves:
- CVE-2024-39720
ghsas:
- GHSA-95j2-w8x7-hm88
references:
- advisory: https://nvd.nist.gov/vuln/detail/CVE-2024-39720
- advisory: https://github.com/advisories/GHSA-95j2-w8x7-hm88
- 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
id: GHSA-95j2-w8x7-hm88
created: 2024-12-11T15:53:56.33065-05:00
review_status: REVIEWED

0 comments on commit 1efcd66

Please sign in to comment.