Update jenkins-script.yaml
parent
ebab53c7be
commit
03993005fb
|
@ -4,7 +4,8 @@ info:
|
||||||
name: Jenkins - Remote Code Execution
|
name: Jenkins - Remote Code Execution
|
||||||
author: philippedelteil
|
author: philippedelteil
|
||||||
severity: critical
|
severity: critical
|
||||||
description: Jenkins is susceptible to a remote code execution vulnerability due to accessible script functionality.
|
description: |
|
||||||
|
Jenkins is susceptible to a remote code execution vulnerability due to accessible script functionality.
|
||||||
reference:
|
reference:
|
||||||
- https://hackerone.com/reports/403402
|
- https://hackerone.com/reports/403402
|
||||||
classification:
|
classification:
|
||||||
|
@ -18,14 +19,16 @@ requests:
|
||||||
- method: GET
|
- method: GET
|
||||||
path:
|
path:
|
||||||
- "{{BaseURL}}/script/"
|
- "{{BaseURL}}/script/"
|
||||||
|
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
|
part: body
|
||||||
words:
|
words:
|
||||||
- "println(Jenkins.instance.pluginManager.plugins)"
|
- "println(Jenkins.instance.pluginManager.plugins)"
|
||||||
- "Scriptconsole"
|
- "Scriptconsole"
|
||||||
condition: and
|
condition: and
|
||||||
part: body
|
|
||||||
- type: status
|
- type: status
|
||||||
status:
|
status:
|
||||||
- 200
|
- 200
|
||||||
|
|
Loading…
Reference in New Issue