—
GO-2025-4013
Panic when validating certificates with DSA public keys in crypto/x509
Quick fix
GO-2025-4013 — stdlib: upgrade to the fixed version with the command below.
go get stdlib@v1.24.8 Details
Validating certificate chains which contain DSA public keys can cause programs to panic, due to a interface cast that assumes they implement the Equal method.
This affects programs which validate arbitrary certificate chains.
Are you affected?
Enter the version of the package you're using.