aem-security-users: Adobe AEM Security Users Exposure

日期: 2025-08-01 | 影响软件: Adobe AEM | POC: 已公开

漏洞描述

Adobe AEM Security Users are exposed.

PoC代码[已公开]

id: aem-security-users

info:
  name: Adobe AEM Security Users Exposure
  author: dhiyaneshDk
  severity: medium
  description: Adobe AEM Security Users are exposed.
  reference:
    - https://raw.githubusercontent.com/danielmiessler/SecLists/master/Discovery/Web-Content/aem2.txt
  metadata:
    max-request: 1
    shodan-query:
      - http.title:"AEM Sign In"
      - http.component:"Adobe Experience Manager"
  tags: misconfig,aem,adobe,exposure,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/libs/granite/security/content/useradmin.html"

    matchers-condition: and
    matchers:
      - type: word
        words:
          - 'AEM Security | Users'
          - 'trackingelement="create user"'
        condition: and

      - type: word
        part: header
        words:
          - text/html

      - type: status
        status:
          - 200
# digest: 4a0a00473045022100ab2e9be448cfd08db601443d17fd68a61ed5bb4ed7b908783c04ccb6cf7e9ce30220188484fa09371bbc309badde1d00c18165af767f97660d21f236eac02b232217:922c64590222798bb761d5b6d8e72950

相关漏洞推荐