44 lines
1.0 KiB
YAML
44 lines
1.0 KiB
YAML
id: jenkins-script
|
|
|
|
info:
|
|
name: Jenkins - Remote Code Execution
|
|
author: philippedelteil,DhiyaneshDK
|
|
severity: critical
|
|
description: |
|
|
Jenkins is susceptible to a remote code execution vulnerability due to accessible script functionality.
|
|
reference:
|
|
- https://hackerone.com/reports/403402
|
|
- https://medium.com/@gokulsspace/the-30000-bounty-affair-3f025ee6b834
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
|
|
cvss-score: 10.0
|
|
cwe-id: CWE-77
|
|
tags: devops,hackerone,jenkins,rce
|
|
metadata:
|
|
max-request: 1
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/script/"
|
|
- "{{BaseURL}}/jenkins/script"
|
|
|
|
stop-at-first-match: true
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "println(Jenkins.instance.pluginManager.plugins)"
|
|
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "Script Console"
|
|
- "Scriptconsole"
|
|
condition: or
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|