nuclei-templates/http/vulnerabilities/jenkins/jenkins-script.yaml

44 lines
1.0 KiB
YAML
Raw Normal View History

2021-07-29 16:29:05 +00:00
id: jenkins-script
info:
name: Jenkins - Remote Code Execution
2023-06-12 05:27:03 +00:00
author: philippedelteil,DhiyaneshDK
2021-07-29 16:29:05 +00:00
severity: critical
2022-05-31 08:41:09 +00:00
description: |
Jenkins is susceptible to a remote code execution vulnerability due to accessible script functionality.
reference:
- https://hackerone.com/reports/403402
2023-06-12 05:27:03 +00:00
- 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
cwe-id: CWE-77
metadata:
max-request: 2
tags: devops,hackerone,jenkins,rce
http:
2021-07-29 16:29:05 +00:00
- method: GET
path:
- "{{BaseURL}}/script/"
2023-06-12 05:27:03 +00:00
- "{{BaseURL}}/jenkins/script"
2022-05-31 08:41:09 +00:00
2023-06-12 05:27:03 +00:00
stop-at-first-match: true
2021-07-29 16:29:05 +00:00
matchers-condition: and
matchers:
- type: word
2022-05-31 08:41:09 +00:00
part: body
2021-07-29 16:29:05 +00:00
words:
- "println(Jenkins.instance.pluginManager.plugins)"
- type: word
part: body
words:
- "Script Console"
2021-08-02 15:27:19 +00:00
- "Scriptconsole"
condition: or
2022-05-31 08:41:09 +00:00
2021-07-29 16:29:05 +00:00
- type: status
status:
- 200