Adobe AEM CRX Search Exposed
ID: aem-crx-search
Severity: unknown
Author: dhiyaneshDk
Tags: misconfig,aem,adobe,exposure
Description
Section titled “Description”YAML Source
Section titled “YAML Source”id: aem-crx-search
info: name: Adobe AEM CRX Search Exposed author: dhiyaneshDk severity: unknown reference: - https://raw.githubusercontent.com/danielmiessler/SecLists/master/Discovery/Web-Content/aem2.txt classification: cpe: cpe:2.3:a:adobe:acs_aem_commons:*:*:*:*:*:*:*:* metadata: max-request: 3 vendor: adobe product: acs_aem_commons shodan-query: - http.title:"AEM Sign In" - http.component:"Adobe Experience Manager" tags: misconfig,aem,adobe,exposure
http: - method: GET path: - "{{BaseURL}}/crx/explorer/ui/search.jsp" - "{{BaseURL}}/crx/explorer/ui/search.jsp?Path=&Query=" - "{{BaseURL}}/crx/explorer/ui/search.jsp?Path=&Query="
stop-at-first-match: true
matchers-condition: and matchers: - type: word words: - '<title>Search</title>' - '"/crx/explorer/ui/";' condition: and
- type: word part: header words: - text/html
- type: status status: - 200# digest: 4a0a004730450220416e8e2b00b9a82ae9b172d290f03643b7e147c5f97a4b5d1d6d9f7f75a14bc40221008a9df92a75e0c2d72fb18989e9954d90d71f577cf8b074f68d7282293d38f45d: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/misconfiguration/aem/aem-crx-search.yaml"