#VU64269 Integer overflow in Go programming language - CVE-2022-28327
Published: June 14, 2022 / Updated: July 20, 2022
Go programming language
Description
The vulnerability allows a remote attacker to perform a denial of service attack.
The vulnerability exists due to integer overflow in the Golang's library crypto/elliptic. A remote attacker can send a specially crafted scalar input longer than 32 bytes to cause P256().ScalarMult or P256().ScalarBaseMult to panic and perform a denial of service attack.