Advisories for Golang/Github.com/Sigstore/Sigstore package

2026

sigstore legacy TUF client allows for arbitrary file writes with target cache path traversal

The legacy TUF client pkg/tuf/client.go, which supports caching target files to disk, constructs a filesystem path by joining a cache base directory with a target name sourced from signed target metadata, but it does not validate that the resulting path stays within the cache base directory. Note that this should only affect clients that are directly using the TUF client in sigstore/sigstore or are using an older version of Cosign. …