CVE Published: 27/12/2022 |
CVE Updated: 06/08/2024 |
CVE Year: 2016 Source: Go |
Vendor: github.com/dinever/golf |
Product: github.com/dinever/golf Status : PUBLISHED
CVE-2016-15005 Description
CSRF tokens are generated using math/rand, which is not a cryptographically secure random number generator, allowing an attacker to predict values and bypass CSRF protections with relatively few requests.