Skip to content

Commit ec8e9cf

Browse files
tatianabgopherbot
authored andcommitted
data/reports: review GO-2024-3104
- data/reports/GO-2024-3104.yaml Fixes #3104 Change-Id: If5833ed05bfdf2e9a26f62b20979ba9c4d730be2 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/635699 Reviewed-by: Zvonimir Pavlinovic <[email protected]> Auto-Submit: Tatiana Bradley <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
1 parent dee8c78 commit ec8e9cf

File tree

2 files changed

+31
-10
lines changed

2 files changed

+31
-10
lines changed

data/osv/GO-2024-3104.json

+17-6
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,29 @@
2828
]
2929
}
3030
],
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+
}
3247
}
3348
],
3449
"references": [
3550
{
3651
"type": "ADVISORY",
3752
"url": "https://github.com/advisories/GHSA-846m-99qv-67mg"
3853
},
39-
{
40-
"type": "ADVISORY",
41-
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45436"
42-
},
4354
{
4455
"type": "FIX",
4556
"url": "https://github.com/ollama/ollama/commit/123a722a6f541e300bc8e34297ac378ebe23f527"
@@ -55,6 +66,6 @@
5566
],
5667
"database_specific": {
5768
"url": "https://pkg.go.dev/vuln/GO-2024-3104",
58-
"review_status": "UNREVIEWED"
69+
"review_status": "REVIEWED"
5970
}
6071
}

data/reports/GO-2024-3104.yaml

+14-4
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,28 @@ modules:
44
versions:
55
- fixed: 0.1.47
66
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
817
cves:
918
- CVE-2024-45436
1019
ghsas:
1120
- GHSA-846m-99qv-67mg
1221
references:
1322
- advisory: https://github.com/advisories/GHSA-846m-99qv-67mg
14-
- advisory: https://nvd.nist.gov/vuln/detail/CVE-2024-45436
1523
- fix: https://github.com/ollama/ollama/commit/123a722a6f541e300bc8e34297ac378ebe23f527
1624
- fix: https://github.com/ollama/ollama/pull/5314
1725
- 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.
1828
source:
1929
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

0 commit comments

Comments
 (0)