2020-12-26 19:20:25 +00:00
|
|
|
id: aem-groovyconsole
|
|
|
|
|
|
|
|
info:
|
2022-04-25 14:35:07 +00:00
|
|
|
name: AEM Groovy Console Discovery
|
2021-06-09 12:20:56 +00:00
|
|
|
author: Dheerajmadhukar
|
2020-12-26 19:20:25 +00:00
|
|
|
severity: critical
|
2022-04-25 14:35:07 +00:00
|
|
|
description: An Adobe Experience Manager Groovy console was discovered. This can possibly lead to remote code execution.
|
2021-09-08 07:28:02 +00:00
|
|
|
reference:
|
|
|
|
- https://hackerone.com/reports/672243
|
|
|
|
- https://twitter.com/XHackerx007/status/1435139576314671105
|
2022-07-26 03:37:44 +00:00
|
|
|
metadata:
|
|
|
|
shodan-query: http.component:"Adobe Experience Manager"
|
2022-08-27 04:41:18 +00:00
|
|
|
tags: aem,adobe,hackerone
|
2020-12-28 14:39:15 +00:00
|
|
|
|
2020-12-26 19:20:25 +00:00
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/groovyconsole"
|
2021-09-08 07:28:02 +00:00
|
|
|
- "{{BaseURL}}/etc/groovyconsole.html"
|
2020-12-26 19:20:25 +00:00
|
|
|
headers:
|
|
|
|
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9
|
|
|
|
Accept-Language: en-US,en;q=0.9,hi;q=0.8
|
2020-12-28 14:39:15 +00:00
|
|
|
|
2021-09-08 07:28:02 +00:00
|
|
|
stop-at-first-match: true
|
2020-12-26 19:20:25 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "<title>Groovy Console</title>"
|
|
|
|
- "Run Script"
|
|
|
|
- "Groovy Web Console"
|
|
|
|
part: body
|
2020-12-28 14:39:15 +00:00
|
|
|
condition: and
|
2021-09-08 07:28:02 +00:00
|
|
|
|
2020-12-26 19:20:25 +00:00
|
|
|
- type: status
|
|
|
|
status:
|
2022-04-25 14:35:07 +00:00
|
|
|
- 200
|
|
|
|
|
|
|
|
# Enhanced by mp on 2022/04/22
|