Skip to content

AEM MergeMetadataServlet

ID: aem-merge-metadata-servlet

Severity: info

Author: DhiyaneshDk

Tags: aem,misconfig

id: aem-merge-metadata-servlet
info:
name: AEM MergeMetadataServlet
author: DhiyaneshDk
severity: info
reference:
- https://speakerdeck.com/0ang3el/aem-hacker-approaching-adobe-experience-manager-webapps-in-bug-bounty-programs?slide=91
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}}/libs/dam/merge/metadata.html?path=/etc&.ico'
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- 'assetPaths'
condition: and
# digest: 490a00463044022055e1ff6147a2bd19ecff477767c6344d11cf559a93fca9771430d9dbc8c98a4902204ff257e29be8461a82007f009a07604edaa0866e531edcb9a6fc9675132de333: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-merge-metadata-servlet.yaml"

View on Github