File tree 2 files changed +31
-10
lines changed
2 files changed +31
-10
lines changed Original file line number Diff line number Diff line change 28
28
]
29
29
}
30
30
],
31
- "ecosystem_specific" : {}
31
+ "ecosystem_specific" : {
32
+ "imports" : [
33
+ {
34
+ "path" : " github.com/ollama/ollama/cmd" ,
35
+ "symbols" : [
36
+ " tempZipFiles"
37
+ ]
38
+ },
39
+ {
40
+ "path" : " github.com/ollama/ollama/server" ,
41
+ "symbols" : [
42
+ " parseFromZipFile"
43
+ ]
44
+ }
45
+ ]
46
+ }
32
47
}
33
48
],
34
49
"references" : [
35
50
{
36
51
"type" : " ADVISORY" ,
37
52
"url" : " https://github.com/advisories/GHSA-846m-99qv-67mg"
38
53
},
39
- {
40
- "type" : " ADVISORY" ,
41
- "url" : " https://nvd.nist.gov/vuln/detail/CVE-2024-45436"
42
- },
43
54
{
44
55
"type" : " FIX" ,
45
56
"url" : " https://github.com/ollama/ollama/commit/123a722a6f541e300bc8e34297ac378ebe23f527"
55
66
],
56
67
"database_specific" : {
57
68
"url" : " https://pkg.go.dev/vuln/GO-2024-3104" ,
58
- "review_status" : " UNREVIEWED "
69
+ "review_status" : " REVIEWED "
59
70
}
60
71
}
Original file line number Diff line number Diff line change @@ -4,18 +4,28 @@ modules:
4
4
versions :
5
5
- fixed : 0.1.47
6
6
vulnerable_at : 0.1.46
7
- summary : Ollama can extract members of a ZIP archive outside of the parent directory in github.com/ollama/ollama
7
+ packages :
8
+ - package : github.com/ollama/ollama/cmd
9
+ symbols :
10
+ - tempZipFiles
11
+ - package : github.com/ollama/ollama/server
12
+ symbols :
13
+ - parseFromZipFile
14
+ summary : |-
15
+ Ollama can extract members of a ZIP archive outside of the parent directory in
16
+ github.com/ollama/ollama
8
17
cves :
9
18
- CVE-2024-45436
10
19
ghsas :
11
20
- GHSA-846m-99qv-67mg
12
21
references :
13
22
- advisory : https://github.com/advisories/GHSA-846m-99qv-67mg
14
- - advisory : https://nvd.nist.gov/vuln/detail/CVE-2024-45436
15
23
- fix : https://github.com/ollama/ollama/commit/123a722a6f541e300bc8e34297ac378ebe23f527
16
24
- fix : https://github.com/ollama/ollama/pull/5314
17
25
- web : https://github.com/ollama/ollama/compare/v0.1.46...v0.1.47
26
+ notes :
27
+ - I was not able to generate derived symbols due to a cgo error.
18
28
source :
19
29
id : GHSA-846m-99qv-67mg
20
- created : 2024-08-30T11:49:51.257019-04 :00
21
- review_status : NEEDS_REVIEW
30
+ created : 2024-12-12T13:00:47.375499-05 :00
31
+ review_status : REVIEWED
You can’t perform that action at this time.
0 commit comments