CVE-2026-52740 PUBLISHED

GoCD is vulnerable to pipeline template view API authorization bypass

Assigner: GitHub_M
Reserved: 08.06.2026 Published: 21.09.2026 Updated: 21.09.2026

GoCD is a continuous deliver server. From 18.7.0 until 26.1.0, the Get Template Config API compares HTTP method names case-sensitively when selecting authorization filters. A lower-privileged authenticated user can send a request with nonstandard HTTP method capitalization to retrieve a pipeline template by name without the required view permission and read its configuration. API operations that modify data are not affected, secure variables remain encrypted, and deployments whose reverse proxy rejects non-uppercase HTTP methods are not affected. This issue is fixed in version 26.1.0.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N
CVSS Score: 5.3

Product Status

Vendor gocd
Product gocd
Versions
  • Version >= 18.7.0, < 26.1.0 is affected

References

Problem Types

  • CWE-863: Incorrect Authorization CWE