2022-08-29 11:01:07 +00:00
|
|
|
id: aem-sling-userinfo
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Adobe AEM Sling User Info Servlet Exposure
|
|
|
|
author: DhiyaneshDk
|
|
|
|
severity: info
|
|
|
|
reference:
|
|
|
|
- https://raw.githubusercontent.com/danielmiessler/SecLists/master/Discovery/Web-Content/aem2.txt
|
|
|
|
metadata:
|
|
|
|
shodan-query:
|
|
|
|
- http.title:"AEM Sign In"
|
|
|
|
- http.component:"Adobe Experience Manager"
|
2022-08-30 06:00:49 +00:00
|
|
|
tags: misconfig,aem,adobe,exposure
|
2022-08-29 11:01:07 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/system/sling/info.sessionInfo.json"
|
|
|
|
- "{{BaseURL}}/system/sling/info.sessionInfo.txt"
|
|
|
|
|
|
|
|
stop-at-first-match: true
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
2022-08-30 06:00:49 +00:00
|
|
|
- 'userID:'
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
part: header
|
|
|
|
words:
|
|
|
|
- "text/plain"
|
2022-08-29 11:01:07 +00:00
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|