Skip to content

Adobe AEM External Link Checker Exposure

ID: aem-external-link-checker

Severity: unknown

Author: dhiyaneshDk

Tags: misconfig,aem,adobe,exposure

id: aem-external-link-checker
info:
name: Adobe AEM External Link Checker Exposure
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: 2
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}}/etc/linkchecker.html"
- "{{BaseURL}}/var/linkchecker.html"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
words:
- '<title>External Link Checker</title>'
- type: word
part: header
words:
- text/html
- type: status
status:
- 200
# digest: 490a0046304402201df53cf4aa53607607ae1a2f75b2e374f6c56596706c25395ff418ea0bd4f8e60220682862795641a1c3c3eaf69511ffaee943bd2176a9209d8c0c07f962fd3ceed1: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-external-link-checker.yaml"

View on Github