Skip to content

GoCD before 24.1.0 has reflected XSS possible while server is restarting

Low
chadlwilson published GHSA-q882-q6mm-mgvh May 12, 2024

Package

gocd-server

Affected versions

>= 19.4.0, < 24.1.0

Patched versions

24.1.0

Description

Impact

GoCD versions from 19.4.0 to 23.5.0 (inclusive) are potentially vulnerable to a reflected XSS vulnerability on the loading page displayed while GoCD is starting, via abuse of a redirect_to query parameter with inadequate validation.

Attackers could theoretically abuse the query parameter to steal session tokens or other values from the user's browser. In practice exploiting this to perform privileged actions is likely impossible because:

  • the target user would need to be triggered to open an attacker-crafted link in the period where the server is starting up (but not completely started) requiring chaining with a separate denial-of-service vulnerability
  • GoCD server restarts invalidate earlier session tokens (i.e GoCD does not support persistent sessions), so a stolen session token from an earlier session would be unusable once the server has completed restart, and thus any executed XSS would be done within a logged-out context.

Patches

Fixed in GoCD 24.1.0.

Workarounds

None likely necessary.

It is technically possible in earlier GoCD versions to override the loading page with an earlier version which is not vulnerable, by starting GoCD with the Java system property override as either

  • -Dloading.page.resource.path=/loading_pages/default.loading.page.html (simpler early version of loading page without GoCD introduction) or
  • -Dloading.page.resource.path=/does_not_exist.html (to display a simple message with no interactivity)

References

For more information

If you have any questions or comments about this advisory:

Severity

Low
3.1
/ 10

CVSS base metrics

Attack vector
Network
Attack complexity
High
Privileges required
None
User interaction
Required
Scope
Unchanged
Confidentiality
None
Integrity
Low
Availability
None
CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N

CVE ID

CVE-2024-28866

Weaknesses

Credits