Download Latest Version v2.3.3 source code.zip (15.7 MB)
Email in envelope

Get an email when there's a new version of Crossplane Kubernetes

Home / v2.2.3
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-06-22 2.1 kB
v2.2.3 source code.tar.gz 2026-06-22 15.1 MB
v2.2.3 source code.zip 2026-06-22 15.8 MB
Totals: 3 Items   30.9 MB 0

v2.2.3 is a patch release scoped to fixing issues reported by users of Crossplane v2.2 and fixing security related issues in Crossplane and its dependencies.

🎉 Highlights

  • Fixed package signature verification TOCTOU (GHSA-wfqx-gjrf-g28r): A time-of-check-to-time-of-use flaw would let a malicious OCI registry serve a correctly signed image for verification and then an unsigned image for installation, because Crossplane resolved tag references separately for each step. Crossplane now resolves a tag to a digest once and uses that same digest for both signature verification and the image pull, so the content that is verified is exactly the content that is installed. This affected only users who enable package signature verification, install packages by tag, and pull from registries they don't control. Installing by digest would avoid this issue. Backported in [#7520], and reported independently by @bugbunny-research and @tonghuaroot.
  • Note this fix appears in crossplane for v2.2 and crossplane-runtime for v2.3 because the affected code was moved from crossplane to crossplane-runtime during the v2.3 milestone.
  • Dependency security updates: This release also bumps the Go toolchain to 1.25.11 (#7529), golang.org/x/net to v0.55.0 (#7438), and crossplane-runtime to v2.2.3 (#7540), picking up security fixes in those upstream dependencies.

What's Changed

Full Changelog: https://github.com/crossplane/crossplane/compare/v2.2.2...v2.2.3

Source: README.md, updated 2026-06-22