2021-07-29 06:50:35 +00:00
|
|
|
id: jenkins-stack-trace
|
2020-12-26 17:48:55 +00:00
|
|
|
|
|
|
|
info:
|
|
|
|
name: Detect Jenkins in Debug Mode with Stack Traces Enabled
|
2021-06-09 12:20:56 +00:00
|
|
|
author: Dheerajmadhukar
|
2020-12-26 17:48:55 +00:00
|
|
|
severity: low
|
|
|
|
description: Module identified that the affected host is running an instance of Jenkins in debug mode, as a result stack traces are enabled.
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://hackerone.com/reports/221833
|
2022-08-27 04:41:18 +00:00
|
|
|
tags: jenkins,hackerone
|
2020-12-26 18:26:12 +00:00
|
|
|
|
2020-12-26 17:48:55 +00:00
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/adjuncts/3a890183/"
|
2020-12-26 18:26:12 +00:00
|
|
|
|
2020-12-26 17:48:55 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "java.lang.StringIndexOutOfBoundsException"
|
|
|
|
- "String index out of range"
|
|
|
|
part: body
|
2021-03-10 14:03:49 +00:00
|
|
|
condition: and
|
2021-09-08 12:17:19 +00:00
|
|
|
|
2020-12-26 17:48:55 +00:00
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 500
|