Enhancement: vulnerabilities/other/powercreator-cms-rce.yaml by mp
parent
07fb89712d
commit
ec9771943b
|
@ -1,11 +1,17 @@
|
||||||
id: powercreator-cms-rce
|
id: powercreator-cms-rce
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: PowerCreator CMS RCE
|
name: PowerCreator CMS - Remote Code Execution
|
||||||
author: pikpikcu
|
author: pikpikcu
|
||||||
severity: critical
|
severity: critical
|
||||||
|
description: PowerCreator CMS is susceptible to a remote code execution vulnerability.
|
||||||
reference:
|
reference:
|
||||||
- https://wiki.96.mk/Web%E5%AE%89%E5%85%A8/PowerCreatorCms/PowerCreatorCms%E4%BB%BB%E6%84%8F%E4%B8%8A%E4%BC%A0/
|
- https://wiki.96.mk/Web%E5%AE%89%E5%85%A8/PowerCreatorCms/PowerCreatorCms%E4%BB%BB%E6%84%8F%E4%B8%8A%E4%BC%A0/
|
||||||
|
classification:
|
||||||
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
|
||||||
|
cvss-score: 10.0
|
||||||
|
cve-id:
|
||||||
|
cwe-id: CWE-77
|
||||||
tags: rce,powercreator
|
tags: rce,powercreator
|
||||||
|
|
||||||
requests:
|
requests:
|
||||||
|
@ -39,4 +45,6 @@ requests:
|
||||||
matchers:
|
matchers:
|
||||||
- type: dsl
|
- type: dsl
|
||||||
dsl:
|
dsl:
|
||||||
- "contains(body_2, '{{randstr}}') && status_code_2 == 200"
|
- "contains(body_2, '{{randstr}}') && status_code_2 == 200"
|
||||||
|
|
||||||
|
# Enhanced by mp on 2022/05/30
|
||||||
|
|
Loading…
Reference in New Issue