Summary
The latest release v2.22.0 (and current main, which is at the v2.22.0 release commit) pins versions of golang.org/x/crypto and golang.org/x/net that have known security advisories. Because these are compiled into the published binary, downstream users pulling gcr.io/cloud-sql-connectors/cloud-sql-proxy:2.22.0 / :2.22.0-alpine inherit the findings, and there is no released image that resolves them yet. Requesting a dependency bump + patch release.
Affected dependencies (from go.mod @ v2.22.0)
| Dependency |
Pinned |
Fixed in |
Example advisory |
golang.org/x/crypto |
v0.51.0 |
v0.52.0 |
CVE-2026-46595 (authorization bypass; 13 advisories total) |
golang.org/x/net |
v0.54.0 |
v0.55.0 |
CVE-2026-39821 (DoS) |
Both are // indirect, but they end up in the published binary, so dependency/binary scanners (govulncheck, Trivy, Aikido, etc.) flag the released images as Critical.
Request
- Bump
golang.org/x/crypto to >= v0.52.0 and golang.org/x/net to >= v0.55.0
- Cut a release so the published
gcr.io/cloud-sql-connectors/cloud-sql-proxy images pick up the fixes
Notes / related
Environment
- cloud-sql-proxy
v2.22.0 (alpine variant), image gcr.io/cloud-sql-connectors/cloud-sql-proxy:2.22.0-alpine, deployed as a Cloud SQL Auth Proxy sidecar.
Summary
The latest release
v2.22.0(and currentmain, which is at the v2.22.0 release commit) pins versions ofgolang.org/x/cryptoandgolang.org/x/netthat have known security advisories. Because these are compiled into the published binary, downstream users pullinggcr.io/cloud-sql-connectors/cloud-sql-proxy:2.22.0/:2.22.0-alpineinherit the findings, and there is no released image that resolves them yet. Requesting a dependency bump + patch release.Affected dependencies (from
go.mod@v2.22.0)golang.org/x/cryptov0.51.0v0.52.0golang.org/x/netv0.54.0v0.55.0Both are
// indirect, but they end up in the published binary, so dependency/binary scanners (govulncheck, Trivy, Aikido, etc.) flag the released images as Critical.Request
golang.org/x/cryptoto >=v0.52.0andgolang.org/x/netto >=v0.55.0gcr.io/cloud-sql-connectors/cloud-sql-proxyimages pick up the fixesNotes / related
mainhas not been bumped post-v2.22.0, so these aren't yet addressed even at HEAD.aws-sdk-gov1).Environment
v2.22.0(alpine variant), imagegcr.io/cloud-sql-connectors/cloud-sql-proxy:2.22.0-alpine, deployed as a Cloud SQL Auth Proxy sidecar.