Adobe Experience Manager Sling User Login - Detect
ID: aem-sling-login
Severity: info
Author: dhiyaneshDk
Tags: panel,aem,adobe,sling
Description
Section titled “Description”Adobe Experience Manager Sling user login panel was detected.
YAML Source
Section titled “YAML Source”id: aem-sling-login
info: name: Adobe Experience Manager Sling User Login - Detect author: dhiyaneshDk severity: info description: Adobe Experience Manager Sling user login panel was detected. reference: - https://raw.githubusercontent.com/danielmiessler/SecLists/master/Discovery/Web-Content/aem2.txt classification: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N 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.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,sling
http: - method: GET path: - "{{BaseURL}}/system/sling/cqform/defaultlogin.html"
matchers-condition: and matchers: - type: word words: - '<title>Login</title>' - 'j_username' - 'j_password' condition: and
- type: word part: header words: - text/html
- type: status status: - 200# digest: 490a004630440220197c1aec25437b9e697480f1943093b8a8674e2f1756b3e289025d3a1e6eb28d022039d1cf735d289cee872c548d11a6f7b5ad1604954acd642f6910d4b9fbb74e55:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/exposed-panels/adobe/aem-sling-login.yaml"