VulnerabilityModified
CVE-2016-15005
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.
HIGH 8.8EPSS 0.38%
Does this matter?
High impact if exploited, but EPSS currently rates exploitation as unlikely (0.38%). Schedule it in the normal patch cycle and watch for a rise in EPSS or a public exploit.
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.
- CVSS 3.1
- 8.8 HIGHCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
- EPSS
- 0.38% probability · 32th percentile
- CISA KEV
- Not listed
- Weakness
- CWE-352
- Affected
- golf project/golf
- Source
- security@golang.org
References
- https://github.com/dinever/golf/commit/3776f338be48b5bc5e8cf9faff7851fc52a3f1fePatch, Third Party Advisory
- https://github.com/dinever/golf/issues/20Issue Tracking, Third Party Advisory
- https://github.com/dinever/golf/pull/24Patch, Third Party Advisory
- https://pkg.go.dev/vuln/GO-2020-0045Third Party Advisory
- https://github.com/dinever/golf/commit/3776f338be48b5bc5e8cf9faff7851fc52a3f1fePatch, Third Party Advisory
- https://github.com/dinever/golf/issues/20Issue Tracking, Third Party Advisory
- https://github.com/dinever/golf/pull/24Patch, Third Party Advisory
- https://pkg.go.dev/vuln/GO-2020-0045Third Party Advisory
Source: NVD record, EPSS from FIRST.org, KEV from CISA. Refreshed daily.