Adobe AEM Disk Usage Information Disclosure
ID: aem-disk-usage
Severity: low
Author: dhiyaneshDk
Tags: misconfig,aem,adobe,exposure
Description
Section titled “Description”Adobe AEM Disk Usage Information is exposed.
YAML Source
Section titled “YAML Source”id: aem-disk-usage
info: name: Adobe AEM Disk Usage Information Disclosure author: dhiyaneshDk severity: low description: Adobe AEM Disk Usage Information is exposed. 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/reports/diskusage.html" - "{{BaseURL}}/etc/reports/diskusage.html?path=/content/dam"
stop-at-first-match: true
matchers-condition: and matchers: - type: word words: - 'Disk Usage /' - '<th>nodes</th>' condition: and
- type: word part: header words: - text/html
- type: status status: - 200# digest: 490a0046304402207c0df31d406d009995b85a371155ef9e7ce702b0a4406c68db33c74718c737690220309026f830929b303156bf3c85b6928c74e84894e47bf8d93cf8ad6fc567ca1d: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-disk-usage.yaml"