Security readout for executives and security teams
Plain-English summary
This CVE affects the Go web framework package github.com/dinever/golf. It generated CSRF tokens with a predictable random-number source. If an application uses the vulnerable CSRF feature, an attacker may be able to guess tokens and bypass a protection meant to stop forged authenticated actions.
Executive priority
Treat as high priority where the package protects authenticated workflows such as account, payment, or admin actions. If the dependency is unused or CSRF is implemented separately, urgency is lower but version verification is still needed.
Technical view
CSRF token generation used Go math/rand instead of a cryptographically secure generator. Predictable token values can undermine CSRF validation. The supplied CVSS 3.1 score is 8.8, with network attack vector, low complexity, no privileges required, user interaction required, and high confidentiality, integrity, and availability impact.
Likely exposure
Exposure is most likely in Go applications that depend on github.com/dinever/golf and use its CSRF protection. The source bundle lists affected version data as “0,” so teams should verify exact module revisions against the Go vulnerability record and upstream commit history.
Exploitation context
The bundle does not show CISA KEV listing or cite active exploitation. The attack depends on predictability of CSRF tokens and victim interaction. Successful abuse could allow forged authenticated requests in applications relying on the vulnerable CSRF implementation.
Researcher notes
The main uncertainty is version mapping: the provided affected version field is not enough to identify all vulnerable releases. Use the CVE record, Go advisory GO-2020-0045, issue 20, pull request 24, and commit 3776f338be48b5bc5e8cf9faff7851fc52a3f1fe for confirmation.
Mitigation direction
- Check the Go vulnerability record and upstream repository for the fixed revision.
- Update github.com/dinever/golf to a revision containing the upstream CSRF token fix.
- If no maintained release is available, assess replacing or vendoring the dependency.
- Review application CSRF handling for separate cryptographic token generation safeguards.
Validation and detection
- Inventory Go modules for github.com/dinever/golf usage.
- Confirm whether the application uses golf’s CSRF token functionality.
- Map deployed module revisions to the upstream fix commit and Go advisory.
- Test CSRF protections through authorized application security testing only.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
CVE-2016-15005 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- High
- CVSS
- 8.8 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
CNA and ADP enrichment extracted from CVE v5
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
CVSS vector scores
1 official scoreWe collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H2.85.9Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
8.8HighVector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Source materials
- CVE List V5 sourceCVE List V5
- https://github.com/dinever/golf/pull/24CVE reference
- https://github.com/dinever/golf/commit/3776f338be48b5bc5e8cf9faff7851fc52a3f1feCVE reference
- https://github.com/dinever/golf/issues/20CVE reference
- https://pkg.go.dev/vuln/GO-2020-0045CVE reference
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
