Skip to content

Commit

Permalink
Create uediter-anyfile-upload-cnvd-2017-20077.yml (chaitin#878)
Browse files Browse the repository at this point in the history
  • Loading branch information
evilc0deooo authored Sep 3, 2020
1 parent a311f2e commit d27ccf7
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions pocs/uediter-cnvd-2017-20077-file-upload.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: poc-yaml-uediter-cnvd-2017-20077-file-upload
rules:
- method: GET
path: /ueditor/net/controller.ashx?action=catchimage&encode=utf-8
headers:
Accept-Encoding: 'deflate'
follow_redirects: false
expression: |
response.status == 200 && response.body.bcontains(bytes(string("没有指定抓取源")))
detail:
author: 清风明月(www.secbook.info)
influence_version: 'UEditor v1.4.3.3'
links:
- https://zhuanlan.zhihu.com/p/85265552
- https://www.freebuf.com/vuls/181814.html
exploit: >-
http://localhost/ueditor/net/controller.ashx?action=catchimage&encode=utf-8

0 comments on commit d27ccf7

Please sign in to comment.