GoogleCloudPlatform / GoogleCloudPlatform/cloud-sql-proxy
CVE-2028-33186: google.golang.org/grpc v1.79.1 authorization bypass
- Dominant language
- Go
- Stars
- 1.4k
- Forks
- 352
- Avg merge
- 14h 54m
- Merged PRs (30d)
- 5
Description
## Summary
Cloud SQL Proxy v2.21.2 bundles `google.golang.org/grpc` v1.79.1, which is affected by **CVE-2028-33186** (Critical): an authorization bypass via missing leading slash in `:path`. The fix is available in grpc v1.79.3.
## Impact
gRPC-Go has an authorization bypass via missing leading slash in `:path`. The worst case impact is "Attacker can abuse improper authorization."
## Requested Fix
Bump `google.golang.org/grpc` from v1.79.1 to v1.79.3 (or later) in the next release.
## References
- [CVE-2028-33186](https://nvd.nist.gov/vuln/detail/CVE-2028-33186)
- Detected via Aikido security scanner on the `gcr.io/cloud-sql-connectors/cloud-sql-proxy:2.21.2` container image
Contributor guide
Assessment
This issue has not been assessed yet.