nuclei-templates/http/vulnerabilities/spring/jolokia-logback-jndi-rce.yaml

33 lines
808 B
YAML
Raw Normal View History

2023-08-18 03:22:06 +00:00
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'