Skip to content

Commit 1efcd66

Browse files
committed
data/reports: review GO-2024-3245
- 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]>
1 parent 9f0fe4d commit 1efcd66

File tree

2 files changed

+19
-11
lines changed

2 files changed

+19
-11
lines changed

data/osv/GO-2024-3245.json

+9-5
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
"modified": "0001-01-01T00:00:00Z",
55
"published": "0001-01-01T00:00:00Z",
66
"aliases": [
7-
"CVE-2024-39720"
7+
"CVE-2024-39720",
8+
"GHSA-95j2-w8x7-hm88"
89
],
9-
"summary": "CVE-2024-39720 in github.com/ollama/ollama",
10-
"details": "CVE-2024-39720 in github.com/ollama/ollama",
10+
"summary": "Ollama Out-of-bounds Read in github.com/ollama/ollama",
11+
"details": "Ollama Out-of-bounds Read in github.com/ollama/ollama",
1112
"affected": [
1213
{
1314
"package": {
@@ -20,6 +21,9 @@
2021
"events": [
2122
{
2223
"introduced": "0"
24+
},
25+
{
26+
"fixed": "0.1.46"
2327
}
2428
]
2529
}
@@ -30,7 +34,7 @@
3034
"references": [
3135
{
3236
"type": "ADVISORY",
33-
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-39720"
37+
"url": "https://github.com/advisories/GHSA-95j2-w8x7-hm88"
3438
},
3539
{
3640
"type": "WEB",
@@ -43,6 +47,6 @@
4347
],
4448
"database_specific": {
4549
"url": "https://pkg.go.dev/vuln/GO-2024-3245",
46-
"review_status": "UNREVIEWED"
50+
"review_status": "REVIEWED"
4751
}
4852
}

data/reports/GO-2024-3245.yaml

+10-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
id: GO-2024-3245
22
modules:
33
- module: github.com/ollama/ollama
4-
vulnerable_at: 0.3.14
5-
summary: CVE-2024-39720 in github.com/ollama/ollama
4+
versions:
5+
- fixed: 0.1.46
6+
vulnerable_at: 0.1.45
7+
summary: Ollama Out-of-bounds Read in github.com/ollama/ollama
68
cves:
79
- CVE-2024-39720
10+
ghsas:
11+
- GHSA-95j2-w8x7-hm88
812
references:
9-
- advisory: https://nvd.nist.gov/vuln/detail/CVE-2024-39720
13+
- advisory: https://github.com/advisories/GHSA-95j2-w8x7-hm88
1014
- web: https://github.com/ollama/ollama/compare/v0.1.45...v0.1.46#diff-782c2737eecfa83b7cb46a77c8bdaf40023e7067baccd4f806ac5517b4563131L417
1115
- web: https://oligo.security/blog/more-models-more-probllms
1216
source:
13-
id: CVE-2024-39720
14-
created: 2024-11-01T20:33:22.581190569Z
15-
review_status: UNREVIEWED
17+
id: GHSA-95j2-w8x7-hm88
18+
created: 2024-12-11T15:53:56.33065-05:00
19+
review_status: REVIEWED

0 commit comments

Comments
 (0)