Skip to content

AEM Dump Content Node Properties

ID: aem-dump-contentnode

Severity: medium

Author: DhiyaneshDK

Tags: misconfig,aem,adobe

Node Properties are exposed in AEM Dump.

id: aem-dump-contentnode
info:
name: AEM Dump Content Node Properties
author: DhiyaneshDK
severity: medium
description: Node Properties are exposed in AEM Dump.
reference:
- https://www.slideshare.net/0ang3el/hacking-aem-sites
classification:
cpe: cpe:2.3:a:adobe:experience_manager_cloud_service:*:*:*:*:*:*:*:*
metadata:
max-request: 2
vendor: adobe
product: experience_manager_cloud_service
shodan-query:
- http.title:"AEM Sign In"
- http.component:"Adobe Experience Manager"
tags: misconfig,aem,adobe
http:
- method: GET
path:
- "{{BaseURL}}/content.infinity.json"
- "{{BaseURL}}/{{path}}"
iterate-all: true
extractors:
- type: json
part: body
name: path
json:
- '.[]'
internal: true
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- '"rep:privileges":['
- type: word
part: header
words:
- application/json
- type: status
status:
- 200
# digest: 4a0a004730450221009ef3c98dbb6418904d703efeb899a73647492efc5417d5a50d15039339439fec02207614a3eb62d548fdbf5a0f0ccc969a5bd3f4ef861e242d618e4b4ac4d86e53b9: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-dump-contentnode.yaml"

View on Github