{ "schema_version": "1.4.0", "id": "GHSA-q9qr-jwpw-3qvv", "modified": "2024-05-20T19:42:50Z", "published": "2022-12-28T00:30:23Z", "aliases": [ "CVE-2016-15005" ], "summary": "Golf may allow attacker to bypass CSRF protections due to weak PRNG", "details": "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.", "severity": [ { "type": "CVSS_V3", "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], "affected": [ { "package": { "ecosystem": "Go", "name": "github.com/dinever/golf" }, "ranges": [ { "type": "ECOSYSTEM", "events": [ { "introduced": "0" }, { "fixed": "0.3.0" } ] } ] } ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2016-15005" }, { "type": "WEB", "url": "https://github.com/dinever/golf/issues/20" }, { "type": "WEB", "url": "https://github.com/dinever/golf/pull/24" }, { "type": "WEB", "url": "https://github.com/dinever/golf/commit/3776f338be48b5bc5e8cf9faff7851fc52a3f1fe" }, { "type": "PACKAGE", "url": "https://github.com/dinever/golf" }, { "type": "WEB", "url": "https://github.com/dinever/golf/releases/tag/v0.3.0" }, { "type": "WEB", "url": "https://pkg.go.dev/vuln/GO-2020-0045" } ], "database_specific": { "cwe_ids": [ "CWE-332", "CWE-352" ], "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2022-12-30T19:45:18Z", "nvd_published_at": "2022-12-27T22:15:00Z" } }