Adobe Experience Manager Felix Console - Default Login
ID: aem-felix-console
Severity: high
Author: DhiyaneshDk
Tags: default-login,misconfig,aem,adobe
Description
Section titled “Description”Adobe Experience Manager Felix Console contains a default admin login vulnerability. An attacker can obtain access to user accounts and access sensitive information, modify data, and/or execute unauthorized operations. Remote code execution may also be possible via installation of OSGI bundle.
YAML Source
Section titled “YAML Source”id: aem-felix-console
info: name: Adobe Experience Manager Felix Console - Default Login author: DhiyaneshDk severity: high description: Adobe Experience Manager Felix Console contains a default admin login vulnerability. An attacker can obtain access to user accounts and access sensitive information, modify data, and/or execute unauthorized operations. Remote code execution may also be possible via installation of OSGI bundle. reference: - https://github.com/0ang3el/aem-hacker/blob/master/aem_hacker.py - https://github.com/0ang3el/aem-rce-bundle classification: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:L cvss-score: 8.3 cwe-id: CWE-522 cpe: cpe:2.3:a:adobe:experience_manager_cloud_service:*:*:*:*:*:*:*:* metadata: max-request: 2 shodan-query: - http.title:"AEM Sign In" - http.component:"Adobe Experience Manager" product: experience_manager_cloud_service vendor: adobe tags: default-login,misconfig,aem,adobe
http: - method: GET path: - "{{BaseURL}}/system/console/bundles" - "{{BaseURL}}///system///console///bundles"
headers: Authorization: Basic {{base64(username + ':' + password)}} attack: pitchfork payloads: username: - admin password: - admin stop-at-first-match: true
matchers-condition: and matchers: - type: word part: body words: - "<title>Adobe Experience Manager Web Console - Bundles</title>"
- type: word part: header words: - text/html
- type: status status: - 200# digest: 4b0a00483046022100ad57d7a53f660097d92f1447376ddf213ce724f27c8940bba8826318ce7d8010022100efb5bfff198bdb5112b3a5de986a741c89dae573e0c21ae8632ce3ed8d05a5bc: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/default-logins/aem/aem-felix-console.yaml"