Skip to content

Commit 3a021f5

Browse files
committed
data/reports: add GO-2024-2979
- data/reports/GO-2024-2979.yaml Fixes #2979 Change-Id: I58f0a0973004be2bf7869e8b6f36a70435e170b0 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/597495 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Damien Neil <[email protected]>
1 parent e5e5fe1 commit 3a021f5

File tree

2 files changed

+119
-0
lines changed

2 files changed

+119
-0
lines changed

data/osv/GO-2024-2979.json

Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
{
2+
"schema_version": "1.3.1",
3+
"id": "GO-2024-2979",
4+
"modified": "0001-01-01T00:00:00Z",
5+
"published": "0001-01-01T00:00:00Z",
6+
"aliases": [
7+
"CVE-2024-39897",
8+
"GHSA-55r9-5mx9-qq7r"
9+
],
10+
"summary": "Cache driver GetBlob() allows read access to any blob without access control check in zotregistry.dev/zot",
11+
"details": "Cache driver GetBlob() allows read access to any blob without access control check in zotregistry.dev/zot.\n\nNOTE: The source advisory for this report contains additional versions that could not be automatically mapped to standard Go module versions.\n\n(If this is causing false-positive reports from vulnerability scanners, please suggest an edit to the report.)\n\nThe additional affected modules and versions are: zotregistry.dev/zot before v2.1.0.; zotregistry.io/zot before v2.1.0.",
12+
"affected": [
13+
{
14+
"package": {
15+
"name": "zotregistry.dev/zot",
16+
"ecosystem": "Go"
17+
},
18+
"ranges": [
19+
{
20+
"type": "SEMVER",
21+
"events": [
22+
{
23+
"introduced": "0"
24+
}
25+
]
26+
}
27+
],
28+
"ecosystem_specific": {
29+
"custom_ranges": [
30+
{
31+
"type": "ECOSYSTEM",
32+
"events": [
33+
{
34+
"introduced": "0"
35+
},
36+
{
37+
"fixed": "2.1.0"
38+
}
39+
]
40+
}
41+
]
42+
}
43+
},
44+
{
45+
"package": {
46+
"name": "zotregistry.io/zot",
47+
"ecosystem": "Go"
48+
},
49+
"ranges": [
50+
{
51+
"type": "SEMVER",
52+
"events": [
53+
{
54+
"introduced": "0"
55+
}
56+
]
57+
}
58+
],
59+
"ecosystem_specific": {
60+
"custom_ranges": [
61+
{
62+
"type": "ECOSYSTEM",
63+
"events": [
64+
{
65+
"introduced": "0"
66+
},
67+
{
68+
"fixed": "2.1.0"
69+
}
70+
]
71+
}
72+
]
73+
}
74+
}
75+
],
76+
"references": [
77+
{
78+
"type": "ADVISORY",
79+
"url": "https://github.com/project-zot/zot/security/advisories/GHSA-55r9-5mx9-qq7r"
80+
},
81+
{
82+
"type": "ADVISORY",
83+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-39897"
84+
},
85+
{
86+
"type": "WEB",
87+
"url": "https://github.com/project-zot/zot/commit/aaee0220e46bdadd12115ac67c19f9d3153eb1df"
88+
}
89+
],
90+
"database_specific": {
91+
"url": "https://pkg.go.dev/vuln/GO-2024-2979",
92+
"review_status": "UNREVIEWED"
93+
}
94+
}

data/reports/GO-2024-2979.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
id: GO-2024-2979
2+
modules:
3+
- module: zotregistry.dev/zot
4+
non_go_versions:
5+
- fixed: 2.1.0
6+
vulnerable_at: 1.4.3
7+
- module: zotregistry.io/zot
8+
non_go_versions:
9+
- fixed: 2.1.0
10+
vulnerable_at: 1.4.3
11+
summary: |-
12+
Cache driver GetBlob() allows read access to any blob without access control
13+
check in zotregistry.dev/zot
14+
cves:
15+
- CVE-2024-39897
16+
ghsas:
17+
- GHSA-55r9-5mx9-qq7r
18+
references:
19+
- advisory: https://github.com/project-zot/zot/security/advisories/GHSA-55r9-5mx9-qq7r
20+
- advisory: https://nvd.nist.gov/vuln/detail/CVE-2024-39897
21+
- web: https://github.com/project-zot/zot/commit/aaee0220e46bdadd12115ac67c19f9d3153eb1df
22+
source:
23+
id: GHSA-55r9-5mx9-qq7r
24+
created: 2024-07-10T14:10:22.351360194Z
25+
review_status: UNREVIEWED

0 commit comments

Comments
 (0)