22 lines
477 B
YAML
22 lines
477 B
YAML
|
id: jenkins-script
|
||
|
|
||
|
info:
|
||
|
name: Jenkins RCE due to accesible script functionality
|
||
|
author: philippedelteil
|
||
|
severity: critical
|
||
|
reference: https://hackerone.com/reports/403402
|
||
|
tags: jenkins,rce
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/script/"
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- "println(Jenkins.instance.pluginManager.plugins)"
|
||
|
part: body
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|