Skip to content

Adobe Experience Manager Login Panel

ID: adobe-experience-manager-login

Severity: info

Author: dhiyaneshDK

Tags: panel,aem,adobe

An Adobe Experience Manager login panel was detected.

id: adobe-experience-manager-login
info:
name: Adobe Experience Manager Login Panel
author: dhiyaneshDK
severity: info
description: An Adobe Experience Manager login panel was detected.
reference:
- https://business.adobe.com/products/experience-manager/adobe-experience-manager.html
classification:
cwe-id: CWE-200
cpe: cpe:2.3:a:adobe:experience_manager:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: adobe
product: experience_manager
shodan-query:
- http.title:"AEM Sign In"
- http.component:"adobe experience manager"
- http.title:"aem sign in"
- cpe:"cpe:2.3:a:adobe:experience_manager"
fofa-query: title="aem sign in"
google-query: intitle:"aem sign in"
tags: panel,aem,adobe
http:
- method: GET
path:
- '{{BaseURL}}/libs/granite/core/content/login.html'
matchers-condition: and
matchers:
- type: word
words:
- '<title>AEM Sign In</title>'
- type: status
status:
- 200
# digest: 4a0a0047304502201009b73e8429dcb417d924b8e5aea706bef5fc0dbd41eadadda87b6c54e20ce5022100d7a2fa99c3120aac100f426146885e54fada9c70229aab88050e30e744804054: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/exposed-panels/adobe/adobe-experience-manager-login.yaml"

View on Github