CVE-2022-39308

Source
https://nvd.nist.gov/vuln/detail/CVE-2022-39308
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2022-39308.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2022-39308
Aliases
  • GHSA-999p-fp84-jcpq
Published
2022-10-14T00:00:00Z
Modified
2025-11-19T11:10:49.770078Z
Severity
  • 6.5 (Medium) CVSS_V3 - CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:N CVSS Calculator
Summary
GoCD API authentication of user access tokens subject to timing attack during comparison
Details

GoCD is a continuous delivery server. GoCD helps you automate and streamline the build-test-release cycle for continuous delivery of your product. GoCD versions from 19.2.0 to 19.10.0 (inclusive) are subject to a timing attack in validation of access tokens due to use of regular string comparison for validation of the token rather than a constant time algorithm. This could allow a brute force attack on GoCD server API calls to observe timing differences in validations in order to guess an access token generated by a user for API access. This issue is fixed in GoCD version 19.11.0. As a workaround, users can apply rate limiting or insert random delays to API calls made to GoCD Server via a reverse proxy or other fronting web server. Another workaround, users may disallow use of access tokens by users by having an administrator revoke all access tokens through the "Access Token Management" admin function.

Database specific
{
    "cwe_ids": [
        "CWE-1254",
        "CWE-208"
    ]
}
References

Affected packages

Git / github.com/gocd/gocd

Affected ranges

Type
GIT
Repo
https://github.com/gocd/gocd
Events

Affected versions

19.*

19.10.0
19.2.0
19.3.0
19.4.0
19.5.0
19.6.0
19.7.0
19.8.0
19.9.0