nuclei-templates/misconfiguration/aem/aem-groovyconsole.yaml

40 lines
1.1 KiB
YAML
Raw Normal View History

2020-12-26 19:20:25 +00:00
id: aem-groovyconsole
info:
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
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"
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:
- 200
# Enhanced by mp on 2022/04/22