-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 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]>
- Loading branch information
1 parent
e5e5fe1
commit 3a021f5
Showing
2 changed files
with
119 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,94 @@ | ||
{ | ||
"schema_version": "1.3.1", | ||
"id": "GO-2024-2979", | ||
"modified": "0001-01-01T00:00:00Z", | ||
"published": "0001-01-01T00:00:00Z", | ||
"aliases": [ | ||
"CVE-2024-39897", | ||
"GHSA-55r9-5mx9-qq7r" | ||
], | ||
"summary": "Cache driver GetBlob() allows read access to any blob without access control check in zotregistry.dev/zot", | ||
"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.", | ||
"affected": [ | ||
{ | ||
"package": { | ||
"name": "zotregistry.dev/zot", | ||
"ecosystem": "Go" | ||
}, | ||
"ranges": [ | ||
{ | ||
"type": "SEMVER", | ||
"events": [ | ||
{ | ||
"introduced": "0" | ||
} | ||
] | ||
} | ||
], | ||
"ecosystem_specific": { | ||
"custom_ranges": [ | ||
{ | ||
"type": "ECOSYSTEM", | ||
"events": [ | ||
{ | ||
"introduced": "0" | ||
}, | ||
{ | ||
"fixed": "2.1.0" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"package": { | ||
"name": "zotregistry.io/zot", | ||
"ecosystem": "Go" | ||
}, | ||
"ranges": [ | ||
{ | ||
"type": "SEMVER", | ||
"events": [ | ||
{ | ||
"introduced": "0" | ||
} | ||
] | ||
} | ||
], | ||
"ecosystem_specific": { | ||
"custom_ranges": [ | ||
{ | ||
"type": "ECOSYSTEM", | ||
"events": [ | ||
{ | ||
"introduced": "0" | ||
}, | ||
{ | ||
"fixed": "2.1.0" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
} | ||
], | ||
"references": [ | ||
{ | ||
"type": "ADVISORY", | ||
"url": "https://github.com/project-zot/zot/security/advisories/GHSA-55r9-5mx9-qq7r" | ||
}, | ||
{ | ||
"type": "ADVISORY", | ||
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-39897" | ||
}, | ||
{ | ||
"type": "WEB", | ||
"url": "https://github.com/project-zot/zot/commit/aaee0220e46bdadd12115ac67c19f9d3153eb1df" | ||
} | ||
], | ||
"database_specific": { | ||
"url": "https://pkg.go.dev/vuln/GO-2024-2979", | ||
"review_status": "UNREVIEWED" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
id: GO-2024-2979 | ||
modules: | ||
- module: zotregistry.dev/zot | ||
non_go_versions: | ||
- fixed: 2.1.0 | ||
vulnerable_at: 1.4.3 | ||
- module: zotregistry.io/zot | ||
non_go_versions: | ||
- fixed: 2.1.0 | ||
vulnerable_at: 1.4.3 | ||
summary: |- | ||
Cache driver GetBlob() allows read access to any blob without access control | ||
check in zotregistry.dev/zot | ||
cves: | ||
- CVE-2024-39897 | ||
ghsas: | ||
- GHSA-55r9-5mx9-qq7r | ||
references: | ||
- advisory: https://github.com/project-zot/zot/security/advisories/GHSA-55r9-5mx9-qq7r | ||
- advisory: https://nvd.nist.gov/vuln/detail/CVE-2024-39897 | ||
- web: https://github.com/project-zot/zot/commit/aaee0220e46bdadd12115ac67c19f9d3153eb1df | ||
source: | ||
id: GHSA-55r9-5mx9-qq7r | ||
created: 2024-07-10T14:10:22.351360194Z | ||
review_status: UNREVIEWED |