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.
References
Link | Resource |
---|---|
https://github.com/dinever/golf/commit/3776f338be48b5bc5e8cf9faff7851fc52a3f1fe | Patch Third Party Advisory |
https://github.com/dinever/golf/issues/20 | Issue Tracking Third Party Advisory |
https://github.com/dinever/golf/pull/24 | Patch Third Party Advisory |
https://pkg.go.dev/vuln/GO-2020-0045 | Third Party Advisory |
https://github.com/dinever/golf/commit/3776f338be48b5bc5e8cf9faff7851fc52a3f1fe | Patch Third Party Advisory |
https://github.com/dinever/golf/issues/20 | Issue Tracking Third Party Advisory |
https://github.com/dinever/golf/pull/24 | Patch Third Party Advisory |
https://pkg.go.dev/vuln/GO-2020-0045 | Third Party Advisory |
Configurations
History
21 Nov 2024, 02:45
Type | Values Removed | Values Added |
---|---|---|
References | () https://github.com/dinever/golf/commit/3776f338be48b5bc5e8cf9faff7851fc52a3f1fe - Patch, Third Party Advisory | |
References | () https://github.com/dinever/golf/issues/20 - Issue Tracking, Third Party Advisory | |
References | () https://github.com/dinever/golf/pull/24 - Patch, Third Party Advisory | |
References | () https://pkg.go.dev/vuln/GO-2020-0045 - Third Party Advisory |
Information
Published : 2022-12-27 22:15
Updated : 2024-11-21 02:45
NVD link : CVE-2016-15005
Mitre link : CVE-2016-15005
CVE.ORG link : CVE-2016-15005
JSON object : View
Products Affected
golf_project
- golf
CWE
CWE-352
Cross-Site Request Forgery (CSRF)