CVE-2022-39308

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.
Configurations

Configuration 1 (hide)

cpe:2.3:a:thoughtworks:gocd:*:*:*:*:*:*:*:*

History

14 Jul 2023, 18:17

Type Values Removed Values Added
CWE CWE-203 CWE-697

18 Oct 2022, 19:44

Type Values Removed Values Added
CWE CWE-203
References (MISC) https://github.com/gocd/gocd/commit/236d4baf92e6607f2841c151c855adcc477238b8 - (MISC) https://github.com/gocd/gocd/commit/236d4baf92e6607f2841c151c855adcc477238b8 - Patch, Third Party Advisory
References (CONFIRM) https://github.com/gocd/gocd/security/advisories/GHSA-999p-fp84-jcpq - (CONFIRM) https://github.com/gocd/gocd/security/advisories/GHSA-999p-fp84-jcpq - Third Party Advisory
References (MISC) https://www.gocd.org/releases/#19-11-0 - (MISC) https://www.gocd.org/releases/#19-11-0 - Release Notes, Vendor Advisory
References (MISC) https://github.com/gocd/gocd/releases/tag/19.11.0 - (MISC) https://github.com/gocd/gocd/releases/tag/19.11.0 - Release Notes, Third Party Advisory
CPE cpe:2.3:a:thoughtworks:gocd:*:*:*:*:*:*:*:*
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 5.9
First Time Thoughtworks
Thoughtworks gocd

14 Oct 2022, 19:26

Type Values Removed Values Added
New CVE

Information

Published : 2022-10-14 19:15

Updated : 2023-12-10 14:35


NVD link : CVE-2022-39308

Mitre link : CVE-2022-39308

CVE.ORG link : CVE-2022-39308


JSON object : View

Products Affected

thoughtworks

  • gocd
CWE
CWE-697

Incorrect Comparison

CWE-1254

Incorrect Comparison Logic Granularity

CWE-208

Observable Timing Discrepancy