{"id":"CVE-2024-23840","aliases":["GHSA-h3q2-8whx-c29h","GO-2024-2482"],"url":"https://o3.security/vulnerability/CVE-2024-23840","summary":"`goreleaser release --debug` shows secrets","details":"### Summary\nHello 👋 \n\n`goreleaser release --debug` log shows secret values used in the in the custom publisher.\n\n\nHow to reproduce the issue:\n\n- Define a custom publisher as the one below. Make sure to provide a custom script to the `cmd` field and to provide a secret to `env` \n\n```\n#.goreleaser.yml \npublishers:\n  - name: my-publisher\n  # IDs of the artifacts we want to sign\n    ids:\n      - linux_archives\n      - linux_package\n    cmd: \"./build/package/linux_notarize.sh\"\n    env:\n      - VERSION={{ .Version }}\n      - SECRET_1={{.Env.SECRET_1}}\n      - SECRET_2={{.Env.SECRET_2}}\n```\n\n- run `goreleaser release --debug`\n\nYou should see your secret value in the gorelease log. The log shows also the `GITHUB_TOKEN`\n\nExample:\n\n```\nrunning                                        cmd= ....\nSECRET_1=secret_value\n```\n","published":"2024-01-30T16:39:09.284Z","modified":"2026-08-12T03:51:36.538096222Z","cvss":{"score":5.5,"severity":"MEDIUM","vector":"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N"},"epss":null,"cisaKev":null,"exploitsKnown":1,"affectedPackages":[{"ecosystem":"Go","name":"github.com/goreleaser/goreleaser","fixedVersion":"1.24.0"}],"fix":{"url":"https://github.com/goreleaser/goreleaser/commit/d5b6a533ca1dc3366983d5d31ee2d2b6232b83c0","label":"goreleaser/goreleaser@d5b6a53"},"references":[{"type":"ADVISORY","url":"https://github.com/CVEProject/cvelistV5/tree/main/cves/2024/23xxx/CVE-2024-23840.json"},{"type":"ADVISORY","url":"https://github.com/goreleaser/goreleaser/security/advisories/GHSA-h3q2-8whx-c29h"},{"type":"ADVISORY","url":"https://nvd.nist.gov/vuln/detail/CVE-2024-23840"},{"type":"FIX","url":"https://github.com/goreleaser/goreleaser/commit/d5b6a533ca1dc3366983d5d31ee2d2b6232b83c0"},{"type":"PACKAGE","url":"https://github.com/goreleaser/goreleaser"}],"provenance":{"sources":["OSV.dev","FIRST.org (EPSS)"],"lastVerified":"2026-08-12T03:51:36.538096222Z"}}