33 lines
808 B
YAML
33 lines
808 B
YAML
|
id: jolokia-logback-jndi-rce
|
||
|
|
||
|
info:
|
||
|
name: jolokia-logback-jndi-rce
|
||
|
author: SleepingBag945
|
||
|
severity: high
|
||
|
reference:
|
||
|
- https://thinkloveshare.com/hacking/ssrf_to_rce_with_jolokia_and_mbeans/
|
||
|
- https://github.com/laluka/jolokia-exploitation-toolkit
|
||
|
- https://github.com/LandGrey/SpringBootVulExploit#0x04jolokia-logback-jndi-rce
|
||
|
tags: jolokia,springboot,tomcat
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/jolokia/list"
|
||
|
- "{{BaseURL}}/actuator/jolokia/list"
|
||
|
|
||
|
stop-at-first-match: true
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- 'ch.qos.logback.classic.jmx.JMXConfigurator'
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- 'reloadByURL'
|