35 lines
1.0 KiB
YAML
35 lines
1.0 KiB
YAML
id: aem-userinfo-servlet
|
|
|
|
info:
|
|
name: AEM UserInfo Servlet Credentials Exposure
|
|
author: DhiyaneshDk
|
|
severity: info
|
|
description: "Adobe Experience Manager UserInfoServlet is exposed which allows an attacker to bruteforce credentials. You can get valid usernames from jcr:createdBy, jcr:lastModifiedBy, cq:LastModifiedBy attributes of any JCR node."
|
|
metadata:
|
|
max-request: 1
|
|
shodan-query: http.component:"Adobe Experience Manager"
|
|
tags: aem,misconfig
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/libs/cq/security/userinfo.json'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '"userID":'
|
|
- '"userName":'
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- 'application/json'
|
|
# digest: 4b0a00483046022100cafd612968a71e2c99dc57d80e19456e1651f3661fb078df3ffbf5c1e3527aa90221009d782891fce13e73a531815ef5c121a3afa614c8a49be98820317d8f01ff0adb:922c64590222798bb761d5b6d8e72950 |