Skip to content

Invalidate / Flush Cached Pages on AEM

ID: aem-cached-pages

Severity: low

Author: hetroublemakr

Tags: aem,misconfig

Cached Pages on AEM can be Flushed.

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: 490a0046304402204e0cbd831afbebcda5232535849dea2e39ea0697711d5cb75022174225c1446c0220256381d3db7bc371fff21182f097b8123d49e3bd002c6445e18e705b30989957:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/misconfiguration/aem/aem-cached-pages.yaml"

View on Github