8.8
CVE-2016-15005
- EPSS 0.38%
- Veröffentlicht 27.12.2022 22:15:11
- Zuletzt bearbeitet 11.04.2025 17:15:33
- CVE-Watchlists
- Unerledigt
Cryptographically weak random number generation in github.com/dinever/golf
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.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Golf Project ≫ Golf SwPlatformgo Version < 0.3.0
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.38% | 0.298 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| NIST | 8.8 | 2.8 | 5.9 |
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
|
| CISA-ADP | 8.8 | 2.8 | 5.9 |
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
|
CWE-352 Cross-Site Request Forgery (CSRF)
The web application does not, or cannot, sufficiently verify whether a request was intentionally provided by the user who sent the request, which could have originated from an unauthorized actor.
https://github.com/dinever/golf/commit/3776f338be48b5bc5e8cf9faff7851fc52a3f1fe
https://github.com/dinever/golf/issues/20
https://github.com/dinever/golf/pull/24
https://pkg.go.dev/vuln/GO-2020-0045