Advisories for Golang/Github.com/Crossplane/Crossplane/V2 package

2026

Crossplane: Signature verification TOCTOU allows installing unverified package content via mutable tag

Crossplane allows package signature verification to be configured via the ImageConfig mechanism. When enabled, the package manager uses cosign to verify that packages are correctly signed before pulling and installing them. When a package is installed using a tag reference (e.g., a semantic version), a malicious OCI registry could serve a correctly signed image for verification, then subsequently serve an unsigned image for installation. This is possible because Crossplane resolves …