38 lines
1003 B
YAML
38 lines
1003 B
YAML
id: aem-cached-pages
|
|
|
|
info:
|
|
name: Invalidate / Flush Cached Pages on AEM
|
|
author: hetroublemakr
|
|
severity: low
|
|
description: Cached Pages on AEM can be Flushed.
|
|
reference:
|
|
- https://twitter.com/AEMSecurity/status/1244965623689609217
|
|
classification:
|
|
cpe: cpe:2.3:a:adobe:experience_manager:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
max-request: 1
|
|
vendor: adobe
|
|
product: experience_manager
|
|
shodan-query: http.component:"Adobe Experience Manager"
|
|
tags: aem,misconfig
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/dispatcher/invalidate.cache"
|
|
|
|
headers:
|
|
CQ-Handle: /content
|
|
CQ-Path: /content
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "<H1>OK</H1>"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 4b0a00483046022100e3f0b1a395af16573f6995e1b47eaba552758ecd5390591bfa9306d3020d2472022100a64c5267f13ed66fd166b62d020f3b328b97363982777935ca25371aa5a72d4c:922c64590222798bb761d5b6d8e72950 |