Go 1.24.4 and 1.23.10 bring important security fixes
Jun 5, 2025
The Go team has released versions 1.24.4 and 1.23.10, both addressing critical security issues:
- net/http: Sensitive proxy headers were not cleared on cross-origin redirects (CVE-2025–4673)
- os: Inconsistent handling of O_CREATE|O_EXCL with symlinks on Unix vs. Windows (CVE-2025–0913)
- crypto/x509: Using ExtKeyUsageAny unintentionally disabled policy validation (CVE-2025–22874)
If you’re maintaining Go-based applications, it’s highly recommended to upgrade.