Bugzilla – Bug 1219388
VUL-0: CVE-2024-23840: eksctl: goreleaser: goreleaser release --debug shows secrets
Last modified: 2024-02-10 11:42:28 UTC
GoReleaser builds Go binaries for several platforms, creates a GitHub release and then pushes a Homebrew formula to a tap repository. `goreleaser release --debug` log shows secret values used in the in the custom publisher. This vulnerability is fixed in 1.24.0. References: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2024-23840 https://github.com/goreleaser/goreleaser/commit/d5b6a533ca1dc3366983d5d31ee2d2b6232b83c0 https://github.com/goreleaser/goreleaser/security/advisories/GHSA-h3q2-8whx-c29h https://www.cve.org/CVERecord?id=CVE-2024-23840 https://bugzilla.redhat.com/show_bug.cgi?id=2262014
goreleaser seems to be embedded in openSUSE:Factory/eksctl
Sorry for the late reply. eksctl got several updates in the last couple of weeks. The latest 0.170.0 includes github.com/goreleaser/goreleaser v1.11.5 according to the go.mod. According to the Security advisory 1.23.0 is affected and 1.24.0 is safe. Not sure about 1.11.5...