2023-08-18 03:22:06 +00:00
|
|
|
id: jolokia-logback-jndi-rce
|
|
|
|
|
|
|
|
info:
|
2023-09-08 11:25:00 +00:00
|
|
|
name: Jolokia Logback JNDI - Remote Code Execution
|
2023-08-18 03:22:06 +00:00
|
|
|
author: SleepingBag945
|
|
|
|
severity: high
|
2024-01-02 15:45:12 +00:00
|
|
|
description: Jolokia Logback is vulnerable to RCE.
|
2023-08-18 03:22:06 +00:00
|
|
|
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
|
2023-09-08 11:25:00 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 2
|
|
|
|
tags: jolokia,springboot,tomcat,rce
|
2023-08-18 03:22:06 +00:00
|
|
|
|
|
|
|
http:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/jolokia/list"
|
|
|
|
- "{{BaseURL}}/actuator/jolokia/list"
|
|
|
|
|
|
|
|
stop-at-first-match: true
|
2023-10-14 11:27:55 +00:00
|
|
|
|
2023-08-18 03:22:06 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- 'ch.qos.logback.classic.jmx.JMXConfigurator'
|
2023-09-08 11:25:00 +00:00
|
|
|
- 'reloadByURL'
|
|
|
|
condition: and
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
2023-10-14 11:27:55 +00:00
|
|
|
- 200
|
2024-01-15 11:49:24 +00:00
|
|
|
# digest: 4a0a0047304502201b65a729a7254acffb139152af6b7cc3691b9f0b054c909da6ba5267b1988b16022100ce57f1a607c1730bf707585c2f72336fa95cacc093806bef84eb8fe15c6b11a8:922c64590222798bb761d5b6d8e72950
|