Adobe AEM CRX Package Manager - Panel Detect
ID: aem-crx-package-manager
Severity: info
Author: dhiyaneshDk
Tags: panel,aem,adobe
Description
Section titled “Description”Adobe AEM CRX Package Manager panel was detected.
YAML Source
Section titled “YAML Source”id: aem-crx-package-manager
info: name: Adobe AEM CRX Package Manager - Panel Detect author: dhiyaneshDk severity: info description: Adobe AEM CRX Package Manager 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
http: - method: GET path: - "{{BaseURL}}/crx/packmgr/index.jsp"
matchers-condition: and matchers: - type: word words: - '<title>CRX Package Manager</title>'
- type: word part: header words: - text/html
- type: status status: - 200# digest: 4a0a00473045022065dbf44fce80ea3c4e3586636a1c90f577386171335ff9aac99d4742f81c03f5022100f220cbfe00a5937033cb870d0d3796de24e1efdfd6a5a7b701402c63bb25de44: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-crx-package-manager.yaml"